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) @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
(edit) @17734   16 years vboxsync Disabled new r44216 code.
(edit) @17708   16 years vboxsync Statistics for real-mode instruction emulation
(edit) @17707   16 years vboxsync Use standard V86 mode and emulate faulting instructions. (VT-x)
(edit) @17687   16 years vboxsync Backed out 44183
(edit) @17682   16 years vboxsync No need to set IOPL to 3 as the io bitmap allows all IO (VT-x - realmode).
(edit) @17532   16 years vboxsync VMXR0InjectEvent: Use the PGMPhysSimple[Read|Write]GCPhys functions …
(edit) @17528   16 years vboxsync HWACCM: return to ring-3 if VM_FF_PGM_NEED_HANDY_PAGES is set.
(edit) @17489   16 years vboxsync Don't use a special root for nested paging anymore.
(edit) @17284   16 years vboxsync Preliminary code to deal with VINF_EM_RAW_EMULATE_IO_BLOCK
(edit) @17063   16 years vboxsync Too noisy logging
(edit) @16679   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: PGMGetHyperCR3 fix for EPT
(edit) @16645   16 years vboxsync Adjusted assertion
(edit) @16110   16 years vboxsync HWCMXR0: debugger (dbgf) breakpoints; DEBUG build only for the time …
(edit) @16084   16 years vboxsync Flush the recompiler code cache when switch from real to protected mode. */
(edit) @16077   16 years vboxsync Minor logging change
(edit) @15981   16 years vboxsync Hidden selector limit must be set to 0xffff in real mode.
(edit) @15971   16 years vboxsync VT-x: The limit must correspond to the granularity bit
(edit) @15962   16 years vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
(edit) @15866   16 years vboxsync Backed out previous experiments.
(edit) @15858   16 years vboxsync More statistics
(edit) @15857   16 years vboxsync More logging
(edit) @15854   16 years vboxsync Compile fixes
(edit) @15852   16 years vboxsync Another experiment with limiting the time spent in ring 0.
(edit) @15749   16 years vboxsync Log additional VT-x flags
(edit) @15746   16 years vboxsync Intercept rdpmc instructions as well.
(edit) @15738   16 years vboxsync Bit 0 is valid
(edit) @15736   16 years vboxsync Corrected max time spent in VT-x guest mode
(edit) @15735   16 years vboxsync Extra check
(edit) @15734   16 years vboxsync Allow up to 1M clock ticks worth of guest execution.
(edit) @15733   16 years vboxsync Experiment with the VT-x preemption timer for the 32/64 switcher.
(edit) @15729   16 years vboxsync Assertion update
(edit) @15728   16 years vboxsync Assertion only valid for windows hosts.
(edit) @15724   16 years vboxsync Measure time spent in the 32/64 world switcher.
(edit) @15679   16 years vboxsync Another paranoid assertion
(edit) @15656   16 years vboxsync Removed obsolete assertion
(edit) @15654   16 years vboxsync Turn off interrupts in the 32/64 switcher.
(edit) @15605   16 years vboxsync #3281: Making #undef HWACCM_VMX_EMULATE_REALMODE work again, looks …
(edit) @15587   16 years vboxsync #3281: Two more places to check for pRealModeTSS.
(edit) @15576   16 years vboxsync More paranoid checks
(edit) @15555   16 years vboxsync Clear PAE bit when in 32 bits shadow mode
(edit) @15545   16 years vboxsync More paranoia.
(edit) @15507   16 years vboxsync VT-x: keep track of missed paging mode changes
(edit) @15502   16 years vboxsync Cleaned up
(edit) @15490   16 years vboxsync Disabled VMX_VMCS_GUEST_EFER_FULL code. (crashes my Nehalem host)
(edit) @15440   16 years vboxsync Sync CR2 properly for VT-x EPT (unable to access the 64 bits cr2 from …
(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) @15394   16 years vboxsync Workaround for guest EFER load regression, see defect comment 36.
(edit) @15389   16 years vboxsync Update the guest EFER VMCS field too.
(edit) @15386   16 years vboxsync Missing cases
(edit) @15385   16 years vboxsync Cache only those writes which require special attention in 32 bits …
(edit) @15377   16 years vboxsync Program entry and exit controls on each guest state sync.
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