VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50426   11 years vboxsync HMR0VMX.cpp: Hacked hmR0VmxSaveHostSegmentRegs to call …
(edit) @50285   11 years vboxsync VMM/HMVMXR0: Fix single-stepping over IO instructions (string I/O is a …
(edit) @50284   11 years vboxsync VMM/HMVMXR0: Fix single-stepping over IRET and POPF in real-on-v86 mode.
(edit) @50275   11 years vboxsync VMM/HMVMXR0: Fix single-stepping in real-on-v86 mode for certain …
(edit) @50271   11 years vboxsync VMM/HMVMXR0: Comment clarification.
(edit) @50270   11 years vboxsync VMM/HMVMXR0: Fix single-stepping with IRET on real-on-v86 mode while …
(edit) @49992   11 years vboxsync VMM/HMVMXR0: comment copy & paste error.
(edit) @49903   11 years vboxsync VMM/HMVMXR0: Todo comment.
(edit) @49901   11 years vboxsync VMM/HMVMXR0: nit.
(edit) @49893   11 years vboxsync MSR rewrite: initial hacking - half disabled.
(edit) @49890   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Comments, be consistent.
(edit) @49889   11 years vboxsync VMM/HMVMXR0: Comments.
(edit) @49870   11 years vboxsync VMM/HMVMXR0: Four consecutive NOT operators is a tad too redundant.
(edit) @49864   11 years vboxsync VMM/HMVMXR0: Minor nit while checking PAE PDPTEs in …
(edit) @49853   11 years vboxsync VMM/HMVMXR0: Save guest-control registers on CRX-read exits.
(edit) @49852   11 years vboxsync VMM/HMVMXR0: Add guest-state checks for PAE PDPTEs.
(edit) @49776   11 years vboxsync VMM/HMVMXR0: Comment.
(edit) @49775   11 years vboxsync More granular assertions.
(edit) @49774   11 years vboxsync VMM/HMVMXR0: Handle #DB from ICEBP instruction which is undocumented …
(edit) @49757   11 years vboxsync VMM/HMVMXR0: comment nit.
(edit) @49755   11 years vboxsync VMM/HMVMXR0: Safer assumptions while updating guest-state on fully …
(edit) @49752   11 years vboxsync VMM/HMVMXR0: Drop 64-bit MSR optimizations on hybrid darwin kernels.
(edit) @49740   11 years vboxsync VMM/HMVMXR0: Hybrid fixes.
(edit) @49734   11 years vboxsync VMM/HMVMXR0: bugref Comment, spaces.
(edit) @49729   11 years vboxsync VMM/HM: VMCPU_HMCF -> HMCPU_CF macro renaming.
(edit) @49727   11 years vboxsync VMM/HMVMXR0: Now that we have atomic flag updates, reenable WRMSR …
(edit) @49717   11 years vboxsync HMVMX: Do not fall back on FERR emulation (see #6117).
(edit) @49712   11 years vboxsync VMM/HMVMXR0: Comment, macros.
(edit) @49701   11 years vboxsync VMM/HMVMXR0: Simplified the MSR optimization code.
(edit) @49700   11 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @49699   11 years vboxsync VMM/HMVMXR0: Update guest TSC_AUX before auto-load/store.
(edit) @49680   11 years vboxsync VMM/HMVMXR0: MSR auto-load/store fix for hybrid darwin.
(edit) @49677   11 years vboxsync VMM/HMVMXR0: Assertions.
(edit) @49670   11 years vboxsync VMM/HMVMXR0: Comment.
(edit) @49669   11 years vboxsync VMM/HMVMXR0: Comments.
(edit) @49668   11 years vboxsync VMM/HMVMXR0: Added a couple of missing Unsupported-Feature Combos errors.
(edit) @49667   11 years vboxsync VMM/HMVMXR0: Comment.
(edit) @49666   11 years vboxsync VMM/HMVMXR0: Fix darwin 32-bit/PAE kernel case.
(edit) @49665   11 years vboxsync VMM/HMVMXR0: Careful with preemption!
(edit) @49664   11 years vboxsync VMM/HMVMXR0: MSR optimizations for world-switch of 64-bit guests.
(edit) @49580   11 years vboxsync VMM/HMVMXR0: Better fix for r90778.
(edit) @49579   11 years vboxsync VMM/HMVMXR0: Don't cause unnecessary host-state update in case we're …
(edit) @49526   11 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @49523   11 years vboxsync VMM: Retire VBOX_WITH_AUTO_MSR_LOAD_RESTORE define.
(edit) @49521   11 years vboxsync VMM/HMVMXR0: spaces.
(edit) @49520   11 years vboxsync VMM: MSR auto-load/store handling rewrite for VT-x.
(edit) @49478   11 years vboxsync VMM/HMVMXR0: Fixed single-stepping in the guest to generate #DB correctly.
(edit) @49407   11 years vboxsync VMM/HMVMXR0: Comment.
(edit) @49406   11 years vboxsync VMM/HMVMXR0: Fix occasional 32-bit Haiku guest hang during boot.
(edit) @49404   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Use IPRT.
(edit) @49403   11 years vboxsync VMM/HMVMXR0: Fixed DPC latency issue on Windows hosts.
(edit) @49288   11 years vboxsync VMM/HMVMXR0: Fix for MOV DRx intercepts on 32-bit hosts with 64-bit guests.
(edit) @49285   11 years vboxsync VMM/HMVMXR0: nits.
(edit) @49284   11 years vboxsync VMM/HMVMXR0: Don't forget to load guest debug state when not …
(edit) @49283   11 years vboxsync VMM/HMVMXR0: Macro naming fix and use RT_BOOL.
(edit) @49275   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Guest-FPU pre-load optimization.
(edit) @49274   11 years vboxsync VMM/HMVMXR0: Incorrect assertion for SMP.
(edit) @49270   11 years vboxsync VMM/HMVMXR0: Fix incorrect masking of TPR bits with TPR-shadowing.
(edit) @49269   11 years vboxsync VMM/HMVMXR0: More paranoid assertions cannot hurt.
(edit) @49258   11 years vboxsync VMM/HMVMXR0: Introduced HMVMX_ALWAYS_FLUSH_TLB debug switch.
(edit) @49257   11 years vboxsync VMM/HMVMXR0: INS/OUTS with REP prefix update RFLAGS. Fix incorrect …
(edit) @49227   11 years vboxsync VMM/HMVMXR0: Adding functions for dynamic MSR swapping.
(edit) @49209   11 years vboxsync VMM/HMVMXR0: Fix MSR_TSC_AUX, restore host MSR.
(edit) @49207   11 years vboxsync VMM/HMVMXR0: Fix MSR_TSC_AUX, use the right check to be doubly sure.
(edit) @49204   11 years vboxsync VMM/HMVMXR0: Fix MSR_TSC_AUX auto-load/store when not using TSC …
(edit) @49186   11 years vboxsync VMM/HMVMXR0: Fix MSR_TSC_AUX auto-load/store when not using TSC …
(edit) @49152   11 years vboxsync HMR0VMX.cpp: Clear the TF bit in the single step loop, instead on …
(edit) @49085   11 years vboxsync VMM/HMVMXR0: Partially revert r89778. Back to disassembling and …
(edit) @49026   11 years vboxsync VMM: Some @thread doxygen corrections.
(edit) @49019   11 years vboxsync VMM: FPU cleanup.
(edit) @49004   11 years vboxsync VMM/HMVMXR0: Comment update.
(edit) @49003   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Comment out unused code paths in TLB shootdown.
(edit) @49002   11 years vboxsync VMM/HMVMXR0: Use instruction info. for string IO VM-exits on CPUs that …
(edit) @49000   11 years vboxsync VMM: IntrInfo to IntInfo renaming.
(edit) @48998   11 years vboxsync VMM/HMVMXR0: Propagate all unexpected exits to release log, slight …
(edit) @48995   11 years vboxsync VMM/HMVMXR0: Make sure host segments are present in the LDT if we're …
(edit) @48936   11 years vboxsync VMM: Whitespace cleanups by scm.
(edit) @48885   11 years vboxsync VMM/HMVMXR0: Don't assume CR8 load/store exiting is available on …
(edit) @48700   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Alignment and assert.
(edit) @48651   11 years vboxsync VMM/HMVMXR0: Checking this once outside the loop is sufficient.
(edit) @48649   11 years vboxsync VMM/HMVMXR0: VMCS size is bits 44:32 not 43:32. Assert what the Intel …
(edit) @48648   11 years vboxsync VMM/HMVMXR0: Fix switcher verification bits to be compiled to match …
(edit) @48624   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Use HMCF macros.
(edit) @48621   11 years vboxsync VMM/VMMR0: Don't disable interrupts for a long time when disabling …
(edit) @48570   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Restore hyper/guest DR7 in accordance with what …
(edit) @48565   11 years vboxsync VMM/HM: Added total VM-exits STAM.
(edit) @48552   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Fixes for shared FPU/debug state handling with …
(edit) @48478   11 years vboxsync HMVMX: Look at the right guest long mode indicator.
(edit) @48477   11 years vboxsync VMM/HMVMXR0: Debug macro switch HMVMX_ALWAYS_SWAP_FPU_STATE.
(edit) @48476   11 years vboxsync VMM/HMVMXR0: Fix assertions and stale comments.
(edit) @48474   11 years vboxsync VMM/HMVMXR0: Fix invalid assertion on 32-bit hosts.
(edit) @48473   11 years vboxsync VMM/HMVMXR0: Try restore state properly on assertions in longjmps …
(edit) @48457   11 years vboxsync VMM/HMVMXR0: Fix check in hmR0VmxCheckGuestState(), CR0.PE MB1 unless …
(edit) @48456   11 years vboxsync Build fix.
(edit) @48455   11 years vboxsync VMM/HMVMXR0: Nits.
(edit) @48454   11 years vboxsync VMM/HMVMXR0: oops.
(edit) @48453   11 years vboxsync VMM/HMVMXR0: Check VMCS values rather than fudged pCtx values in …
(edit) @48443   11 years vboxsync VMM/HMVMXR0: Leave VT-x properly for VERR_VMX_INVALID_GUEST_STATE and …
(edit) @48436   11 years vboxsync VMM/HMVMXR0: Temporary workaround, intercept CR0.PE changes with UX.
(edit) @48426   11 years vboxsync VMM: Fixed strict build assertion assumption with thread-context …
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