VirtualBox

Changeset 75387 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Nov 12, 2018 5:59:11 AM (6 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:9180 Virtualized x2APIC MSR write access handling.

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r75301 r75387  
    31873187/** The size of the Virtual-APIC page (in pages). */
    31883188#define VMX_V_VIRT_APIC_PAGES                                   1
     3189
     3190/** Virtual X2APIC MSR range start. */
     3191#define VMX_V_VIRT_APIC_MSR_START                               0x800
     3192/** Virtual X2APIC MSR range end. */
     3193#define VMX_V_VIRT_APIC_MSR_END                                 0x8ff
    31893194
    31903195/** The size of the VMREAD/VMWRITE bitmap (in bytes). */
  • trunk/include/VBox/vmm/iem.h

    r75201 r75387  
    328328
    329329#ifdef VBOX_WITH_NESTED_HWVIRT_VMX
     330VMM_INT_DECL(VBOXSTRICTRC)  IEMExecVmxVirtApicAccessMsr(PVMCPU pVCpu, uint32_t idMsr, uint64_t *pu64Val, bool fWrite);
    330331VMM_INT_DECL(VBOXSTRICTRC)  IEMExecVmxVmexitPreemptTimer(PVMCPU pVCpu);
    331332VMM_INT_DECL(VBOXSTRICTRC)  IEMExecVmxVmexitExtInt(PVMCPU pVCpu, uint8_t uVector, bool fIntPending);
Note: See TracChangeset for help on using the changeset viewer.

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