|
|
@49992
|
11 years |
vboxsync |
VMM/HMVMXR0: comment copy & paste error.
|
|
|
@49990
|
11 years |
vboxsync |
VMM/HMSVMR0: nit.
|
|
|
@49971
|
11 years |
vboxsync |
VMM/HMSVMR0: nit.
|
|
|
@49970
|
11 years |
vboxsync |
VMM/HMSVMR0: Avoid MSR write when possible.
|
|
|
@49969
|
11 years |
vboxsync |
VMM/HMSVMR0: todo addressed in r91390.
|
|
|
@49968
|
11 years |
vboxsync |
VMM/HMSVMR0: Update guest TSC AUX when we allow MSR passthru.
|
|
|
@49967
|
11 years |
vboxsync |
HMR0SVM.cpp: Use CPUR0GetGuestTscAux() instead of CPUMQueryGuestMsr to …
|
|
|
@49937
|
11 years |
vboxsync |
VMM/HMSVMR0: Change ASID when required.
|
|
|
@49934
|
11 years |
vboxsync |
VMM/HMR0: Don't unnecessarily reset uCurrentAsid.
|
|
|
@49932
|
11 years |
vboxsync |
VMM/HMR0: Assertion.
|
|
|
@49931
|
11 years |
vboxsync |
VMM/HMSVMR0: Assertions.
|
|
|
@49903
|
11 years |
vboxsync |
VMM/HMVMXR0: Todo comment.
|
|
|
@49902
|
11 years |
vboxsync |
VMM/HMSVMR0: nit.
|
|
|
@49901
|
11 years |
vboxsync |
VMM/HMVMXR0: nit.
|
|
|
@49900
|
11 years |
vboxsync |
VMM/HMSVMR0: 32-bit build fix.
|
|
|
@49898
|
11 years |
vboxsync |
VMM/HMSVMR0: Fix for MOV DRx intercepts on 32-bit hosts with 64-bit guests.
|
|
|
@49897
|
11 years |
vboxsync |
VMM/HMSVMR0: Clear the VMCB Clean Bit for NP while flushing the guest …
|
|
|
@49896
|
11 years |
vboxsync |
VMM/HMSVMR0: Don't need to re-enable NP on each VMRUN.
|
|
|
@49893
|
11 years |
vboxsync |
MSR rewrite: initial hacking - half disabled.
|
|
|
@49890
|
11 years |
vboxsync |
VMM/HMVMXR0, HMSVMR0: Comments, be consistent.
|
|
|
@49889
|
11 years |
vboxsync |
VMM/HMVMXR0: Comments.
|
|
|
@49888
|
11 years |
vboxsync |
VMM/HMSVMR0: Fix infinite recursion on ring-0 assertion with longjmp …
|
|
|
@49879
|
11 years |
vboxsync |
VMM/HMSVMR0: Update CPL and its corresponding VMCB Clean bit when SS …
|
|
|
@49876
|
11 years |
vboxsync |
VMM/HMSVMR0: Mark the VMCB-clean bits as dirty while migrating CPUs.
|
|
|
@49870
|
11 years |
vboxsync |
VMM/HMVMXR0: Four consecutive NOT operators is a tad too redundant.
|
|
|
@49864
|
11 years |
vboxsync |
VMM/HMVMXR0: Minor nit while checking PAE PDPTEs in …
|
|
|
@49853
|
11 years |
vboxsync |
VMM/HMVMXR0: Save guest-control registers on CRX-read exits.
|
|
|
@49852
|
11 years |
vboxsync |
VMM/HMVMXR0: Add guest-state checks for PAE PDPTEs.
|
|
|
@49789
|
11 years |
vboxsync |
VMM: don't ignore the error code of RTAvl*DoWithAll() if the callback …
|
|
|
@49776
|
11 years |
vboxsync |
VMM/HMVMXR0: Comment.
|
|
|
@49775
|
11 years |
vboxsync |
More granular assertions.
|
|
|
@49774
|
11 years |
vboxsync |
VMM/HMVMXR0: Handle #DB from ICEBP instruction which is undocumented …
|
|
|
@49770
|
11 years |
vboxsync |
VMM/HM: Fix typo in TRPPatchingAllowed member.
|
|
|
@49757
|
11 years |
vboxsync |
VMM/HMVMXR0: comment nit.
|
|
|
@49755
|
11 years |
vboxsync |
VMM/HMVMXR0: Safer assumptions while updating guest-state on fully …
|
|
|
@49752
|
11 years |
vboxsync |
VMM/HMVMXR0: Drop 64-bit MSR optimizations on hybrid darwin kernels.
|
|
|
@49740
|
11 years |
vboxsync |
VMM/HMVMXR0: Hybrid fixes.
|
|
|
@49739
|
11 years |
vboxsync |
VMM/HM: Same error code for unsupported host-guest paging mode combo. …
|
|
|
@49734
|
11 years |
vboxsync |
VMM/HMVMXR0: bugref Comment, spaces.
|
|
|
@49729
|
11 years |
vboxsync |
VMM/HM: VMCPU_HMCF -> HMCPU_CF macro renaming.
|
|
|
@49727
|
11 years |
vboxsync |
VMM/HMVMXR0: Now that we have atomic flag updates, reenable WRMSR …
|
|
|
@49726
|
11 years |
vboxsync |
VMM/HMR0Mixed: Comment.
|
|
|
@49721
|
11 years |
vboxsync |
VMM/HMSVMR0: space.
|
|
|
@49720
|
11 years |
vboxsync |
VMM/HMSVMR0: Added bugref comment.
|
|
|
@49719
|
11 years |
vboxsync |
HMSVM: Do not fall back on FERR emulation (see #6117).
|
|
|
@49717
|
11 years |
vboxsync |
HMVMX: Do not fall back on FERR emulation (see #6117).
|
|
|
@49712
|
11 years |
vboxsync |
VMM/HMVMXR0: Comment, macros.
|
|
|
@49701
|
11 years |
vboxsync |
VMM/HMVMXR0: Simplified the MSR optimization code.
|
|
|
@49700
|
11 years |
vboxsync |
VMM/HMVMXR0: Build fix.
|
|
|
@49699
|
11 years |
vboxsync |
VMM/HMVMXR0: Update guest TSC_AUX before auto-load/store.
|
|
|
@49680
|
11 years |
vboxsync |
VMM/HMVMXR0: MSR auto-load/store fix for hybrid darwin.
|
|
|
@49677
|
11 years |
vboxsync |
VMM/HMVMXR0: Assertions.
|
|
|
@49670
|
11 years |
vboxsync |
VMM/HMVMXR0: Comment.
|
|
|
@49669
|
11 years |
vboxsync |
VMM/HMVMXR0: Comments.
|
|
|
@49668
|
11 years |
vboxsync |
VMM/HMVMXR0: Added a couple of missing Unsupported-Feature Combos errors.
|
|
|
@49667
|
11 years |
vboxsync |
VMM/HMVMXR0: Comment.
|
|
|
@49666
|
11 years |
vboxsync |
VMM/HMVMXR0: Fix darwin 32-bit/PAE kernel case.
|
|
|
@49665
|
11 years |
vboxsync |
VMM/HMVMXR0: Careful with preemption!
|
|
|
@49664
|
11 years |
vboxsync |
VMM/HMVMXR0: MSR optimizations for world-switch of 64-bit guests.
|
|
|
@49623
|
11 years |
vboxsync |
VMM: Warnings.
|
|
|
@49580
|
11 years |
vboxsync |
VMM/HMVMXR0: Better fix for r90778.
|
|
|
@49579
|
11 years |
vboxsync |
VMM/HMVMXR0: Don't cause unnecessary host-state update in case we're …
|
|
|
@49548
|
11 years |
vboxsync |
DevAPIC: reverted r90537, r90540, r90551 -- actually we need to clear …
|
|
|
@49527
|
11 years |
vboxsync |
VMM/HMR0: Warnings.
|
|
|
@49526
|
11 years |
vboxsync |
VMM/HMVMXR0: Build fix.
|
|
|
@49523
|
11 years |
vboxsync |
VMM: Retire VBOX_WITH_AUTO_MSR_LOAD_RESTORE define.
|
|
|
@49521
|
11 years |
vboxsync |
VMM/HMVMXR0: spaces.
|
|
|
@49520
|
11 years |
vboxsync |
VMM: MSR auto-load/store handling rewrite for VT-x.
|
|
|
@49513
|
11 years |
vboxsync |
VMM/HMSVMR0: warnings.
|
|
|
@49512
|
11 years |
vboxsync |
Main/src-client, VMM/HMSVMR0: Enable TPR patching regardless of guest …
|
|
|
@49481
|
11 years |
vboxsync |
VMM: Warnings.
|
|
|
@49479
|
11 years |
vboxsync |
VMM: Warnings.
|
|
|
@49478
|
11 years |
vboxsync |
VMM/HMVMXR0: Fixed single-stepping in the guest to generate #DB correctly.
|
|
|
@49441
|
11 years |
vboxsync |
PDMAPICHLPR0/RC: Drop pfnChangeFeature.
|
|
|
@49407
|
11 years |
vboxsync |
VMM/HMVMXR0: Comment.
|
|
|
@49406
|
11 years |
vboxsync |
VMM/HMVMXR0: Fix occasional 32-bit Haiku guest hang during boot.
|
|
|
@49404
|
11 years |
vboxsync |
VMM/HMVMXR0, HMSVMR0: Use IPRT.
|
|
|
@49403
|
11 years |
vboxsync |
VMM/HMVMXR0: Fixed DPC latency issue on Windows hosts.
|
|
|
@49310
|
11 years |
vboxsync |
HMR0.cpp: Ignore VERR_SVM_DISABLED an VERR_SVM_IN_USE status codes …
|
|
|
@49288
|
11 years |
vboxsync |
VMM/HMVMXR0: Fix for MOV DRx intercepts on 32-bit hosts with 64-bit guests.
|
|
|
@49285
|
11 years |
vboxsync |
VMM/HMVMXR0: nits.
|
|
|
@49284
|
11 years |
vboxsync |
VMM/HMVMXR0: Don't forget to load guest debug state when not …
|
|
|
@49283
|
11 years |
vboxsync |
VMM/HMVMXR0: Macro naming fix and use RT_BOOL.
|
|
|
@49275
|
11 years |
vboxsync |
VMM/HMVMXR0, HMSVMR0: Guest-FPU pre-load optimization.
|
|
|
@49274
|
11 years |
vboxsync |
VMM/HMVMXR0: Incorrect assertion for SMP.
|
|
|
@49270
|
11 years |
vboxsync |
VMM/HMVMXR0: Fix incorrect masking of TPR bits with TPR-shadowing.
|
|
|
@49269
|
11 years |
vboxsync |
VMM/HMVMXR0: More paranoid assertions cannot hurt.
|
|
|
@49258
|
11 years |
vboxsync |
VMM/HMVMXR0: Introduced HMVMX_ALWAYS_FLUSH_TLB debug switch.
|
|
|
@49257
|
11 years |
vboxsync |
VMM/HMVMXR0: INS/OUTS with REP prefix update RFLAGS. Fix incorrect …
|
|
|
@49227
|
11 years |
vboxsync |
VMM/HMVMXR0: Adding functions for dynamic MSR swapping.
|
|
|
@49225
|
11 years |
vboxsync |
VMM/HMSVMR0: Fix TSC Aux MSR passthru.
|
|
|
@49215
|
11 years |
vboxsync |
updates
|
|
|
@49209
|
11 years |
vboxsync |
VMM/HMVMXR0: Fix MSR_TSC_AUX, restore host MSR.
|
|
|
@49207
|
11 years |
vboxsync |
VMM/HMVMXR0: Fix MSR_TSC_AUX, use the right check to be doubly sure.
|
|
|
@49204
|
11 years |
vboxsync |
VMM/HMVMXR0: Fix MSR_TSC_AUX auto-load/store when not using TSC …
|
|
|
@49186
|
11 years |
vboxsync |
VMM/HMVMXR0: Fix MSR_TSC_AUX auto-load/store when not using TSC …
|
|
|
@49178
|
11 years |
vboxsync |
SUPDrv: Fix VT-x capability querying for BIOSes that don't set the …
|
|
|
@49159
|
11 years |
vboxsync |
VMM/HMSVMR0: Comment nits.
|
|
|
@49153
|
11 years |
vboxsync |
HMR0SVM.cpp: Ditto and added the separate single stepping loop function.
|
|
|
@49152
|
11 years |
vboxsync |
HMR0VMX.cpp: Clear the TF bit in the single step loop, instead on …
|
|
|