VirtualBox

Changeset 46517 in vbox for trunk


Ignore:
Timestamp:
Jun 13, 2013 9:27:02 AM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Don't need to update guest APIC state (i.e. TPR) for nested page faults that are not MMIO.

File:
1 edited

Legend:

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

    r46510 r46517  
    86298629        || rc == VERR_PAGE_NOT_PRESENT)
    86308630    {
     8631        /* Successfully handled MMIO operation. */
    86318632        pVCpu->hm.s.fContextUseFlags |=   HM_CHANGED_GUEST_RIP | HM_CHANGED_GUEST_RSP | HM_CHANGED_GUEST_RFLAGS
    86328633                                        | HM_CHANGED_VMX_GUEST_APIC_STATE;
     
    86928693        || rc == VERR_PAGE_NOT_PRESENT)
    86938694    {
    8694         /* Successfully synced our shadow page tables or emulation MMIO instruction. */
     8695        /* Successfully synced our nested page tables. */
    86958696        STAM_COUNTER_INC(&pVCpu->hm.s.StatExitReasonNpf);
    8696         pVCpu->hm.s.fContextUseFlags |=   HM_CHANGED_GUEST_RIP | HM_CHANGED_GUEST_RSP | HM_CHANGED_GUEST_RFLAGS
    8697                                         | HM_CHANGED_VMX_GUEST_APIC_STATE;
     8697        pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_RIP | HM_CHANGED_GUEST_RSP | HM_CHANGED_GUEST_RFLAGS;
    86988698        return VINF_SUCCESS;
    86998699    }
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