VirtualBox

Changeset 49876 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Dec 11, 2013 3:21:28 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91241
Message:

VMM/HMSVMR0: Mark the VMCB-clean bits as dirty while migrating CPUs.

File:
1 edited

Legend:

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

    r49770 r49876  
    29492949    }
    29502950
     2951    /* If we've migrating CPUs, mark the VMCB clean bits as dirty. */
     2952    if (HMR0GetCurrentCpu()->idCpu != pVCpu->hm.s.idLastCpu)
     2953        pVmcb->ctrl.u64VmcbCleanBits = 0;
     2954
    29512955    /* Store status of the shared guest-host state at the time of VMRUN. */
    29522956#if HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
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