VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92323   3 years vboxsync vmm/pdmaudioifs.h: comment typo
(edit) @92292   3 years vboxsync VMM/gmm.h: Corrected the GMM_PAGEID_LAST constant, it was way too low. …
(edit) @92248   3 years vboxsync VMM/GMM: Removed all the legacy mode code (disabled everywhere since …
(edit) @92216   3 years vboxsync VMM/EMAll: Rename EMR0HistoryUpdatePC to EMHistoryUpdatePC and make it …
(edit) @92205   3 years vboxsync VMM/GVMM,VMM: Make it possible for known worker thread to enter …
(edit) @92200   3 years vboxsync VMM/GVMM,VMM: Make it possible for known worker thread to enter …
(edit) @92186   3 years vboxsync VMM: Nested VMX: bugref:10092 Separate the guest's second-level …
(edit) @92170   3 years vboxsync VMM/PGM,NEM: Let NEM handle dirty VRAM (MMIO2) page tracking. Saves …
(edit) @92164   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @92162   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @92155   3 years vboxsync VMM/PDMUsb: Add thread helpers to the helper callback table, bugref:10074
(edit) @92129   3 years vboxsync VMM/PGM,NEM: RAM registration notification must return a u2State value …
(edit) @92125   3 years vboxsync VMM/pgm.h: Removed the PGMR3PhysRegister prototype as there is no such …
(edit) @92075   3 years vboxsync VMM: Nested VMX: bugref:10092 hm_vmx.h: Added EPT_PTE_ATTR_MASK for …
(edit) @92071   3 years vboxsync VMM/DevHlp: Added PDMDevHlpSSMRegisterLegacy for dealing with renamed …
(edit) @92070   3 years vboxsync VMM: Nested VMX: bugref:10092 hm_vmx.h: Added EPT PDE attribute masks …
(edit) @92046   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT paging PDPTE walk bits.
(edit) @92018   3 years vboxsync VMM: Nested VMX: bugref:10092 Added CPUMGetGuestIa32VmxEptVpidCap for …
(edit) @91989   3 years vboxsync VMM: Nested VMX: bugref:10092 Build fix.
(edit) @91986   3 years vboxsync VMM: Nested VMX: bugref:10092 Added PGMSetGuestEptPtr.
(edit) @91985   3 years vboxsync VMM: Nested VMX: bugref:10092 Removed CPUMGetGuestVmxEptPtr.
(edit) @91980   3 years vboxsync VMM,GIMDev: Missing PDMDevHlpGIMGetMmio2Regions for ring-0 variant, …
(edit) @91975   3 years vboxsync VMM: Nested VMX: bugref:10092 Added CPUMGetGuestVmxEptPtr. This can be …
(edit) @91973   3 years vboxsync VMM: Doxygen fixes, bugref:10074
(edit) @91972   3 years vboxsync VMM,Devices: Eliminate direct calls to PDMR3AsyncCompletion* and …
(edit) @91971   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed typo in VMCS field.
(edit) @91968   3 years vboxsync VMM,Devices: Replace remaining direct calls to VBoxVMM with device and …
(edit) @91965   3 years vboxsync VMM: Nested VMX: bugref:10092 Added EPT_PML4E_ATTR_MASK.
(edit) @91960   3 years vboxsync VMM,DevPciBios: Add helper callback for PDMR3QueryLun and make use of …
(edit) @91957   3 years vboxsync VMM,Devices: Eliminate direct calls to PDMR3AsyncCompletion* and …
(edit) @91955   3 years vboxsync VMM,Devices: Eliminate direct calls to PDMR3AsyncCompletion* and …
(edit) @91952   3 years vboxsync VMM/PGM,VMMDev: Removed PGMR3MappingsSize, PGMR3MappingsFix & …
(edit) @91951   3 years vboxsync VMM: Nested VMX: bugref:10092 Added CPUMIsGuestVmxEptPagingEnabledEx …
(edit) @91945   3 years vboxsync VMM,Devices: Eliminate calls to PDMR3Thread and use the driver hlper …
(edit) @91944   3 years vboxsync VMM,Devices: Eliminate direct calls to DBGFR3* and use the device …
(edit) @91939   3 years vboxsync VMM/*: Eliminated MMHyperR3ToRC, TMR3GetImportRC and few other things. …
(edit) @91935   3 years vboxsync VMM,Devices: Eliminate direct calls to IOMIOPortWrite API and …
(edit) @91930   3 years vboxsync VMM,Devices: Eliminate direct calls to IOMMmioResetRegion and …
(edit) @91928   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMHandlerPhysical* APIs and …
(edit) @91927   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and …
(edit) @91921   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and …
(edit) @91920   3 years vboxsync VMM,Devices: Eliminate direct calls to VMMR3 and VMR3 APIs and …
(edit) @91909   3 years vboxsync VMM,PDM: Eliminated PDMDevHlpCritSectGetNopR0 and …
(edit) @91907   3 years vboxsync VMM/MM: Eliminated MMHyperCCToRC and MMHyperR0ToRC. bugref:9517
(edit) @91906   3 years vboxsync VMM/PDMDevHlp: Stripped down the queue methods (completely unused at …
(edit) @91905   3 years vboxsync Drv*,PDMDrvHlp: Added driver helpers for all queues operations, …
(edit) @91903   3 years vboxsync pdmdrv.h: Doxygen fix, bugref:10074
(edit) @91898   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91897   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91895   3 years vboxsync VMM: Removed raw-mode stuff from PDMQueue. bugref:9517
(edit) @91879   3 years vboxsync VMM/PDMUsb: Add CFGM and SSM helpers to PDMUSBHLP, bugref:10074
(edit) @91860   3 years vboxsync VMM/PDMDriver: Add CFGM and SSM helpers to PDMDRVHLPR3, bugref:10074
(edit) @91854   3 years vboxsync VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. bugref:9517
(edit) @91848   3 years vboxsync VMM/NEM,PGM: First bunch changes for watered down guest memory …
(edit) @91711   3 years vboxsync hm_vmx.h: Nested VMX: bugref:10092 Added some macros (removed one …
(edit) @91710   3 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Added some VMX CPUMFEATURES' bit. …
(edit) @91702   3 years vboxsync VMM/NEM: More stats. Played with using WHvMapGpaRange again, but much …
(edit) @91676   3 years vboxsync VMM/NEM-win: Quick and very dirty hack to make the code work on …
(edit) @91635   3 years vboxsync VMM/cpum.h: Doxygen fixes for CPUMSetGuestVmxVmSucceed, …
(edit) @91580   3 years vboxsync VMM: Nested VMX: bugref:10092 Made changes to PGM++ to handle invalid …
(edit) @91424   3 years vboxsync VMM: Nested VMX: bugref:10092 Build fix.
(edit) @91422   3 years vboxsync VMM: Nested VMX: bugref:10092 Add CPUMArePaePdpesValid.
(edit) @91377   3 years vboxsync hm_vmx.h: Nested VMX: bugref:10092 Add LOADIWKEY union of VM-exit …
(edit) @91360   3 years vboxsync VMM: Nested VMX: bugref:10092 Introduced …
(edit) @91358   3 years vboxsync VMM: Nested VMX: bugref:10092 More consistent naming of EPT/VPID caps.
(edit) @91357   3 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:10092 Cleaned up bit fields for EPTP.
(edit) @91346   3 years vboxsync Main/NvramStore: Add the ability to delete a certain state, bugref:10098
(edit) @91345   3 years vboxsync VMM/PGM: Move 'fUseLargePages' into PGM.
(edit) @91344   3 years vboxsync VMM/HM: Missed in previous commit.
(edit) @91324   3 years vboxsync Devices/DevEFI: Kick out the unused NVRAM handling code in preparation …
(edit) @91323   3 years vboxsync VMM: bugref:10106 Fixed IA32_FEATURE_CONTROL MSR reported to the guest.
(edit) @91310   3 years vboxsync include/VBox/vmm/pdmifs.h: A simple VFS interface for devices/drivers …
(edit) @91308   3 years vboxsync VMM/CPUM: Comments/todos for some big CPUMCTX members. bugref:10093
(edit) @91307   3 years vboxsync VMM/CPUM: Comment and compile time assertion upates for CPUMCTX. …
(edit) @91306   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X virtual apic page allocation into …
(edit) @91305   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X I/O permission bitmap allocations …
(edit) @91304   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR permission bitmap allocations …
(edit) @91303   3 years vboxsync VMM/CPUM,++: Expand CPUMMSRRANGE::offCpumCpu to 24 bits so the entire …
(edit) @91302   3 years vboxsync VMM/CPUM,++: Expand CPUMMSRRANGE::offCpumCpu to 24 bits so the entire …
(edit) @91301   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR load & store bitmap allocations …
(edit) @91299   3 years vboxsync VMM/CPU: Assembly struc whitespace adjustments. bugref:10093
(edit) @91298   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X shadow VMCS allocation into …
(edit) @91297   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X VMCS allocation into CPUMCTX. …
(edit) @91292   3 years vboxsync VMM/CPUM: Use SVM_???_PAGES constants to size the big CPUMCTX fields. …
(edit) @91291   3 years vboxsync VMM/CPUM,++: Moved the nested SVM I/O permission bitmap allocation …
(edit) @91289   3 years vboxsync VMM/CPUM,++: Moved the nested SVM MSR permission bitmap allocation …
(edit) @91287   3 years vboxsync VMM/CPUM,++: Moved the nested SVM VMCB allocation into CPUMCTX. …
(edit) @91286   3 years vboxsync VMM/CPUM: Eliminated a bunch of unused host physical addresses in …
(edit) @91284   3 years vboxsync VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
(edit) @91283   3 years vboxsync VMM/CPUM: Moved the host's extended state (XState) from the hyper heap …
(edit) @91282   3 years vboxsync VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
(edit) @91281   3 years vboxsync VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
(edit) @91275   3 years vboxsync VMM: Added missing features checks while constructing mask of valid …
(edit) @91274   3 years vboxsync VMM: Prune unused CPUMCPUIDFEATURE_PAT and CPUMCPUIDFEATURE_MWAIT_EXTS.
(edit) @91271   3 years vboxsync VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX.
(edit) @91266   3 years vboxsync VMM/CPUM: Moved CPUIDs and MSRs from the hyper heap and into the VM …
(edit) @91265   3 years vboxsync VMM/HM: Moved various stats from the hyper heap and into the VM …
(edit) @91263   3 years vboxsync VMM/IEM: Moved instruction stats from the hyper heap and into the VM …
(edit) @91250   3 years vboxsync VMM/PGM: Moved pStatTrap0eAttributionR0 to GVMCPU. bugref:10093
(edit) @91247   3 years vboxsync PGM: Moved the statistics into the VM and VMCPU structures (was on the …
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