summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/EMR3Nem.cpp
Commit message (Expand)AuthorAgeFilesLines
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be replac...vboxsync2019-08-081-0/+1
* VMM: Kicking out raw-mode (work in progress) - EM. bugref:9517vboxsync2019-07-261-4/+0
* VMM: Kicking out raw-mode (work in progress). bugref:9517vboxsync2019-07-261-1/+0
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VBox/vmm/hm_svm.h,hm_vmx.h: Try avoid including VBox/err.h in widely used hea...vboxsync2018-12-231-0/+1
* vm.h,VMM: Prep work for 64-bit VMCPU::fLocalForcedActions. Define VMCPU_WITH_...vboxsync2018-10-121-1/+1
* vm.h,EM: Made the FF_SET and FF_CLEAR macros only take constants with _BIT va...vboxsync2018-10-121-2/+2
* vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the pluralit...vboxsync2018-10-121-5/+5
* vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a single...vboxsync2018-10-121-1/+1
* vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize the pl...vboxsync2018-10-121-7/+7
* vm.h,VMM: Made VMCPU_FF_CLEAR work on a single flag, introducing VMCPU_FF_CLE...vboxsync2018-10-121-1/+1
* NEM: Stop passing pCtx around and use pVCpu->cpum.GstCtx instead. bugref:9044vboxsync2018-07-051-1/+1
* VMM: Remove EM_NOTIFY_HM and related code unused since VirtualBox 2.1 or earl...vboxsync2018-06-291-8/+0
* EM/NEM: Avoid assertion regarding CPUMCTX_EXTRN in CPUMGetGuestCPL due to log...vboxsync2018-06-251-15/+23
* EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.vboxsync2018-06-201-30/+24
* EM,NEM: Added /EM/ExitOptimizationEnabled config option to disable exit optim...vboxsync2018-06-161-26/+35
* NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner NEM lo...vboxsync2018-06-091-20/+30
* NEM: Inject interrupts from the inner NEM loop, use interrupt windows. bugref...vboxsync2018-05-141-6/+6
* NEM: Some stats; doc updates. bugref:9044vboxsync2018-03-091-5/+5
* NEM: More code. bugref:9044vboxsync2018-02-151-2/+2
* NEM: Working on the EM loops. bugref:9044 [build fix]vboxsync2018-02-131-1/+1
* NEM: Working on the EM loops. bugref:9044vboxsync2018-02-131-0/+487