VirtualBox

source: vbox/trunk/src/VBox/VMM/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88563   4 years vboxsync Intel IOMMU: bugref:9967 PDM: typo.
(edit) @88562   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Added pdmLockIsOwner for upcoming changes.
(edit) @88557   4 years vboxsync APIC: More statistics for certain registers.
(edit) @88347   4 years vboxsync Forward ported r143576 from 6.1: VMM: Re-enabled vmmR0DoHalt and added …
(edit) @88153   4 years vboxsync Intel IOMMU: bugref:9967 Skeleton bits.
(edit) @87933   4 years vboxsync VMM/HM: Todo, nits.
(edit) @87927   4 years vboxsync AMD IOMMU: bugref:9654 Doxygen.
(edit) @87819   4 years vboxsync VMM: Disabled the EMT yield timer as it is out dated (multi core CPUs) …
(edit) @87816   4 years vboxsync VMM/TM: Gearing up to spreading out the timer work a little. bugref:9943
(edit) @87815   4 years vboxsync VMM/TM: Moved uMaxHzHint up in the queue structure. bugref:9943
(edit) @87814   4 years vboxsync VMM/TM: Eliminated the enmClock member from TMTIMER, we'll be using …
(edit) @87813   4 years vboxsync VMM/TM: TMTIMER_HANDLE_TO_PTR_RETURN* -> …
(edit) @87812   4 years vboxsync VMM/TM: Replaced the global timer active list lock with per queue …
(edit) @87794   4 years vboxsync VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
(edit) @87792   4 years vboxsync VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
(edit) @87778   4 years vboxsync VMM/TRPM: Reduced the VM structure footprint by > 3K and eliminated a …
(edit) @87777   4 years vboxsync VMM/TRPM: Reduced the VM structure footprint by > 3K and eliminated a …
(edit) @87774   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. [build fix] …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87771   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. bugref:9943
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87763   4 years vboxsync VMM/TM: Removed unused TMR3TimerCreateExternal api. bugref:9943
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87754   4 years vboxsync VMM/HMVMX: Moved the RDTSC in hmR0VmxPostRunGuest to the …
(edit) @87750   4 years vboxsync VMM/TM: Further relax memory ordering when signaling …
(edit) @87748   4 years vboxsync TM: Speed up TMNotifyEndOfExecution by using TSC instead of …
(edit) @87633   4 years vboxsync VMM/TM,VMM/HMVMX: Try avoid calling TMCpuTickGetDeadlineAndTscOffset …
(edit) @87626   4 years vboxsync IPRT/time,VMM/TM: Added extra parameter to the RTTimeNanoTS GIP …
(edit) @87606   4 years vboxsync VMM/HMVMX: Translate fMdsClearOnSched and fL1dFlushOnSched to world …
(edit) @87594   4 years vboxsync VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) …
(edit) @87577   4 years vboxsync VMM,Debugger: Doxygen fixes.
(edit) @87564   4 years vboxsync VMM/HM: Did some reshuffling in HMR0PERVM. bugref:9217
(edit) @87563   4 years vboxsync VMM/HM: Moved the 'ForRing3' and 'ForLog' bits to the back of the HM …
(edit) @87562   4 years vboxsync VMM/HM: Doxygen fixes. bugref:9217
(edit) @87561   4 years vboxsync VMM/HMVMX: Tidied up HM some more. bugref:9217
(edit) @87559   4 years vboxsync VMM/HMVMX: Tidied up HM::vmx and HM::svm a little. bugref:9217
(edit) @87558   4 years vboxsync VMM/HMVMX: Moved/copy last branch stuff from HM::vmxUse to …
(edit) @87557   4 years vboxsync VMM/HMVMX: Moved fUseVmcsShadowing from HM::vmxUse to HMR0PERVM::vmx. …
(edit) @87556   4 years vboxsync VMM/HMVMX: Copied fSupportsVmcsEfer from HM::vmxUse to …
(edit) @87552   4 years vboxsync VMM/HMVMX: Use g_uHmVmxHostMsrEfer instead of …
(edit) @87550   4 years vboxsync VMM/HMVMX: Copied the fUsePreemptTimer member from HM::vmx to …
(edit) @87547   4 years vboxsync VMM/HMVMX: Moved fUnrestrictedGuest member from HM::vmx to …
(edit) @87546   4 years vboxsync VMM/HMVMX: Moved VPID and TLB flushing members from HM::vmx to …
(edit) @87543   4 years vboxsync VMM/HMVMX: Use g_HmMsrs instead of pVM->hm.s.vmx.Msrs in ring-0, part …
(edit) @87539   4 years vboxsync VMM/HMSVM: Replaced HMR0PERVM::fHostKernelFeatures with a new global …
(edit) @87538   4 years vboxsync VMM/HMSVM: Eliminated HMR0PERVM::svm::fFeatures and made the ring-0 …
(edit) @87536   4 years vboxsync VMM/HM: Moved MSRs out of the g_HmR0 structure so we can use them …
(edit) @87532   4 years vboxsync VMM/HM: Moving the g_HmR0.hwvirt.svm.fSupported and …
(edit) @87531   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVM. bugref:9217
(edit) @87530   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVM. Set freed memory …
(edit) @87523   4 years vboxsync VMM/CPUM/HM: No else after return.
(edit) @87522   4 years vboxsync VMM/HM: Moved CPUMCTX::fWorldSwitcher to HMR0PERVCPU::fWorldSwitcher. …
(edit) @87521   4 years vboxsync VMM/HM: Moved HM::fHostKernelFeatures to HMR0PERVM. Use the ring-0 …
(edit) @87519   4 years vboxsync VMM/HM: Make a R0 copy of HM::cMaxResumeLoopsCfg and do proper …
(edit) @87518   4 years vboxsync VMM/HM: Make a R0 copy of HM::fAllow64BitGuests on setup (for VT-x). …
(edit) @87515   4 years vboxsync VMM/HM: Make a R0 copy of HM::fNestedPaging on setup. Moved …
(edit) @87512   4 years vboxsync VMM/HM: Removed unused HM::fHMR0Init member. Added todo on PatchTree. …
(edit) @87511   4 years vboxsync VMM/HMSVM: Moving some SVM stuff to HMR0PERVM. Removed 3 unused …
(edit) @87508   4 years vboxsync VMM/HMSVM: Moving SVMNESTEDVMCBCACHE to HMInternal.h.
(edit) @87504   4 years vboxsync VMM/HMSVM: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87503   4 years vboxsync VMM/HMSVM: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87502   4 years vboxsync VMM/HM: Removed obsolete VMXVMCSINFOSHARED::fSwitchedTo64on32Obsolete …
(edit) @87500   4 years vboxsync VMM/HM: Drop the VMX/SVM data unions in the VM and GVM structures. Too …
(edit) @87494   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup, part 3.
(edit) @87493   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87491   4 years vboxsync VMM/HMVMX: Some stats.
(edit) @87490   4 years vboxsync VMM/HMVMX: Moved uHostRIP and uHostRSP into the VMXVMCSINFO as that …
(edit) @87489   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. [name fix] bugref:9217
(edit) @87488   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87487   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87485   4 years vboxsync VMM/PGM: Corrected todo on aGCPhysGstPaePDs & aGstPaePdpeRegs.
(edit) @87484   4 years vboxsync VMM/PGM: Corrected todo on aGCPhysGstPaePDs & aGstPaePdpeRegs.
(edit) @87480   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87479   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87478   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup, part 2.
(edit) @87477   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup.
(edit) @87472   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. Created …
(edit) @87469   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87466   4 years vboxsync VMM/HM,gvm: Started splitting up the HVMCPU and HVM structures. …
(edit) @87443   4 years vboxsync VMM/HMVMX,HMSVM: Baked the hmR0VMXStartVMWrapXMM fun into the …
(edit) @87439   4 years vboxsync VMM/HMVMX: Created special versions of the hmR0VmxStartVm code as with …
(edit) @87431   4 years vboxsync VMM/HMVMX: Only write VMX_VMCS_HOST_RIP and VMX_VMCS_HOST_RSP when …
(edit) @87412   4 years vboxsync VMM/HMVMX: Renamed VMXR0StartVM64 to hmR0VMXStartVM and reduced the …
(edit) @87408   4 years vboxsync VMM/HMVMX: More hmR0VmxExportHostSegmentRegs tweaking. Moved all the …
(edit) @87401   4 years vboxsync VMM/HMVMX: Use wrgsbase and wrfsbase instead of wrmsr if we can when …
(edit) @87389   4 years vboxsync VMM/HMVMX: Saved 8 bytes in VMXRESTOREHOST.
(edit) @87388   4 years vboxsync VMM/HMVMX: Moved VMXRESTOREHOST and VMXRestoreHostState from public …
(edit) @87387   4 years vboxsync Moved the hmR0SvmVmRun* prototypes to HMInternal.h.
(edit) @87372   4 years vboxsync VMM/HMR0A.asm: Baked the XMM saving and loading into the …
(edit) @87371   4 years vboxsync AMD IOMMU: bugref:9654 Handle the case where an access might result in …
(edit) @87361   4 years vboxsync VMM/CPUM,HMSVM: Mirror the state of fUseFlags[CPUM_USED_FPU_GUEST] in …
(edit) @87359   4 years vboxsync VMM/HMSVM: Straighten out the svm vmrun assembly code by having …
(edit) @87351   4 years vboxsync VMM/CPUM: Slapped a @todo on CPUM_CHANGED_XXX / CPUMCPU::fChanged.
(edit) @87349   4 years vboxsync VMM/CPUM: Kicked out CPUMR3RemEnter & CPUMR3RemLeave. bugref:9576
(edit) @87345   4 years vboxsync VMM/CPUM: Removed CPUM_SYNC_FPU_STATE, CPUM_SYNC_DEBUG_REGS_GUEST and …
(edit) @87333   4 years vboxsync VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. …
(edit) @87330   4 years vboxsync VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. …
(edit) @87141   4 years vboxsync VMM: Remove VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 and the code it encloses …
(edit) @87130   4 years vboxsync VMM: More owner handling code for bugref:9837
(edit) @87107   4 years vboxsync VMM/DBGF: Started implementing the breakpoint owner management, bugref:9837
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette