VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21001   16 years vboxsync HWACCM: Untested AMD-V fix for the xmm register corruption on …
(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) @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) @20530   16 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20516   16 years vboxsync Moved VBOX_WITH_VMMR0_DISABLE_PREEMPTION blocks down
(edit) @20491   16 years vboxsync Log disabling didn't work
(edit) @20462   16 years vboxsync Compile warning removed
(edit) @20406   16 years vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(edit) @20344   16 years vboxsync Updates
(edit) @20343   16 years vboxsync TPR emulation updates
(edit) @20330   16 years vboxsync Missing profile stop calls
(edit) @20328   16 years vboxsync Cleanup
(edit) @20325   16 years vboxsync More fixes
(edit) @20324   16 years vboxsync Fix
(edit) @20322   16 years vboxsync More updates
(edit) @20321   16 years vboxsync Update
(edit) @20320   16 years vboxsync Correction
(edit) @20319   16 years vboxsync Got rid of debug assertions
(edit) @20317   16 years vboxsync Experiment with TPR patching (disabled)
(edit) @20291   16 years vboxsync TPR patching for nested page accesses (disabled)
(edit) @20234   16 years vboxsync AMD-V: Host VMCB must also be per-VCPU
(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) @20056   16 years vboxsync Backed out 47770 & 47771 (failed experiment)
(edit) @20046   16 years vboxsync Updates
(edit) @20038   16 years vboxsync Use new functions to get/set TPR (AMD-V).
(edit) @20035   16 years vboxsync Some updates for AMD APIC accesses
(edit) @20032   16 years vboxsync Expose X86_CPUID_AMD_FEATURE_ECX_CR8L to all guests.
(edit) @20026   16 years vboxsync Testing AMD IO-APIC patching
(edit) @20001   16 years vboxsync Cleaned up PDMGet/SetTPR.
(edit) @19992   16 years vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19976   16 years vboxsync HWSVMR0.cpp: Inverted check in assertion?
(edit) @19957   16 years vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19910   16 years vboxsync More TBL shootdown work
(edit) @19903   16 years vboxsync Invalidation cleanup
(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) @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) @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) @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) @18617   16 years vboxsync PGM,EM: Handle out of memory situations more gracefully - part 1. New …
(edit) @17926   16 years vboxsync Adjusted assertion
(edit) @17528   16 years vboxsync HWACCM: return to ring-3 if VM_FF_PGM_NEED_HANDY_PAGES is set.
(edit) @17284   16 years vboxsync Preliminary code to deal with VINF_EM_RAW_EMULATE_IO_BLOCK
(edit) @15931   16 years vboxsync gcc found one of these bugs
(edit) @15741   16 years vboxsync Measure time spent in the 32/64 switcher for AMD-V too
(edit) @15666   16 years vboxsync Correct the guest cr4 value when the host isn't in PAE mode (and the …
(edit) @15439   16 years vboxsync Enable 64 bits guest support on 32 bits hosts. Only use rem64 if the …
(edit) @15414   16 years vboxsync Corrected VBOX_WITH_HYBIRD_32BIT_KERNEL to …
(edit) @15410   16 years vboxsync PGM: Deal with pgmPoolAlloc failure in MapCR3 without relying on …
(edit) @15404   16 years vboxsync #3202: 64-bit guest support on the mac.
(edit) @15362   16 years vboxsync Don't use RTCCUINTREG.
(edit) @15197   16 years vboxsync HWACCM: split up the SwitchFromGC (aka StatExit) stats into two parts …
(edit) @15154   16 years vboxsync Always use amd64 paging if the guest is in amd64 mode (nested paging).
(edit) @15153   16 years vboxsync Always use amd64 paging if the guest is in amd64 mode (nested paging).
(edit) @15150   16 years vboxsync Wrong handler
(edit) @15147   16 years vboxsync Wrong push order
(edit) @15144   16 years vboxsync Oops
(edit) @15142   16 years vboxsync Compile fixes
(edit) @15141   16 years vboxsync Cleaned up
(edit) @15072   16 years vboxsync Compile fixes
(edit) @15071   16 years vboxsync Deal with 64 bits address flushes in 32 bits host mode. (flush the …
(edit) @15031   16 years vboxsync Switcher updates
(edit) @15017   16 years vboxsync More detailed statistics for CRx accesses.
(edit) @14993   16 years vboxsync Switcher updates
(edit) @14945   16 years vboxsync Manual disassembly of ins/outs. Take two.
(edit) @14943   16 years vboxsync Disassemble ins/outs manually to deal with segment prefixes.
(edit) @14875   16 years vboxsync More switcher updates
(edit) @14862   16 years vboxsync Compile fix
(edit) @14859   16 years vboxsync More updates for 32/64.
(edit) @14580   16 years vboxsync Some updates
(edit) @14530   16 years vboxsync More error logging
(edit) @14416   16 years vboxsync Argh
(edit) @14415   16 years vboxsync Corrected assertion
(edit) @14414   16 years vboxsync Wrong control for rdtscp intercept.
(edit) @14411   16 years vboxsync RDTSCP support added. Enabled only for AMD-V guests.
(edit) @14366   16 years vboxsync Cleaned up some more.
(edit) @14364   16 years vboxsync Preparations
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