VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22257   16 years vboxsync Guestimate too high; was still seeing decreasing rdtsc values
(edit) @22243   16 years vboxsync Apply the same tsc underflow check to AMD-V.
(edit) @22242   16 years vboxsync Made TSC underflow checking more generic.
(edit) @22241   16 years vboxsync Attempt to get rid of decreasing rdtsc return values.
(edit) @22079   16 years vboxsync Back to manual msr save and restore.
(edit) @22063   16 years vboxsync Removed unnecessary check
(edit) @22060   16 years vboxsync More cleanup
(edit) @22059   16 years vboxsync Cleanup
(edit) @22051   16 years vboxsync Obsolete comment
(edit) @22050   16 years vboxsync Cleaned up a bit
(edit) @22049   16 years vboxsync Make sure we only load those MSRs that are supported by the guest
(edit) @22041   16 years vboxsync Allow fs_base & gs_base as well
(edit) @22040   16 years vboxsync VT-x: use MSR bitmaps and automatic load/store (risky change).
(edit) @21951   16 years vboxsync Comment updates
(edit) @21947   16 years vboxsync Wrong check for selector limit
(edit) @21587   16 years vboxsync Make sure we turn off X86_CR4_VME if we are in emulated real mode (VT-x)
(edit) @21585   16 years vboxsync Real mode sti emulation wasn't entirely correct.
(edit) @21574   16 years vboxsync Flush updates
(edit) @21567   16 years vboxsync Checked the wrong flush flag (excessive flushing)
(edit) @21259   16 years vboxsync Fixed assertions
(edit) @21258   16 years vboxsync Hypervisor debugging fixes
(edit) @21257   16 years vboxsync Log hardware breakpoints
(edit) @21255   16 years vboxsync Fixes for hypervisor debugging
(edit) @21252   16 years vboxsync First attempt to enable hypervisor breakpoints with vt-x/amd-v guests
(edit) @21210   16 years vboxsync Updates
(edit) @21209   16 years vboxsync Updates for io instruction restarts
(edit) @21208   16 years vboxsync Started with saving pending failed IO instructions.
(edit) @21196   16 years vboxsync Break up raw mode and hwacc EM parts.
(edit) @21144   16 years vboxsync Prevent future mistakes with VM_FF_TESTANDCLEAR
(edit) @21001   16 years vboxsync HWACCM: Untested AMD-V fix for the xmm register corruption on …
(edit) @20997   16 years vboxsync HWACCM,CPUM: Fix for 64-bit Windows trashing guest XMM registers - VMX …
(edit) @20981   16 years vboxsync Backed out 49187; toxic
(edit) @20979   16 years vboxsync Cpu poke never worked in the VT-x/AMD-V case, because pVCpu->idHostCpu …
(edit) @20846   16 years vboxsync If an active trap is already pending, then we must forward it first!
(edit) @20838   16 years vboxsync NMI updates
(edit) @20769   16 years vboxsync VMM: don't forget to enable R0 logging again if we are leaving …
(edit) @20667   16 years vboxsync Wrong assertion
(edit) @20666   16 years vboxsync Changed PDMApicGet/SetTPR to get/set the full task priority register.
(edit) @20660   16 years vboxsync Update TPR only when changed.
(edit) @20655   16 years vboxsync Updated comments
(edit) @20608   16 years vboxsync Backed out 48516. Caused interrupt loss.
(edit) @20607   16 years vboxsync gcc warning
(edit) @20530   16 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20517   16 years vboxsync Corrected assertion
(edit) @20516   16 years vboxsync Moved VBOX_WITH_VMMR0_DISABLE_PREEMPTION blocks down
(edit) @20491   16 years vboxsync Log disabling didn't work
(edit) @20330   16 years vboxsync Missing profile stop calls
(edit) @20317   16 years vboxsync Experiment with TPR patching (disabled)
(edit) @20222   16 years vboxsync Multi-core changes. Return correct error in 64 bits guest smp on 32 …
(edit) @20142   16 years vboxsync VT-x/AMD-V: Keep statistics for injected traps & interrupts.
(edit) @20132   16 years vboxsync HWACCM: Finished (I hope) the VBOX_WITH_VMMR0_DISABLE_PREEMPTION code.
(edit) @20026   16 years vboxsync Testing AMD IO-APIC patching
(edit) @20007   16 years vboxsync Turn on VAPIC access handling for all VCPUs
(edit) @20004   16 years vboxsync Logging change
(edit) @20003   16 years vboxsync Enabled the IO-APIC optimizations for VT-x in the 32 bits guest case. …
(edit) @20001   16 years vboxsync Cleaned up PDMGet/SetTPR.
(edit) @20000   16 years vboxsync Cleaned up
(edit) @19997   16 years vboxsync Wrong APIC page
(edit) @19996   16 years vboxsync Moved TPR caching check to the top.
(edit) @19995   16 years vboxsync Introduced PDMHasIoApic.
(edit) @19993   16 years vboxsync Proper handling of VMX_EXIT_APIC_ACCESS
(edit) @19992   16 years vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19986   16 years vboxsync Removed test code
(edit) @19985   16 years vboxsync Some APIC access updates (disabled)
(edit) @19957   16 years vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19913   16 years vboxsync Noisy logging
(edit) @19910   16 years vboxsync More TBL shootdown work
(edit) @19829   16 years vboxsync updates
(edit) @19818   16 years vboxsync Compile fixes
(edit) @19813   16 years vboxsync Some cleanup
(edit) @19812   16 years vboxsync Implemented HWACCMFlushAllTLBs
(edit) @19773   16 years vboxsync Fixed accidental commits
(edit) @19772   16 years vboxsync Backed out 47401-3 for now
(edit) @19746   16 years vboxsync Sync the entire REM state when changing VCPU
(edit) @19698   16 years vboxsync Updates
(edit) @19697   16 years vboxsync More statistics
(edit) @19693   16 years vboxsync Emulate the mwait instruction with VT-x and AMD-V as well.
(edit) @19658   16 years vboxsync Logging updates
(edit) @19460   16 years vboxsync HWACCM: play safe and only change the state to VMCPUSTATE_STARTED if …
(edit) @19457   16 years vboxsync HWACCM: Work the VMCPU::enmState.
(edit) @19417   16 years vboxsync Also check VMCPU_FF_REQUEST
(edit) @19326   16 years vboxsync Started with TLB shootdown.
(edit) @19288   16 years vboxsync DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into …
(edit) @19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19123   16 years vboxsync VMMR0: Too chatty/messy in dmesg on darwin.
(edit) @19032   16 years vboxsync Split TM for SMP guests.
(edit) @19015   16 years vboxsync Split up TRPM. (guest SMP)
(edit) @18992   16 years vboxsync More PGM api changes
(edit) @18984   16 years vboxsync Autoset does belong in PGMCPU
(edit) @18976   16 years vboxsync Mac build fixes
(edit) @18946   16 years vboxsync Fixed possibly uninitialized variable
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18781   16 years vboxsync Removed wrong assertions; rdpmc and rdtsc emulation can fail
(edit) @18770   16 years vboxsync Fake rdpmc instead of causing an invalid opcode exception.
(edit) @18666   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18617   16 years vboxsync PGM,EM: Handle out of memory situations more gracefully - part 1. New …
(edit) @17924   16 years vboxsync Some cleanup
(edit) @17923   16 years vboxsync Fixed pushf/popf emulation (VT-x, real-mode)
(edit) @17909   16 years vboxsync Reapplied r44216 with fix for hlt
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette