VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73182   6 years vboxsync NEM/win: Init the A20 gate state correctly. Issue with EFI since it …
(edit) @73180   6 years vboxsync VMM/HMVMXR0: nit.
(edit) @73179   6 years vboxsync VMM/HMVMXR0: bugref:9193 Try use EMRZSetPendingIo[Read|Write] …
(edit) @73166   6 years vboxsync VMM/HMSVMR0: Try use EMRZSetPendingIoPort[Read|Write] interface for …
(edit) @73165   6 years vboxsync VMM/IEM: space nit.
(edit) @73152   6 years vboxsync VMM/HMSVMR0: Fix missing import bits required by IEMExecDecodedxxx.
(edit) @73151   6 years vboxsync VMM/HMSVMR0: Enable NRIP_SAVE again on trunk, fixed missing import …
(edit) @73150   6 years vboxsync VMM,DBGC,IPRT: In memory - VMM: Morphed part of the NT kernel digger …
(edit) @73144   6 years vboxsync VMM/HMSVMR0: LogRel nit.
(edit) @73143   6 years vboxsync VMM/HMSVMR0: VMM/HMSVMR0: Log some features used for nested-guest …
(edit) @73141   6 years vboxsync VMM/HMSVMR0: Log some features used for nested-guest execution (most …
(edit) @73140   6 years vboxsync VMM/HMSVM: Sort out state syncing on #VMEXIT, VMRUN transitions. We …
(edit) @73139   6 years vboxsync VMM/IEM: Nested Hw.virt: Validate segment registers after HM …
(edit) @73126   6 years vboxsync pgmGstPtWalkNext: Incorrect assertion. [oops]
(edit) @73125   6 years vboxsync pgmGstPtWalkNext: Incorrect assertion.
(edit) @73124   6 years vboxsync PGMAllGst.h: Fixed parameter order mixup in …
(edit) @73116   6 years vboxsync VMM/CPUM: Missed couple of SVM feature flags.
(edit) @73115   6 years vboxsync VMM/HMSVMR0: nit.
(edit) @73114   6 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @73113   6 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @73112   6 years vboxsync VMM/HMSVMR0: Build fix, unused variable.
(edit) @73111   6 years vboxsync VMM/HMSVMR0: Fix vmmcall, pause, TPR patching for CPUs that don't …
(edit) @73110   6 years vboxsync VMM/CPUM: Dump SVM feature identification leaf.
(edit) @73107   6 years vboxsync VMM/HM: Always return 'true' for unrestricted-guest feature on AMD CPUs.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73088   6 years vboxsync VMM/Makefile.kmk: Shut up $ warning.
(edit) @73078   6 years vboxsync PGMAll/pgmGstPtWalkNext: PDE compare fix.
(edit) @73073   6 years vboxsync PGM/DBG: Optimize page scanning to speed up 'detect'.
(edit) @73067   6 years vboxsync VMM/HMSVMR0: Comment.
(edit) @73057   6 years vboxsync VMM/HMSVMR0: nit.
(edit) @73056   6 years vboxsync VMM/HMSVMR0: bugref:9193 Attempted fix for VMRUN.
(edit) @73055   6 years vboxsync VMM/HMSVMR0: bugref:9193 Attempt to fix regression with nested SVM …
(edit) @73054   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix mov crx write.
(edit) @73053   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix mov crx read.
(edit) @73052   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix mwait.
(edit) @73051   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix monitor.
(edit) @73050   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix hlt.
(edit) @73049   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix invlpg.
(edit) @73048   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix rdpmc.
(edit) @73047   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix rdtscp.
(edit) @73046   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix rdtsc.
(edit) @73045   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix invd.
(edit) @73044   6 years vboxsync VMM/HMSVMR0: bugref:9204 temporarily disable NRIP_SAVE across the …
(edit) @73043   6 years vboxsync VMM/HMSVMR0: bugref:9204 Fix wbinvd.
(edit) @73042   6 years vboxsync VMM/HMSVMR0: bugref:9204 Comment fix, replaced release assertion with …
(edit) @73035   6 years vboxsync NEM/win: Poll timers from inner loop and adjust run/wait timeout to …
(edit) @73031   6 years vboxsync VMM/IEM: IEMExecDecodedHlt fix instruction length copy/paste.
(edit) @73028   6 years vboxsync VMM/IEM: SVM pause implementation comment.
(edit) @73027   6 years vboxsync VMM/IEM: Don't guru with VERR_IEM_INSTR_NOT_IMPLEMENTED for rdpmc …
(edit) @73026   6 years vboxsync VMM/IEM: IEMExecDecodedMovCRxRead require CR3, CR4 and APIC TPR in …
(edit) @73024   6 years vboxsync VMM/IEM: IEMExecDecoded API for wbinvd, invd, rdpmc, monitor, mwait …
(edit) @73022   6 years vboxsync EM: Removed unused stats.
(edit) @73021   6 years vboxsync IEMAll: Amended assertion in iemExecStatusCodeFiddling with …
(edit) @73016   6 years vboxsync VMM/HM: Changed HM_CHANGED_XCPT_RAISED_MASK to …
(edit) @73015   6 years vboxsync VMM/HMSVMR0: Fallback to IEMExecOne() on certain VM-exits on CPUs that …
(edit) @73002   6 years vboxsync VMM/HMVMXR0: Don't need to recheck VMCPU_FF_TLB_FLUSH when it's just …
(edit) @72995   6 years vboxsync VMM/HMVMXR0: Attempted build fix.
(edit) @72994   6 years vboxsync VMM/HMVMXR0: Attempted build fix for mac rel.
(edit) @72993   6 years vboxsync VMM/HMVMXR0: Spaces, nit, doxygen.
(edit) @72992   6 years vboxsync VMM/HMVMXR0: Stat nits.
(edit) @72991   6 years vboxsync VMM/HM: Stat nits.
(edit) @72990   6 years vboxsync VMM/HMVMXR0: Don't update exit-history PC while exporting guest-state …
(edit) @72989   6 years vboxsync VMM/HMVMXR0: Comment.
(edit) @72988   6 years vboxsync VMM/HMVMXR0, HMSVMR0: Eliminate hidden parameters from a few macros …
(edit) @72987   6 years vboxsync VMM/HMVMXR0: bugref:9193 Stop passing pCtx around and use …
(edit) @72986   6 years vboxsync VMM/HMVMXR0: Nit.
(edit) @72985   6 years vboxsync VMM/HMVMXR0: bugref:9193 Stop passing pCtx around and use …
(edit) @72984   6 years vboxsync VMM/HMVMXR0: Spaces.
(edit) @72983   6 years vboxsync VMM/HM, HMVMX: bugref:9193 Stop passing pCtx around and use …
(edit) @72970   6 years vboxsync VMM/HMSVM: ​bugref:9193 Stop passing pCtx around and use …
(edit) @72969   6 years vboxsync VMM/HMSVM: bugref:9193 Stop passing pCtx around and use …
(edit) @72968   6 years vboxsync VMM/HMSVM: ​bugref:9193 Stop passing pCtx around and use …
(edit) @72967   6 years vboxsync VMM/HMSVM: bugref:9193 Stop passing pCtx around and use …
(edit) @72966   6 years vboxsync VMM/HM: Cleanup, nits.
(edit) @72965   6 years vboxsync VMM/HMSVMR0: Re-disable temporary syncing of full guest-state to see …
(edit) @72964   6 years vboxsync VMM/HMSVMR0: vmload instruction modifies Kernel-GS-Base MSR as well as …
(edit) @72963   6 years vboxsync VMM/HM: Spaces.
(edit) @72929   6 years vboxsync HMVMXR0.cpp: Fixed incorrect RDMSR and WRMSR assertions.
(edit) @72926   6 years vboxsync NEM/win: Release build fix. bugref:9044
(edit) @72925   6 years vboxsync Config.kmk,VMM: Enabled NEM/win for non-OSE builds. OSE will need …
(edit) @72924   6 years vboxsync NEM/win: Make it possible to select between ring-0 runloop …
(edit) @72918   6 years vboxsync NEM/win: Cleanups. bugref:9044
(edit) @72917   6 years vboxsync NEM: Stop passing pCtx around and use pVCpu->cpum.GstCtx instead. …
(edit) @72911   6 years vboxsync VMM/HMSVMR0: Temporarily enable full guest sync to try diagnose nested …
(edit) @72910   6 years vboxsync VMM/HMSVMR0: Remove confusing HMSVM_SYNC_FULL_NESTED_GUEST_STATE …
(edit) @72909   6 years vboxsync VMM/HMSVMR0: Dead code.
(edit) @72907   6 years vboxsync VMM/HMR0: Naming, cleanup nits.
(edit) @72897   6 years vboxsync hmR0VmxExitInvlpg: build fix
(edit) @72896   6 years vboxsync iemCImpl_cpuid: Don't get all MSRs.
(edit) @72895   6 years vboxsync EM,HM: Replaced EMInterpretInvlpg with IEMExecDecodedInvlpg.
(edit) @72893   6 years vboxsync HM: Use IEMExecOne in hmR0SvmExitInvlpg rather than elaborate manual …
(edit) @72892   6 years vboxsync EM: We no longer need the assembly code in EMAllA.asm anymore.
(edit) @72891   6 years vboxsync EM,HM,IEM: Replaced EMInterpretCpuid with IEMExecDecodedCpuid. Set …
(edit) @72886   6 years vboxsync VMM/HMR0: Import the guest-state (incl. keeper bits) on the ring-3 …
(edit) @72885   6 years vboxsync EMAll.cpp: flushed out unused code.
(edit) @72884   6 years vboxsync EM: emMSRtoString isn't needed any more. [burn fix]
(edit) @72882   6 years vboxsync EM,HM,IEM: Replaced EMInterpretRdmsr with IEMExecDecodedRdmsr.
(edit) @72881   6 years vboxsync EM,HM,IEM: Replaced EMInterpretRdmsr with IEMExecDecodedRdmsr.
(edit) @72880   6 years vboxsync VMMGuruMeditation: Try get externalized guest state.
(edit) @72879   6 years vboxsync CPUMAllRegs.cpp: Assert on missing HM code.
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