VirtualBox

Changeset 45976 in vbox for trunk


Ignore:
Timestamp:
May 10, 2013 9:40:22 AM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: In case we don't have TPR-shadow or CR8_LOAD exit is forced to always be set by the CPU, update the APIC state on CR8 writes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r45967 r45976  
    79397939                    Assert(!(pVCpu->hm.s.vmx.u32ProcCtls & VMX_VMCS_CTRL_PROC_EXEC_USE_TPR_SHADOW));
    79407940                    /* CR8 contains the APIC TPR. Was updated by EMInterpretCRxWrite(). */
    7941                     /* We don't need to update HM_CHANGED_VMX_GUEST_APIC_STATE here as this -cannot- happen with TPR shadowing. */
     7941                    pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_VMX_GUEST_APIC_STATE;
    79427942                    break;
    79437943                default:
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