VirtualBox

Changeset 43161 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Sep 4, 2012 1:26:13 PM (12 years ago)
Author:
vboxsync
Message:

ConsoleImpl.cpp: Attach and detach devices on EMT0 to serialize state saving and restoring. See #6232.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r43131 r43161  
    78637863    Assert(portVersion == 1 || portVersion == 2);
    78647864
    7865     int vrc = VMR3ReqCallWait(ptrVM, VMCPUID_ANY,
     7865    int vrc = VMR3ReqCallWait(ptrVM, 0 /* idDstCpu (saved state, see #6232) */,
    78667866                              (PFNRT)usbAttachCallback, 9,
    78677867                              this, ptrVM.raw(), aHostDevice, uuid.raw(), fRemote, Address.c_str(), pvRemoteBackend, portVersion, aMaskedIfs);
     
    79787978
    79797979    alock.release();
    7980     int vrc = VMR3ReqCallWait(ptrVM, VMCPUID_ANY,
     7980    int vrc = VMR3ReqCallWait(ptrVM, 0 /* idDstCpu (saved state, see #6232) */,
    79817981                              (PFNRT)usbDetachCallback, 5,
    79827982                              this, ptrVM.raw(), pUuid);
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