VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73262   7 years vboxsync PGM: Moving guest+shadow mode Enter function to PGMAll. bugref:9044
(edit) @73261   7 years vboxsync PGM: Moving guest and shadow mode Enter and Exit function to PGMAll. …
(edit) @73260   7 years vboxsync PGM: Did some PGMR3ChangeMode restructuring. bugref:9044
(edit) @73257   7 years vboxsync VMM: Nested VMX: bugref:9180 Renamed Ia32VmxBase to Ia32VmxBasic to …
(edit) @73255   7 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Naming consistency.
(edit) @73254   7 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Naming consistency.
(edit) @73253   7 years vboxsync PGM,HM: Added todos about cleaning up the nested packing hacks. …
(edit) @73252   7 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73250   7 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73249   7 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73247   7 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73246   7 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73245   7 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Report IA32_FEATURE_CONTROL.VMXON bit.
(edit) @73235   7 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Disable nested hw.virt for NEM.
(edit) @73228   7 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 VMX cpuid bits. Disable SVM, VMX …
(edit) @73224   7 years vboxsync VMM: space nit.
(edit) @73215   7 years vboxsync VMMAll/IOMAllMMIO: Also log the access type in iomMmioHandler() assertions.
(edit) @73203   7 years vboxsync VMM, Devices: bugref:9193 Remove unused code after using …
(edit) @73202   7 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73200   7 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73199   7 years vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73186   7 years vboxsync NEM/win: Fixed interrupt window handling when …
(edit) @73182   7 years vboxsync NEM/win: Init the A20 gate state correctly. Issue with EFI since it …
(edit) @73180   7 years vboxsync VMM/HMVMXR0: nit.
(edit) @73179   7 years vboxsync VMM/HMVMXR0: bugref:9193 Try use EMRZSetPendingIo[Read|Write] …
(edit) @73166   7 years vboxsync VMM/HMSVMR0: Try use EMRZSetPendingIoPort[Read|Write] interface for …
(edit) @73165   7 years vboxsync VMM/IEM: space nit.
(edit) @73152   7 years vboxsync VMM/HMSVMR0: Fix missing import bits required by IEMExecDecodedxxx.
(edit) @73151   7 years vboxsync VMM/HMSVMR0: Enable NRIP_SAVE again on trunk, fixed missing import …
(edit) @73150   7 years vboxsync VMM,DBGC,IPRT: In memory - VMM: Morphed part of the NT kernel digger …
(edit) @73144   7 years vboxsync VMM/HMSVMR0: LogRel nit.
(edit) @73143   7 years vboxsync VMM/HMSVMR0: VMM/HMSVMR0: Log some features used for nested-guest …
(edit) @73141   7 years vboxsync VMM/HMSVMR0: Log some features used for nested-guest execution (most …
(edit) @73140   7 years vboxsync VMM/HMSVM: Sort out state syncing on #VMEXIT, VMRUN transitions. We …
(edit) @73139   7 years vboxsync VMM/IEM: Nested Hw.virt: Validate segment registers after HM …
(edit) @73126   7 years vboxsync pgmGstPtWalkNext: Incorrect assertion. [oops]
(edit) @73125   7 years vboxsync pgmGstPtWalkNext: Incorrect assertion.
(edit) @73124   7 years vboxsync PGMAllGst.h: Fixed parameter order mixup in …
(edit) @73116   7 years vboxsync VMM/CPUM: Missed couple of SVM feature flags.
(edit) @73115   7 years vboxsync VMM/HMSVMR0: nit.
(edit) @73114   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @73113   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @73112   7 years vboxsync VMM/HMSVMR0: Build fix, unused variable.
(edit) @73111   7 years vboxsync VMM/HMSVMR0: Fix vmmcall, pause, TPR patching for CPUs that don't …
(edit) @73110   7 years vboxsync VMM/CPUM: Dump SVM feature identification leaf.
(edit) @73107   7 years vboxsync VMM/HM: Always return 'true' for unrestricted-guest feature on AMD CPUs.
(edit) @73097   7 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73088   7 years vboxsync VMM/Makefile.kmk: Shut up $ warning.
(edit) @73078   7 years vboxsync PGMAll/pgmGstPtWalkNext: PDE compare fix.
(edit) @73073   7 years vboxsync PGM/DBG: Optimize page scanning to speed up 'detect'.
(edit) @73067   7 years vboxsync VMM/HMSVMR0: Comment.
(edit) @73057   7 years vboxsync VMM/HMSVMR0: nit.
(edit) @73056   7 years vboxsync VMM/HMSVMR0: bugref:9193 Attempted fix for VMRUN.
(edit) @73055   7 years vboxsync VMM/HMSVMR0: bugref:9193 Attempt to fix regression with nested SVM …
(edit) @73054   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix mov crx write.
(edit) @73053   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix mov crx read.
(edit) @73052   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix mwait.
(edit) @73051   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix monitor.
(edit) @73050   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix hlt.
(edit) @73049   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix invlpg.
(edit) @73048   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix rdpmc.
(edit) @73047   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix rdtscp.
(edit) @73046   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix rdtsc.
(edit) @73045   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix invd.
(edit) @73044   7 years vboxsync VMM/HMSVMR0: bugref:9204 temporarily disable NRIP_SAVE across the …
(edit) @73043   7 years vboxsync VMM/HMSVMR0: bugref:9204 Fix wbinvd.
(edit) @73042   7 years vboxsync VMM/HMSVMR0: bugref:9204 Comment fix, replaced release assertion with …
(edit) @73035   7 years vboxsync NEM/win: Poll timers from inner loop and adjust run/wait timeout to …
(edit) @73031   7 years vboxsync VMM/IEM: IEMExecDecodedHlt fix instruction length copy/paste.
(edit) @73028   7 years vboxsync VMM/IEM: SVM pause implementation comment.
(edit) @73027   7 years vboxsync VMM/IEM: Don't guru with VERR_IEM_INSTR_NOT_IMPLEMENTED for rdpmc …
(edit) @73026   7 years vboxsync VMM/IEM: IEMExecDecodedMovCRxRead require CR3, CR4 and APIC TPR in …
(edit) @73024   7 years vboxsync VMM/IEM: IEMExecDecoded API for wbinvd, invd, rdpmc, monitor, mwait …
(edit) @73022   7 years vboxsync EM: Removed unused stats.
(edit) @73021   7 years vboxsync IEMAll: Amended assertion in iemExecStatusCodeFiddling with …
(edit) @73016   7 years vboxsync VMM/HM: Changed HM_CHANGED_XCPT_RAISED_MASK to …
(edit) @73015   7 years vboxsync VMM/HMSVMR0: Fallback to IEMExecOne() on certain VM-exits on CPUs that …
(edit) @73002   7 years vboxsync VMM/HMVMXR0: Don't need to recheck VMCPU_FF_TLB_FLUSH when it's just …
(edit) @72995   7 years vboxsync VMM/HMVMXR0: Attempted build fix.
(edit) @72994   7 years vboxsync VMM/HMVMXR0: Attempted build fix for mac rel.
(edit) @72993   7 years vboxsync VMM/HMVMXR0: Spaces, nit, doxygen.
(edit) @72992   7 years vboxsync VMM/HMVMXR0: Stat nits.
(edit) @72991   7 years vboxsync VMM/HM: Stat nits.
(edit) @72990   7 years vboxsync VMM/HMVMXR0: Don't update exit-history PC while exporting guest-state …
(edit) @72989   7 years vboxsync VMM/HMVMXR0: Comment.
(edit) @72988   7 years vboxsync VMM/HMVMXR0, HMSVMR0: Eliminate hidden parameters from a few macros …
(edit) @72987   7 years vboxsync VMM/HMVMXR0: bugref:9193 Stop passing pCtx around and use …
(edit) @72986   7 years vboxsync VMM/HMVMXR0: Nit.
(edit) @72985   7 years vboxsync VMM/HMVMXR0: bugref:9193 Stop passing pCtx around and use …
(edit) @72984   7 years vboxsync VMM/HMVMXR0: Spaces.
(edit) @72983   7 years vboxsync VMM/HM, HMVMX: bugref:9193 Stop passing pCtx around and use …
(edit) @72970   7 years vboxsync VMM/HMSVM: ​bugref:9193 Stop passing pCtx around and use …
(edit) @72969   7 years vboxsync VMM/HMSVM: bugref:9193 Stop passing pCtx around and use …
(edit) @72968   7 years vboxsync VMM/HMSVM: ​bugref:9193 Stop passing pCtx around and use …
(edit) @72967   7 years vboxsync VMM/HMSVM: bugref:9193 Stop passing pCtx around and use …
(edit) @72966   7 years vboxsync VMM/HM: Cleanup, nits.
(edit) @72965   7 years vboxsync VMM/HMSVMR0: Re-disable temporary syncing of full guest-state to see …
(edit) @72964   7 years vboxsync VMM/HMSVMR0: vmload instruction modifies Kernel-GS-Base MSR as well as …
(edit) @72963   7 years vboxsync VMM/HM: Spaces.
(edit) @72929   7 years vboxsync HMVMXR0.cpp: Fixed incorrect RDMSR and WRMSR assertions.
Note: See TracRevisionLog for help on using the revision log.

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