|
|
@45953
|
12 years |
vboxsync |
VMM/HMVMXR0: Don't mix up store and load. This is horrible terminology.
|
|
|
@45949
|
12 years |
vboxsync |
VMM/VMMR3: Stat description.
|
|
|
@45947
|
12 years |
vboxsync |
VMM: HM cleanup for CTRL, CONTROLS in symbolic names.
|
|
|
@45946
|
12 years |
vboxsync |
VMM/HMVMXR0: copy, paste typo.
|
|
|
@45945
|
12 years |
vboxsync |
VMM/HMVMXR0: paranoidroid.
|
|
|
@45944
|
12 years |
vboxsync |
VMM/HMVMXR0: Don't intercept CR3 reads with unrestricted guests.
|
|
|
@45943
|
12 years |
vboxsync |
VMM/HMVMXR0: Fix overly-delayed update of PGM's view of CR3. More …
|
|
|
@45937
|
12 years |
vboxsync |
VMM/HMVMXR0: Easier to read when reading huge logs.
|
|
|
@45934
|
12 years |
vboxsync |
VMMR0.cpp/RTAssertMsg2WeakV: Don't instantiate the debug logger, just …
|
|
|
@45930
|
12 years |
vboxsync |
VMM/DBGFCoreWrite: Clarify comment regarding threads in the guest core …
|
|
|
@45919
|
12 years |
vboxsync |
HM: Added VMX entry refused/allowed stats.
|
|
|
@45918
|
12 years |
vboxsync |
VMM/HMVMXR0: State-save ordering enforcement assertion, comment and …
|
|
|
@45916
|
12 years |
vboxsync |
VMM/HM: Remove redundant code while loading save-state. …
|
|
|
@45915
|
12 years |
vboxsync |
VMM/HMVMXR0: lines.
|
|
|
@45912
|
12 years |
vboxsync |
VMM/HMVMXR0: Return of the AssertRCReturns!
|
|
|
@45908
|
12 years |
vboxsync |
Don't OR status codes together, just AssertRCReturn immediately. If …
|
|
|
@45907
|
12 years |
vboxsync |
VBOX_WITH_IEM bitrot and stuff.
|
|
|
@45906
|
12 years |
vboxsync |
VMM/HMVMXR0: uint64->32 fix.
|
|
|
@45905
|
12 years |
vboxsync |
VMM/HMVMXR0: Return proper status code while leaving root-mode not …
|
|
|
@45904
|
12 years |
vboxsync |
VMM/HMVMXR0: Fixes for pure 32-bit darwin hosts (not hybrid) with …
|
|
|
@45897
|
12 years |
vboxsync |
VMM: Log spacing.
|
|
|
@45896
|
12 years |
vboxsync |
VMM/HMVMXR0: limit macro scope.
|
|
|
@45895
|
12 years |
vboxsync |
VMM/HMVMXR0: Remove redundant and slightly misleading comment.
|
|
|
@45894
|
12 years |
vboxsync |
VMM: Use RT_BIT which uses unsigned to avoid nasty sign-extension …
|
|
|
@45893
|
12 years |
vboxsync |
VMM/HMVMXR0: Fix sign extension issue, use uint32_t.
|
|
|
@45892
|
12 years |
vboxsync |
VMM/HMVMXR0: Some clarification regarding the unusable bit.
|
|
|
@45888
|
12 years |
vboxsync |
VMM/HMVMXR0: Avoid syncing TRPM and Pending HM events back and forth …
|
|
|
@45887
|
12 years |
vboxsync |
VMM/HMVMXR0: todo for thinking about tomorrow.
|
|
|
@45886
|
12 years |
vboxsync |
VMM/HMVMXR0: A few extra segment selector checks.
|
|
|
@45885
|
12 years |
vboxsync |
VMM/HMVMXR0: More checks on strict builds.
|
|
|
@45884
|
12 years |
vboxsync |
VMM/HMVMXR0: More aggressive state sync.: don't save IDTR, LDTR, GDTR, …
|
|
|
@45879
|
12 years |
vboxsync |
VMM: Log spacing/indent inconsistencies.
|
|
|
@45875
|
12 years |
vboxsync |
VMM/VMMR0: Distinguish better between invalid VMXON, VMCS pointers and …
|
|
|
@45872
|
12 years |
vboxsync |
VMM/HMVMXR0: nit.
|
|
|
@45870
|
12 years |
vboxsync |
VMM: Fix for HM_PROFILE_EXIT_DISPATCH.
|
|
|
@45868
|
12 years |
vboxsync |
tstVMREQ: disable HM to prevent failing when allocating …
|
|
|
@45865
|
12 years |
vboxsync |
VMM/HMVMXR0: Assertion and clarified todo comment.
|
|
|
@45864
|
12 years |
vboxsync |
VMM/VMMR3: nit.
|
|
|
@45863
|
12 years |
vboxsync |
VMM/VMMR0: HMR0 is shared code, not just Intel. Undo skipping of …
|
|
|
@45862
|
12 years |
vboxsync |
VMM/VMMR0: Unbreak old VT-x code with manual load/store of kernel GS …
|
|
|
@45861
|
12 years |
vboxsync |
VMM/VMMR0: Fix debug assertion regarding leaving HM context with …
|
|
|
@45858
|
12 years |
vboxsync |
VMM: Corrected an obsolete comment regarding HM execution and a todo …
|
|
|
@45857
|
12 years |
vboxsync |
VMM/HMVMXR0: Eliminated some unnecessary DECLCALLBACK calling convention.
|
|
|
@45856
|
12 years |
vboxsync |
VMM: STAM counter descriptions, cleanup. Fixed a few erroneous stats …
|
|
|
@45855
|
12 years |
vboxsync |
VMM/HMVMXR0: Remove assertion for now as it's an enum not a pfn.
|
|
|
@45854
|
12 years |
vboxsync |
VMMR0: build fix
|
|
|
@45852
|
12 years |
vboxsync |
VMM/HMVMXR0: wrap to 130 columns.
|
|
|
@45850
|
12 years |
vboxsync |
VMM/HMVMXR0: nits.
|
|
|
@45849
|
12 years |
vboxsync |
VMM/HMVMXR0: Redundant.
|
|
|
@45848
|
12 years |
vboxsync |
VMM/HMVMX0: We're already in non-preemptible context. Too paranoid to …
|
|
|
@45846
|
12 years |
vboxsync |
VMM/HMVMXR0: Restore TSC_AUX properly when not using auto-load/store …
|
|
|
@45845
|
12 years |
vboxsync |
VMM/VMMR0: Load kernel-gs base MSR as part of the auto-load/store MSR …
|
|
|
@45836
|
12 years |
vboxsync |
Spelling.
|
|
|
@45832
|
12 years |
vboxsync |
PGMInline.h: fix SMP assertion.
|
|
|
@45831
|
12 years |
vboxsync |
PGMInline.h: fix SMP assertion.
|
|
|
@45830
|
12 years |
vboxsync |
VMM: Don't resolve RC symbols when HM is enabled (fix for r85378)
|
|
|
@45829
|
12 years |
vboxsync |
Don't panic on bad state and ignore assertions and other error conditions.
|
|
|
@45828
|
12 years |
vboxsync |
tstVMMR0CallHost-1: warning
|
|
|
@45826
|
12 years |
vboxsync |
PGM: Extended the WP0+RO+US hack to include big pages and adjusted …
|
|
|
@45824
|
12 years |
vboxsync |
VMM/CPUM: Undo r85381 as it breaks SMP debug builds.
|
|
|
@45823
|
12 years |
vboxsync |
VMM/HMVMXR0: Resetup preemption timer when the preemption timer …
|
|
|
@45821
|
12 years |
vboxsync |
HM/VMX: More accurate entry checks.
|
|
|
@45820
|
12 years |
vboxsync |
VMM/HMVMXR0: Update TSC offsetting when the guest write TSC. This …
|
|
|
@45812
|
12 years |
vboxsync |
VMM/CPUM: Reset TSC to 0 on CPUMR3ResetCpu().
|
|
|
@45809
|
12 years |
vboxsync |
VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 2).
|
|
|
@45808
|
12 years |
vboxsync |
VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
|
|
|
@45804
|
12 years |
vboxsync |
VMX: Added CFGM key to disable unrestricted execution.
|
|
|
@45799
|
12 years |
vboxsync |
Make the recompiler call PGMCr0WpEnabled.
|
|
|
@45798
|
12 years |
vboxsync |
Fixed up and enabled Netware WP0+RO+US hack.
|
|
|
@45797
|
12 years |
vboxsync |
PGMAllBth.h: Duh, not >, but <, darn it.
|
|
|
@45793
|
12 years |
vboxsync |
CPUMDbg.cpp: crX and drX sub registers.
|
|
|
@45792
|
12 years |
vboxsync |
CR0.WP applies to CPL > 3, not just CPL == 0. Sketched out a Netware hack.
|
|
|
@45787
|
12 years |
vboxsync |
build fix.
|
|
|
@45786
|
12 years |
vboxsync |
Move HMRCA.asm into the switcher code so we don't need VMMRC.rc.
|
|
|
@45785
|
12 years |
vboxsync |
VMM/HMVMXR0: paranoia and comments.
|
|
|
@45781
|
12 years |
vboxsync |
VMM/HM: Simplified real/protected mode transition tracking logic.
|
|
|
@45774
|
12 years |
vboxsync |
VMM/HMVMXR0: unintentional commit of debugging stuff.
|
|
|
@45773
|
12 years |
vboxsync |
VMM/HMVMXR0: Darwin hybrid-kernel fixes.
|
|
|
@45753
|
12 years |
vboxsync |
Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
|
|
|
@45752
|
12 years |
vboxsync |
Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
|
|
|
@45750
|
12 years |
vboxsync |
VMMSwitcher: Fixed assertion in debug builds (harmless).
|
|
|
@45749
|
12 years |
vboxsync |
VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're …
|
|
|
@45746
|
12 years |
vboxsync |
The vmmR3Switcher32BitToAMD64_Def and vmmR3SwitcherPAEToAMD64_Def …
|
|
|
@45745
|
12 years |
vboxsync |
Doc updates regarding guest 64-bit on 32-bit host.
|
|
|
@45741
|
12 years |
vboxsync |
#undef VBOX_WITH_RAW_MODE fix on 32-bit hosts.
|
|
|
@45739
|
12 years |
vboxsync |
VMM: First part of HMIsEnabled() and PGMMap*.
|
|
|
@45737
|
12 years |
vboxsync |
doc corrections.
|
|
|
@45735
|
12 years |
vboxsync |
VMM: Consistently flush TLB entries for non-present pages.
|
|
|
@45734
|
12 years |
vboxsync |
VMM/HMVMXR0: nit.
|
|
|
@45733
|
12 years |
vboxsync |
VMM/HMVMXR0: spaces.
|
|
|
@45732
|
12 years |
vboxsync |
VMM/HMVMXR0: Don't trash CR2 for VM-exits caused due to a #PF delivery …
|
|
|
@45728
|
12 years |
vboxsync |
TRPM: Sprinkled HMIsEnabled around the place.
|
|
|
@45726
|
12 years |
vboxsync |
VMMSwitcher.cpp: We never include internal headers of other components.
|
|
|
@45725
|
12 years |
vboxsync |
nit
|
|
|
@45722
|
12 years |
vboxsync |
VMM/HMVMXR0: nits.
|
|
|
@45721
|
12 years |
vboxsync |
VMM: fix r85247 for 32-bit hosts
|
|
|
@45715
|
12 years |
vboxsync |
VMM/HMVMXR0: Theoretically possibly to miss a CR2 update when we should.
|
|
|
@45714
|
12 years |
vboxsync |
VMM/HM: Log adjustment.
|
|
|
@45713
|
12 years |
vboxsync |
build fix
|
|
|
@45712
|
12 years |
vboxsync |
VMM/HMVMXR0: Alignment.
|
|
|