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) @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   17 years vboxsync Additional release logging for two more VT-x error cases.
(edit) @13541   17 years vboxsync Paranoid assertions
(edit) @13514   17 years vboxsync Enabled power notification callbacks to disable VT-x/AMD-V before …
(edit) @13419   17 years vboxsync More logging
(edit) @13351   17 years vboxsync Fully emulated lmsw.
(edit) @13343   17 years vboxsync VT-x real mode emulation: got rid of all the ugly hacks and just fall …
(edit) @13289   17 years vboxsync Cleaned up
(edit) @13288   17 years vboxsync Corrected previous change in interrupt bitmap updating.
(edit) @13285   17 years vboxsync More logging; shut up warning messages
(edit) @13283   17 years vboxsync More logging
(edit) @13281   17 years vboxsync Fixed IP in the stack frame for #BP & #OF traps.
(edit) @13277   17 years vboxsync Compile fix
(edit) @13276   17 years vboxsync Manually inject interrupts in real mode (VT-x). Fixes OS/2 boot issue.
(edit) @13263   17 years vboxsync VT-x: fixed OpenSuse grub loading
(edit) @13253   17 years vboxsync Restore the IOPL flags when switching from real back to protected mode.
(edit) @13200   17 years vboxsync VMXR0InvalidatePage calls still occur in EPT mode.
(edit) @13199   17 years vboxsync Fix for 32 bits builds (EPT PAE PDPTE caching)
(edit) @13198   17 years vboxsync Recommitted 37737 & 37738 minus the dangerous changes.
(edit) @13197   17 years vboxsync Backed out 37737&37738. (regressions)
(edit) @13195   17 years vboxsync Prefetch the four PDPT entries in PAE mode (EPT only).
(edit) @13194   17 years vboxsync EPT: Our identity mapping is a 32 bits page directory.
(edit) @13193   17 years vboxsync uint64_t conversion fix
(edit) @13182   17 years vboxsync Extra assertion
(edit) @13181   17 years vboxsync EPT bug fixes
(edit) @13180   17 years vboxsync Minor updates
(edit) @13177   17 years vboxsync inverted check
(edit) @13176   17 years vboxsync Don't sync back cr2 & cr3 in protected mode without paging. (EPT)
(edit) @13175   17 years vboxsync Proper naming
(edit) @13174   17 years vboxsync Cleaned up a bit
(edit) @13173   17 years vboxsync More logging
(edit) @13169   17 years vboxsync Deal with exit path for VMX_EXIT_EPT_VIOLATION
(edit) @13167   17 years vboxsync Fixed EPT violation handling.
(edit) @13139   17 years vboxsync Deal with useful withholding of page fault address information…
(edit) @13133   17 years vboxsync Disabled VPID support by default; seems to work, but no compelling …
(edit) @13123   17 years vboxsync TLB correction
(edit) @13120   17 years vboxsync Fix for EPT & real mode cr3 resync.
(edit) @13119   17 years vboxsync EPT violation handling updates.
(edit) @13115   17 years vboxsync Corrections for the EPTP
(edit) @13113   17 years vboxsync Added PGMGetEPTCR3.
(edit) @13112   17 years vboxsync Typo
(edit) @13111   17 years vboxsync EPT updates
(edit) @13110   17 years vboxsync Correction
(edit) @13108   17 years vboxsync Forgot VPID activation
(edit) @13105   17 years vboxsync Corrected physical address handling
(edit) @13095   17 years vboxsync Bug fix
(edit) @13093   17 years vboxsync Compile fixes
(edit) @13089   17 years vboxsync EPT updates
(edit) @13077   17 years vboxsync Corrected assertion.
(edit) @13070   17 years vboxsync Excessive logging
(edit) @13069   17 years vboxsync Cleaned up
(edit) @13051   17 years vboxsync Comment updates
(edit) @13049   17 years vboxsync More capability flags for VT-x.
(edit) @13048   17 years vboxsync Real and protected mode without paging needs a special identity …
(edit) @13043   17 years vboxsync EPT updates
(edit) @13037   17 years vboxsync EPT updates
(edit) @13025   17 years vboxsync Updates for EPT.
(edit) @12989   17 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12824   17 years vboxsync FreeBSD boot assertion fix (VT-x real-mode emulation).
(edit) @12822   17 years vboxsync The hypervisor dump is not relevant when we're in VT-x/AMD-V mode.
(edit) @12795   17 years vboxsync HWACCM: fixed unsigned/signed compare warning (x86.h), use const and g_.
(edit) @12793   17 years vboxsync More fixes for real-mode emulation in VT-x. Now enabled by default for …
(edit) @12788   17 years vboxsync Monitor X86_CR4_VME changes as well if emulated real-mode is enabled.
(edit) @12787   17 years vboxsync Accidental commit.
(edit) @12786   17 years vboxsync Real-mode support for VT-x. (currently disabled)
(edit) @12763   17 years vboxsync Fixed IF handling for real mode. (iopl=3, no need for VIF)
(edit) @12756   17 years vboxsync Attempt to correct hidden selector attributes when switching from real …
(edit) @12751   17 years vboxsync Corrected assertion again
(edit) @12750   17 years vboxsync Sigh
(edit) @12749   17 years vboxsync Corrected assertion
(edit) @12748   17 years vboxsync Updates
(edit) @12747   17 years vboxsync Put back #GP handler.
(edit) @12746   17 years vboxsync Bitmap corrections.
(edit) @12745   17 years vboxsync Adjust TSS size for real-mode emulation (VT-x).
(edit) @12737   17 years vboxsync Got rid of debugging code
(edit) @12736   17 years vboxsync Backed out 37055/56. Need to use the io bitmap in the TSS instead. …
(edit) @12733   17 years vboxsync Updates
(edit) @12732   17 years vboxsync #GP handler should emulation io instructions in real mode. (VT-x)
(edit) @12730   17 years vboxsync Updates for real mode execution with VT-x.
(edit) @12726   17 years vboxsync TR selector attributes for real mode changes.
(edit) @12725   17 years vboxsync Logging update + selector sync correction for real mode.
(edit) @12711   17 years vboxsync More logging
(edit) @12708   17 years vboxsync Comments added
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette