VirtualBox

source: vbox/trunk/src/VBox/VMM/HWACCM.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17303   16 years vboxsync Updates
(edit) @17296   16 years vboxsync Some comments
(edit) @17295   16 years vboxsync Refined HWACCMR3EmulateIoBlock
(edit) @17293   16 years vboxsync Update
(edit) @17292   16 years vboxsync Updates for forced recompiler execution (not used)
(edit) @17246   16 years vboxsync Allow mixing of VT-x and software virtualization. (untested so far)
(edit) @16422   16 years vboxsync Just reinit real mode during hwaccm init
(edit) @16408   16 years vboxsync Fixed disabling of hypervisor mappings in VT-x/AMD-V mode.
(edit) @16136   16 years vboxsync Logging update
(edit) @15962   16 years vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
(edit) @15943   16 years vboxsync removed that warning again
(edit) @15935   16 years vboxsync wording
(edit) @15934   16 years vboxsync hwaccm: added a runtime warning if the user tries to execute a VM with …
(edit) @15866   16 years vboxsync Backed out previous experiments.
(edit) @15860   16 years vboxsync Name too long
(edit) @15859   16 years vboxsync Compile fix
(edit) @15858   16 years vboxsync More statistics
(edit) @15856   16 years vboxsync Compile fix
(edit) @15853   16 years vboxsync Additional magic marker for the VMCSCACHE structure
(edit) @15803   16 years vboxsync Insert the magic marker during init
(edit) @15749   16 years vboxsync Log additional VT-x flags
(edit) @15737   16 years vboxsync Wrong bit checked
(edit) @15731   16 years vboxsync Log MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT
(edit) @15726   16 years vboxsync Check extra VT-x capability bits
(edit) @15700   16 years vboxsync Removed temporary code
(edit) @15697   16 years vboxsync Some test code (inactive)
(edit) @15694   16 years vboxsync Profiling of the 32/64 switcher.
(edit) @15648   16 years vboxsync HWACCM: query 64bitEnabled for 64-bit hosts too, except default it to …
(edit) @15623   16 years vboxsync backed out 41130
(edit) @15619   16 years vboxsync Adjusted the release log message
(edit) @15618   16 years vboxsync Turned off 64 bits support for VT-x on all 32 bits platforms except …
(edit) @15612   16 years vboxsync HWACCM: Added stack seg todo in HWACCMR3CanExecuteGuest.
(edit) @15611   16 years vboxsync HWACCM: Updated todo in HWACCMR3CanExecuteGuest.
(edit) @15609   16 years vboxsync HWACCM/EM: Sketeched out some scheduling notification from EM to let …
(edit) @15607   16 years vboxsync Moved code around
(edit) @15605   16 years vboxsync #3281: Making #undef HWACCM_VMX_EMULATE_REALMODE work again, looks …
(edit) @15588   16 years vboxsync Save magic value in VMCS cache
(edit) @15584   16 years vboxsync #3281: VT-x real mode disable itself quietly if PDMR3VMMDevHeapAlloc …
(edit) @15578   16 years vboxsync Clear the read cache when the paging mode changes.
(edit) @15525   16 years vboxsync Compile fix
(edit) @15524   16 years vboxsync Reset the contents of the read cache.
(edit) @15523   16 years vboxsync Reset saved paging modes
(edit) @15507   16 years vboxsync VT-x: keep track of missed paging mode changes
(edit) @15502   16 years vboxsync Cleaned up
(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) @15404   16 years vboxsync #3202: 64-bit guest support on the mac.
(edit) @15218   16 years vboxsync HWACCM: some temporary profiling of sub-parts of SwitchFromGC_2.
(edit) @15217   16 years vboxsync HWACCM: describe the exit reason stats.
(edit) @15197   16 years vboxsync HWACCM: split up the SwitchFromGC (aka StatExit) stats into two parts …
(edit) @15174   16 years vboxsync #1865: don't ever return invalid ring-0 address on 2x4G systems, …
(edit) @15021   16 years vboxsync Fix
(edit) @15020   16 years vboxsync Again
(edit) @15019   16 years vboxsync Sigh
(edit) @15018   16 years vboxsync Wrong stat type
(edit) @15017   16 years vboxsync More detailed statistics for CRx accesses.
(edit) @14995   16 years vboxsync accidental commit
(edit) @14994   16 years vboxsync Moved CPUMStack.cpp to the all dir
(edit) @14981   16 years vboxsync Update
(edit) @14902   16 years vboxsync HWACCM: Overlooked one fallback from VT-x to rawmode (darwin).
(edit) @14899   16 years vboxsync Wrote testcase for the new switcher.
(edit) @14891   16 years vboxsync Deleted too much
(edit) @14888   16 years vboxsync Small update
(edit) @14887   16 years vboxsync Disallow any mixed use of hwaccm & software virtualization. Don't …
(edit) @14878   16 years vboxsync Renamed
(edit) @14875   16 years vboxsync More switcher updates
(edit) @14851   16 years vboxsync More switcher target functions for FPU and debug state updates.
(edit) @14847   16 years vboxsync Compile fixes
(edit) @14845   16 years vboxsync Switcher updates
(edit) @14806   16 years vboxsync #3202: config and VT-X/software mix errors.
(edit) @14758   16 years vboxsync Removed VMMR3InitSwitcher.
(edit) @14705   16 years vboxsync Make the switcher init a bit more generic.
(edit) @14704   16 years vboxsync Some more switcher work
(edit) @14563   16 years vboxsync Reinitialize paging modes correctly when loading the saved state.
(edit) @14530   16 years vboxsync More error logging
(edit) @14413   16 years vboxsync Compile fix
(edit) @14411   16 years vboxsync RDTSCP support added. Enabled only for AMD-V guests.
(edit) @14109   16 years vboxsync Implemented NMI injection.
(edit) @14106   16 years vboxsync Added dummy HWACCMR3InjectNMI.
(edit) @14091   16 years vboxsync Minor cleanup
(edit) @13932   16 years vboxsync warning.
(edit) @13914   16 years vboxsync Backed out 38201. No longer necessary (reset fix in REM probably).
(edit) @13909   16 years vboxsync More updates
(edit) @13905   16 years vboxsync Moved more data.
(edit) @13904   16 years vboxsync Again
(edit) @13903   16 years vboxsync Some stat names are too long.
(edit) @13902   16 years vboxsync Oops.
(edit) @13901   16 years vboxsync Compile fix
(edit) @13900   16 years vboxsync Corrections
(edit) @13899   16 years vboxsync Statistics per VCPU.
(edit) @13898   16 years vboxsync Moved more data to VMCPU.
(edit) @13883   16 years vboxsync Moved more data around.
(edit) @13879   16 years vboxsync SMP updates for VT-x/AMD-V.
(edit) @13826   16 years vboxsync VMM: And a couple of left overs. phew.
(edit) @13825   16 years vboxsync VMM: %VX64 -> %RX64
(edit) @13824   16 years vboxsync VMM: %VGp -> %RGp
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13819   16 years vboxsync VMM: %VH* -> %RH*.
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
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