VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @72926   7 years vboxsync NEM/win: Release build fix. bugref:9044
(edit) @72925   7 years vboxsync Config.kmk,VMM: Enabled NEM/win for non-OSE builds. OSE will need …
(edit) @72924   7 years vboxsync NEM/win: Make it possible to select between ring-0 runloop …
(edit) @72918   7 years vboxsync NEM/win: Cleanups. bugref:9044
(edit) @72917   7 years vboxsync NEM: Stop passing pCtx around and use pVCpu->cpum.GstCtx instead. …
(edit) @72911   7 years vboxsync VMM/HMSVMR0: Temporarily enable full guest sync to try diagnose nested …
(edit) @72910   7 years vboxsync VMM/HMSVMR0: Remove confusing HMSVM_SYNC_FULL_NESTED_GUEST_STATE …
(edit) @72909   7 years vboxsync VMM/HMSVMR0: Dead code.
(edit) @72907   7 years vboxsync VMM/HMR0: Naming, cleanup nits.
(edit) @72897   7 years vboxsync hmR0VmxExitInvlpg: build fix
(edit) @72896   7 years vboxsync iemCImpl_cpuid: Don't get all MSRs.
(edit) @72895   7 years vboxsync EM,HM: Replaced EMInterpretInvlpg with IEMExecDecodedInvlpg.
(edit) @72893   7 years vboxsync HM: Use IEMExecOne in hmR0SvmExitInvlpg rather than elaborate manual …
(edit) @72892   7 years vboxsync EM: We no longer need the assembly code in EMAllA.asm anymore.
(edit) @72891   7 years vboxsync EM,HM,IEM: Replaced EMInterpretCpuid with IEMExecDecodedCpuid. Set …
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