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) @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.
(edit) @14757   16 years vboxsync #3202: do PGMDynMapReleaseAutoSet/PGMDynMapStartAutoSet in the …
(edit) @14679   16 years vboxsync HWVMX,VMM: make 100% sure the logger doesn't screw us during the …
(edit) @14654   16 years vboxsync VMXR0SaveHostState: Mac CS/SS hacks.
(edit) @14651   16 years vboxsync Compile fix
(edit) @14650   16 years vboxsync Partial VT-x cleanup.
(edit) @14649   16 years vboxsync Backed out 39954
(edit) @14648   16 years vboxsync Initial work for 64 bits VT-x guests on 32 bits hosts.
(edit) @14647   16 years vboxsync Wrong stat counter
(edit) @14605   16 years vboxsync HWVMXR0.cpp: 32-bit logging fix.
(edit) @14581   16 years vboxsync Explicit VMCS field width.
(edit) @14580   16 years vboxsync Some updates
(edit) @14530   16 years vboxsync More error logging
(edit) @14385   16 years vboxsync Removed debug logging
(edit) @14366   16 years vboxsync Cleaned up some more.
(edit) @14308   16 years vboxsync More logging
(edit) @14307   16 years vboxsync Log EPT misconfiguration errors
(edit) @14306   16 years vboxsync Ignore pending software exceptions. (the instruction will be restarted …
(edit) @14110   16 years vboxsync Compile fix
(edit) @14109   16 years vboxsync Implemented NMI injection.
(edit) @14091   16 years vboxsync Minor cleanup
(edit) @13960   16 years vboxsync Moved guest and host CPU contexts into per-VCPU array.
(edit) @13909   16 years vboxsync More updates
(edit) @13905   16 years vboxsync Moved more data.
(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) @13872   16 years vboxsync Pass the VMCPU id on to all hwaccm functions.
(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) @13820   16 years vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
(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.
(edit) @13796   16 years vboxsync VMM: some adjustments.
(edit) @13542   16 years vboxsync Additional release logging for two more VT-x error cases.
(edit) @13541   16 years vboxsync Paranoid assertions
(edit) @13514   16 years vboxsync Enabled power notification callbacks to disable VT-x/AMD-V before …
(edit) @13419   16 years vboxsync More logging
(edit) @13351   16 years vboxsync Fully emulated lmsw.
(edit) @13343   16 years vboxsync VT-x real mode emulation: got rid of all the ugly hacks and just fall …
(edit) @13289   16 years vboxsync Cleaned up
(edit) @13288   16 years vboxsync Corrected previous change in interrupt bitmap updating.
(edit) @13285   16 years vboxsync More logging; shut up warning messages
(edit) @13283   16 years vboxsync More logging
(edit) @13281   16 years vboxsync Fixed IP in the stack frame for #BP & #OF traps.
(edit) @13277   16 years vboxsync Compile fix
(edit) @13276   16 years vboxsync Manually inject interrupts in real mode (VT-x). Fixes OS/2 boot issue.
(edit) @13263   16 years vboxsync VT-x: fixed OpenSuse grub loading
(edit) @13253   16 years vboxsync Restore the IOPL flags when switching from real back to protected mode.
(edit) @13200   16 years vboxsync VMXR0InvalidatePage calls still occur in EPT mode.
(edit) @13199   16 years vboxsync Fix for 32 bits builds (EPT PAE PDPTE caching)
(edit) @13198   16 years vboxsync Recommitted 37737 & 37738 minus the dangerous changes.
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