VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93728   3 years vboxsync VMM/NEMR3Native-darwin: Apple requires to bind to all MSRs related to …
(edit) @93725   3 years vboxsync VMM: More arm64 adjustments. bugref:9898
(edit) @93723   3 years vboxsync VMM/NEMR3Native-darwin: Fix clearing context changed flag for TSC AUX …
(edit) @93722   3 years vboxsync VMM/NEMR3Native-darwin: Implement support for the pause loop exiting …
(edit) @93721   3 years vboxsync VMM/HM: Register DBGF info handlers only when HM is enabled, bugref:9044
(edit) @93718   3 years vboxsync VMM/MM: Removed the hyper heap. bugref:10093 bugref:9517
(edit) @93717   3 years vboxsync VMM/TM: Internal timers never have a critical section set, so …
(edit) @93716   3 years vboxsync VMM/PGM: Moved the physical handler allocation off the hyper heap and …
(edit) @93681   3 years vboxsync VMM/NEMR3Native-darwin: Don't run forever with hv_vcpu_run_until(), TM …
(edit) @93680   3 years vboxsync VMM/NEMR3Native-darwin: Don't run forever with hv_vcpu_run_until(), TM …
(edit) @93679   3 years vboxsync VMM/NEMR3Native-darwin: Sync back the PDPE entries upon VM exit, …
(edit) @93667   3 years vboxsync VMM/PGM: Made PGMR3HandlerPhysicalTypeRegister a bit clearer on hType …
(edit) @93666   3 years vboxsync VMM/PGM: Fixed regression from r149804 when pszDesc is NULL in ring-0. …
(edit) @93657   3 years vboxsync VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of …
(edit) @93656   3 years vboxsync VMM: Added padding check for VM::iem. bugref:10094
(edit) @93655   3 years vboxsync VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of …
(edit) @93654   3 years vboxsync TM: Set up the tm.s.VirtualGetRawDataR0 pointers in ring-0. bugref:10094
(edit) @93653   3 years vboxsync VMM/PDMDriver,DrvIntNet,DrvNetShaper: Properly disable all ring-0 …
(edit) @93652   3 years vboxsync VMM/PDMDriver,DrvIntNet,DrvNetShaper: Properly disable all ring-0 …
(edit) @93651   3 years vboxsync VMM/PGM,*: Split the physical access handler type registration into …
(edit) @93650   3 years vboxsync VMM/PGM,*: Split the physical access handler type registration into …
(edit) @93635   3 years vboxsync VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
(edit) @93633   3 years vboxsync VMM/PDMNetShaper: Statistics. bugref:5582
(edit) @93632   3 years vboxsync VMM/PDMNetShaper: Tweaked the cTokensAdded and cTokens calculations in …
(edit) @93631   3 years vboxsync VMM/PDMNetShaper: Don't start the unchoke thread unless there are are …
(edit) @93630   3 years vboxsync VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off …
(edit) @93629   3 years vboxsync VMM/MMHyper: Removed unused code. [build fix] bugref:10093
(edit) @93628   3 years vboxsync VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off …
(edit) @93626   3 years vboxsync VMM/MMHyper: Removed unused code. [build fix] bugref:10093
(edit) @93624   3 years vboxsync VMM/PGMPhys: Changed two MMHyperAlloc calls for MMIO mappings and ROM …
(edit) @93623   3 years vboxsync VMM/MMHyper: Removed unused code. [build fix] bugref:10093
(edit) @93622   3 years vboxsync VMM/MMHyper: Removed unused code. [build fix] bugref:10093
(edit) @93621   3 years vboxsync VMM/MMHyper: Removed unused code. [build fix] bugref:10093
(edit) @93620   3 years vboxsync VMM/MMHyper: Removed unused code. bugref:10093
(edit) @93619   3 years vboxsync VMM/PGMPool: Missed a coupld of MMHyperCCToR3/R0 calls. bugref:10093
(edit) @93618   3 years vboxsync VMM/PGMPhys: Replaced two MMR3HyperAllocOnceNoRel calls with direct …
(edit) @93617   3 years vboxsync VMM/PGMPool: Replaced MMR3HyperAllocOnceNoRel call with direct …
(edit) @93615   3 years vboxsync VMM/DBGR3Trace: Replaced MMR3HyperAllocOnceNoRel call with direct …
(edit) @93612   3 years vboxsync VMM/PDMQueue: Doxygen fixes. bugref:10093
(edit) @93611   3 years vboxsync VMM/PDMQueue: Removed unused function. bugref:10093
(edit) @93610   3 years vboxsync VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be …
(edit) @93609   3 years vboxsync VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be …
(edit) @93600   3 years vboxsync VMM: Put dummy function w/ assertion for reserved VMM function table …
(edit) @93599   3 years vboxsync VMM/PGM: Init HCPhysZeroPg and HCPhysMmioPg in ring-0 and forget …
(edit) @93598   3 years vboxsync VMM/MM: Removed unused MMR3HCPhys2HCVirt(). bugref:10093
(edit) @93597   3 years vboxsync VMM/MM: Removed now unused MMR3HyperHCVirt2HCPhys(). bugref:10093
(edit) @93596   3 years vboxsync VMM/PGM: Init HCPhysZeroPg and HCPhysMmioPg in ring-0 and forget …
(edit) @93595   3 years vboxsync VMM/MM: Removed unused MMR3PageDummyHCPhys & MMR3PageDummyHCPtr …
(edit) @93593   3 years vboxsync VMM: Embedded the zero and mmio-dummy pages into the VM structure and …
(edit) @93592   3 years vboxsync VMM/MM: Removed some more unused functions. bugref:9517
(edit) @93586   3 years vboxsync VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily …
(edit) @93583   3 years vboxsync VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily …
(edit) @93582   3 years vboxsync VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily …
(edit) @93574   3 years vboxsync VMM/HM: Nested VMX: bugref:10092 Separate out VM-exit counters for …
(edit) @93573   3 years vboxsync VMM: Nested VMX: bugref:10092 The guest SLAT mode should be EPT even …
(edit) @93572   3 years vboxsync VMM: Nested VMX: bugref:10092 When paging isn't enabled when using …
(edit) @93557   3 years vboxsync VMM: Enabled checks for ASMMemIsZeroPage and ASMMemZeroPage, …
(edit) @93555   3 years vboxsync VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT …
(edit) @93554   3 years vboxsync VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT …
(edit) @93539   3 years vboxsync VMM: Nested VMX: bugref:10092 Fixed typo in assertion in checking EPT …
(edit) @93538   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Fixed INVEPT to consistently clear …
(edit) @93519   3 years vboxsync VMM/CPUM: Quick arm64 build adjustments. bugref:9898
(edit) @93515   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93514   3 years vboxsync VMM/APIC: Arm64 host adjustment. bugref:9898
(edit) @93471   3 years vboxsync /Config.kmk,VMM: Retired VMMR3LazyImp.lib / VBOX_LIB_VMM_LAZY as all …
(edit) @93470   3 years vboxsync DbgPlugInDiggers,VMM,Main: Refactored the diggers and related …
(edit) @93468   3 years vboxsync VBoxDbg,VMM/STAM,Main: Converted VBoxDbg to use the VMM function …
(edit) @93465   3 years vboxsync VMM/NEMAllNativeTemplate-win.cpp.h: Fix returning the TSC_AUX MSR in …
(edit) @93459   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT misconfiguration fixes.
(edit) @93457   3 years vboxsync VMM/NEMR3Native-darwin: Log the VMCS field write permissions if …
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93419   3 years vboxsync *.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
(edit) @93397   3 years vboxsync VMM/NEMR3Native-darwin: Need to ensure that the A20 gate is actually …
(edit) @93393   3 years vboxsync VMM/CFGM: Use the RTMemSafer allocator for the password strings and …
(edit) @93392   3 years vboxsync VMM/CFGM: Must thoroughly wipe password memory before freeing it. …
(edit) @93355   3 years vboxsync VMM/NEM-win: We now require the PGM NEM mode so kicked out code not …
(edit) @93354   3 years vboxsync VMM/NEM-win: Nits. bugref:10118 bugref:10162
(edit) @93353   3 years vboxsync VMM/NEM-win: Kicked out more code relating ring-0. bugref:10118 …
(edit) @93352   3 years vboxsync VMM/NEM-win: Kicked out more code relating to using the VID API …
(edit) @93351   3 years vboxsync VMM/NEM-win: Kicked out most of the ring-0 code because bugref:10118 + …
(edit) @93338   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Fixed CR0-fixed bits validation when …
(edit) @93337   3 years vboxsync VMM: Nested VMX: bugref:10092 Comment clarifying CR0-fixed-0 and …
(edit) @93308   3 years vboxsync VMM: VC++ 19.2 update 11 build adjustments (lossy floating point …
(edit) @93305   3 years vboxsync Devices,VMM: VC++ 19.2 update 11 build adjustments (bogus initializers …
(edit) @93294   3 years vboxsync VMM: Nested VMX: bugref:10092 Fixed the missed …
(edit) @93293   3 years vboxsync VMM/CPUM: Cleanup RT_NOREF_PV. No functional change.
(edit) @93292   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix typo in constructing true VM-exit …
(edit) @93291   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Nit.
(edit) @93290   3 years vboxsync VMM: Nested VMX: bugref:10092 Mind the union reporting VMX MSRs.
(edit) @93268   3 years vboxsync VMM: Nested VMX: bugref:10092 True VMX controls MSR support.
(edit) @93267   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 True VMX controls MSR support.
(edit) @93266   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix typo in r149319.
(edit) @93257   3 years vboxsync VMM: Nested VMX: bugref:10092 Expose true VMX control MSRs to the guest.
(edit) @93224   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Eflags.VM bit checking nit.
(edit) @93223   3 years vboxsync VMM: Nested VMX: bugref:10092 When Unrestricted Guest is supported by …
(edit) @93218   3 years vboxsync VMM/NEMR3Native-darwin: Straighten out the runloop a bit, no need to …
(edit) @93214   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Push the NMI/INT window assertions …
(edit) @93211   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Don't forget to increment RIP on …
(edit) @93210   3 years vboxsync VMM/PGMR3PhysMmio2Register: Call MMR3AdjustFixedReservation even in …
(edit) @93207   3 years vboxsync VMM/NEM-win: Just drop the ring-0 bits when NEM/PGM mode is enabled. …
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