VirtualBox

Changeset 85968 in vbox


Ignore:
Timestamp:
Aug 31, 2020 11:49:16 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140163
Message:

SELM: Guest GDT and LDT dumping should be done on the calling EMT to avoid asserting in PGM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/SELM.cpp

    r82968 r85968  
    568568{
    569569    /** @todo SMP support! */
    570     PVMCPU      pVCpu = pVM->apCpusR3[0];
     570    PVMCPU      pVCpu = VMMGetCpu(pVM);
    571571
    572572    VBOXGDTR    GDTR;
     
    611611{
    612612    /** @todo SMP support! */
    613     PVMCPU   pVCpu = pVM->apCpusR3[0];
     613    PVMCPU   pVCpu = VMMGetCpu(pVM);
    614614
    615615    uint64_t GCPtrLdt;
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