|
|
@72878
|
6 years |
vboxsync |
EM,HM,IEM: Replaced EMInterpretWrmsr with IEMExecDecodedWrmsr. …
|
|
|
@72877
|
6 years |
vboxsync |
EM,HM,IEM: Replaced EMInterpretWrmsr with IEMExecDecodedWrmsr.
|
|
|
@72876
|
6 years |
vboxsync |
IEM: log group 3 needs more CPU state, make sure it's there so we …
|
|
|
@72875
|
6 years |
vboxsync |
DBGFCpu: Make sure the CPU state we use is present in each of the APIs.
|
|
|
@72874
|
6 years |
vboxsync |
VMM/HMVMXR0: Call EMR0HistoryUpdatePC when importing guest-CPU state …
|
|
|
@72872
|
6 years |
vboxsync |
VMM/HMVMXR0: bugref:9193 Fix a bug with our exception bitmap cache …
|
|
|
@72867
|
6 years |
vboxsync |
DBGFReg: Make cppcheck happy.
|
|
|
@72866
|
6 years |
vboxsync |
IEM,CPUM: Can use LogRel in ring-0 too now and have it go to VBox.log.
|
|
|
@72862
|
6 years |
vboxsync |
VMM/HM: unintentional removal from r123406.
|
|
|
@72861
|
6 years |
vboxsync |
VMM/HM: Avoid checking the same value (static analysis warning).
|
|
|
@72859
|
6 years |
vboxsync |
VMMRZ: VMMRZCallRing3Disable/Enable should set/clear …
|
|
|
@72855
|
6 years |
vboxsync |
VMM/HM: Use enum for Tagged-TLB flush types, and related cleanup.
|
|
|
@72854
|
6 years |
vboxsync |
VMM/HM: spaces, cleanup.
|
|
|
@72853
|
6 years |
vboxsync |
VMM/HM: No need to reset Cr0Mask and Cr4Mask, the VMCS does not get …
|
|
|
@72852
|
6 years |
vboxsync |
VMM/HMVMXR0: Avoid writing exception bitmap into the VMCS if it didn't …
|
|
|
@72851
|
6 years |
vboxsync |
VMM/HMVMXR0: Macro nit, try not to hide parameters.
|
|
|
@72850
|
6 years |
vboxsync |
VMM/HMVMXR0: Spaces, remove unused macro.
|
|
|
@72849
|
6 years |
vboxsync |
VMM/HMVMXR0: bugref:9193 Add assertions where possible to verify we …
|
|
|
@72848
|
6 years |
vboxsync |
VMM/HMVMXR0: bugref:9193 Always import FS, GS (for base) on MSR …
|
|
|
@72842
|
6 years |
vboxsync |
AsyncCompletion: range-check array index first, not after using it.
|
|
|
@72825
|
6 years |
vboxsync |
VMM/HMVMXR0: Fix TSC offsetting regression from r123352.
|
|
|
@72820
|
6 years |
vboxsync |
VMM/HMVMXR0,HMSVMR0: Compiler barriers with volatiles for fCtxChanged.
|
|
|
@72819
|
6 years |
vboxsync |
VMM: LogRel nit.
|
|
|
@72818
|
6 years |
vboxsync |
VMM: LogRel nit.
|
|
|
@72811
|
6 years |
vboxsync |
VMM/HMVMXR0: Camel-case fixes to parts of VT-x code to try match …
|
|
|
@72810
|
6 years |
vboxsync |
VMM/HMVMXR0: Naming.
|
|
|
@72809
|
6 years |
vboxsync |
VMM/HMVMXR0: Cleanup, assertions, more consts esp. in long functions …
|
|
|
@72808
|
6 years |
vboxsync |
VMM/HMVMXR0: Fix pending CR3 and PAE PDPEs force-flag being set too …
|
|
|
@72807
|
6 years |
vboxsync |
VMM/HMSVMR0: Doxygen fix.
|
|
|
@72806
|
6 years |
vboxsync |
VMM/HMSVMR0: Build fix.
|
|
|
@72805
|
6 years |
vboxsync |
VMM/HM: bugref:9193 Fixes honoring pending VMCPU_FF_HM_UPDATE_CR3 and …
|
|
|
@72802
|
6 years |
vboxsync |
VMM/HMVMXR0: bugref:9193 Don't trash error codes for events …
|
|
|
@72798
|
6 years |
vboxsync |
VMM/HMVMXR0: Don't leave hmR0VmxImportGuestState with interrupts …
|
|
|
@72794
|
6 years |
vboxsync |
VMM/HMVMXR0: Temporarily sync full guest on world-switches. Reduces …
|
|
|
@72793
|
6 years |
vboxsync |
VMM/HMVMXR0: Oops, don't Log with interrupts disabled.
|
|
|
@72790
|
6 years |
vboxsync |
VMM/HMVMXR0: Use atomic Uo when writing to fCtxChanged in preemptible …
|
|
|
@72789
|
6 years |
vboxsync |
VMM/HMVMXR0: space.
|
|
|
@72788
|
6 years |
vboxsync |
VMM/HMVMXR0: Try fix VERR_VMX_UNEXPECTED_EXIT guru due to Mov DRx exit.
|
|
|
@72786
|
6 years |
vboxsync |
HM: doxygen fixes
|
|
|
@72785
|
6 years |
vboxsync |
VMM/HM: Dump improvement on VERR_VMX_UNABLE_TO_START_VM gurus.
|
|
|
@72784
|
6 years |
vboxsync |
VMM/HMVMXR0: Update ProcCtls when changed.
|
|
|
@72783
|
6 years |
vboxsync |
HM: doxygen fixes
|
|
|
@72779
|
6 years |
vboxsync |
VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
|
|
|
@72778
|
6 years |
vboxsync |
VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log.
…
|
|
|
@72777
|
6 years |
vboxsync |
HM: nit
|
|
|
@72776
|
6 years |
vboxsync |
HMVMXR0.cpp: build fix
|
|
|
@72772
|
6 years |
vboxsync |
VMM/HMSVMR0: 32-bit build fix. Grr…
|
|
|
@72771
|
6 years |
vboxsync |
VMM: Avoid calling CPUMQueryGuestCtxPtr when possible, cleanup.
|
|
|
@72770
|
6 years |
vboxsync |
VMM/HM: Cleanup.
|
|
|
@72769
|
6 years |
vboxsync |
VMM/HM: Avoid some CPUMQueryGuestCtxPtr calls.
|
|
|
@72767
|
6 years |
vboxsync |
VMM/HM: Build fix.
|
|
|
@72766
|
6 years |
vboxsync |
VMM/HMVMXR0: Build fix.
|
|
|
@72765
|
6 years |
vboxsync |
VMM/HMR0: Build fix.
|
|
|
@72764
|
6 years |
vboxsync |
VMM/HMR0: Build fix.
|
|
|
@72763
|
6 years |
vboxsync |
VMM/HMVMXR0: Nits.
|
|
|
@72762
|
6 years |
vboxsync |
VMM/HM: Nits.
|
|
|
@72761
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [build fix]
|
|
|
@72758
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [build fix]
|
|
|
@72753
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [build fix, nits]
|
|
|
@72751
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [build fix]
|
|
|
@72750
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [build fix, nit]
|
|
|
@72749
|
6 years |
vboxsync |
VMM: Remove EM_NOTIFY_HM and related code unused since VirtualBox 2.1 …
|
|
|
@72748
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [build fix]
|
|
|
@72747
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [build fix]
|
|
|
@72746
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [build fix]
|
|
|
@72744
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [HM, CPUM]
|
|
|
@72743
|
6 years |
vboxsync |
VMM: Extend HM changed flags. bugref:9193 [IEM]
|
|
|
@72712
|
6 years |
vboxsync |
IEM: Fixed regression in IEMExecStringIoRead from r123057 where writes …
|
|
|
@72695
|
6 years |
vboxsync |
NEM/win: Turn VINF_PGM_CHANGE_MODE into VINF_SUCCESS too after calling …
|
|
|
@72690
|
6 years |
vboxsync |
NEM: Separate stats for odd and alerts when stopping the CPU. bugref:9044.
|
|
|
@72689
|
6 years |
vboxsync |
NEM/win: Redid the IoCtlMessageSlotHandleAndGetNext stuff during …
|
|
|
@72688
|
6 years |
vboxsync |
iemCImpl_finit: Need to manually call iemFpuActualizeStateForChange. …
|
|
|
@72687
|
6 years |
vboxsync |
NEM: Apparently the IoCtlMessageSlotHandleAndGetNext operation may be …
|
|
|
@72685
|
6 years |
vboxsync |
TM: Disable annoying trace for /me. bugref:9044
|
|
|
@72684
|
6 years |
vboxsync |
NEM/win: Assert correct register values in messages from Hyper-V. …
|
|
|
@72676
|
6 years |
vboxsync |
CPUMAllRegs.cpp: Added a whole bunch more CPUMCTX_EXTRN_ assertions. …
|
|
|
@72675
|
6 years |
vboxsync |
EM/NEM: Avoid assertion regarding CPUMCTX_EXTRN in CPUMGetGuestCPL due …
|
|
|
@72674
|
6 years |
vboxsync |
EM: Quietly deal with IEM errors VERR_IEM_INSTR_NOT_IMPLEMENTED and …
|
|
|
@72673
|
6 years |
vboxsync |
NEM/win: Did some NAT benchmarking too. bugref:9044
|
|
|
@72672
|
6 years |
vboxsync |
NEM/win: regular svm number for w2k boot+shutdown benchmark. ?bugref:9044
|
|
|
@72671
|
6 years |
vboxsync |
NEM/win: Added some more benchmark numbers to the doxygen @page. …
|
|
|
@72669
|
6 years |
vboxsync |
NEM/win: Added some benchmark numbers to the doxygen @page. bugref:9044
|
|
|
@72661
|
6 years |
vboxsync |
HMSVMR0.cpp: Shortened hmR0SvmImportGuestState a little. bugref:9193
|
|
|
@72660
|
6 years |
vboxsync |
EM: Made the EMHistoryExec parameters settable via CFGM. bugref:9198
|
|
|
@72659
|
6 years |
vboxsync |
EM: Made the EMHistoryExec parameters settable via CFGM. bugref:9198
|
|
|
@72658
|
6 years |
vboxsync |
EM: Some tuning for w2ksp4 on SVM. bugref:9198
|
|
|
@72657
|
6 years |
vboxsync |
EM: Make the EMHistoryExec parameters adjustable. bugref:9198
|
|
|
@72655
|
6 years |
vboxsync |
EM,HM,NEM,TRPM: Renamed some EMEXIT_XXXX stuff to shorten things down …
|
|
|
@72646
|
6 years |
vboxsync |
VMM/HMSVMR0: Darwin warning as error, build fix.
|
|
|
@72645
|
6 years |
vboxsync |
VMM/HMSVMR0: Doxygen.
|
|
|
@72644
|
6 years |
vboxsync |
VMM/HMVMXR0: Build fix.
|
|
|
@72643
|
6 years |
vboxsync |
VMM: Make SVM R0 code use CPUMCTX_EXTRN_xxx flags and cleanups. bugref:9193
|
|
|
@72642
|
6 years |
vboxsync |
EM,IEM,VMX: Working on configuring exit history optimziations. …
|
|
|
@72639
|
6 years |
vboxsync |
IPRT,VMM: Try use KeShouldYieldProcessor to implement …
|
|
|
@72636
|
6 years |
vboxsync |
EM,HM: Removed EMInterpretRdtsc and EMInterpretRdtscp (reapplying …
|
|
|
@72634
|
6 years |
vboxsync |
EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.
|
|
|
@72623
|
6 years |
vboxsync |
HMSVMR0.cpp: HMSVM_UPDATE_INTR_SHADOW is not needed (thought it …
|
|
|
@72622
|
6 years |
vboxsync |
HMSVMR0.cpp: Retry new RDTSC and RDTSCP code. Added …
|
|
|
@72620
|
6 years |
vboxsync |
HMVMXR0.cpp: Retry new RDTSC and RDTSCP code with HM_CHANGED_XXXX …
|
|
|
@72619
|
6 years |
vboxsync |
VMM: Temporarily put the old RDTSC[P] code back and enabled it …
|
|
|