VirtualBox

Changeset 72878 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 4, 2018 2:30:02 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123423
Message:

EM,HM,IEM: Replaced EMInterpretWrmsr with IEMExecDecodedWrmsr. [comment fixes]

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r72877 r72878  
    67966796             * We've already saved the APIC related guest-state (TPR) in hmR0SvmPostRunGuest().
    67976797             * When full APIC register virtualization is implemented we'll have to make sure
    6798              * APIC state is saved from the VMCB before EMInterpretWrmsr() changes it.
     6798             * APIC state is saved from the VMCB before IEM changes it.
    67996799             */
    68006800            ASMAtomicUoOrU64(&pVCpu->hm.s.fCtxChanged, HM_CHANGED_GUEST_APIC_TPR);
     
    68156815    }
    68166816
    6817     /* RIP has been updated by above after EMInterpretWrmsr() or by EMInterpretInstruction(). */
    68186817    return VBOXSTRICTRC_TODO(rcStrict);
    68196818}
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r72877 r72878  
    1191911919            /*
    1192011920             * We've already saved the APIC related guest-state (TPR) in hmR0VmxPostRunGuest(). When full APIC register
    11921              * virtualization is implemented we'll have to make sure APIC state is saved from the VMCS before
    11922              * EMInterpretWrmsr() changes it.
     11921             * virtualization is implemented we'll have to make sure APIC state is saved from the VMCS before IEM changes it.
    1192311922             */
    1192411923            ASMAtomicUoOrU64(&pVCpu->hm.s.fCtxChanged, HM_CHANGED_GUEST_APIC_TPR);
Note: See TracChangeset for help on using the changeset viewer.

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