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) @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.
(edit) @15371   16 years vboxsync More paranoia
(edit) @15368   16 years vboxsync Paranoia
(edit) @15364   16 years vboxsync Cleanup + extra check
(edit) @15363   16 years vboxsync Type corrections for logging.
(edit) @15362   16 years vboxsync Don't use RTCCUINTREG.
(edit) @15359   16 years vboxsync Makes no difference.
(edit) @15358   16 years vboxsync Resync the whole guest state after each world switch.
(edit) @15344   16 years vboxsync #3202: Optimizations of the dynamic page mapping code (ring-0). Do …
(edit) @15307   16 years vboxsync VT-x switcher update
(edit) @15291   16 years vboxsync Flush pending writes when leaving ring 0.
(edit) @15289   16 years vboxsync Flush the queued writes first before checking the values. (debug only)
(edit) @15273   16 years vboxsync Missing setup
(edit) @15258   16 years vboxsync Don't cache 64 bits read and writes for now (the _FULL fields).
(edit) @15255   16 years vboxsync Compile fixes
(edit) @15249   16 years vboxsync More VMCS access caching work.
(edit) @15246   16 years vboxsync More VMCS read/write caching.
(edit) @15218   16 years vboxsync HWACCM: some temporary profiling of sub-parts of SwitchFromGC_2.
(edit) @15211   16 years vboxsync VMXR0SaveHostState: Assert on bad cs and ss.
(edit) @15197   16 years vboxsync HWACCM: split up the SwitchFromGC (aka StatExit) stats into two parts …
(edit) @15189   16 years vboxsync VMXR0RunGuestCode: profiling fixes.
(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) @15040   16 years vboxsync Always set the tpr shadow feature; host mode is irrelevant
(edit) @15033   16 years vboxsync Push VMCS addresses
(edit) @15031   16 years vboxsync Switcher updates
(edit) @15017   16 years vboxsync More detailed statistics for CRx accesses.
(edit) @14997   16 years vboxsync Clearly mark possible 64 bits values
(edit) @14946   16 years vboxsync Some todos added
(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) @14897   16 years vboxsync Deal with undocumented interrupt type for breakpoint exceptions
(edit) @14888   16 years vboxsync Small update
(edit) @14875   16 years vboxsync More switcher updates
(edit) @14859   16 years vboxsync More updates for 32/64.
(edit) @14845   16 years vboxsync Switcher updates
(edit) @14805   16 years vboxsync #3202: Use SUPR0Abs*.
(edit) @14804   16 years vboxsync #3202: Got long mode darwin host running.
(edit) @14803   16 years vboxsync #3202: More darwin mess.
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