Changeset 43161 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Sep 4, 2012 1:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r43131 r43161 7863 7863 Assert(portVersion == 1 || portVersion == 2); 7864 7864 7865 int vrc = VMR3ReqCallWait(ptrVM, VMCPUID_ANY,7865 int vrc = VMR3ReqCallWait(ptrVM, 0 /* idDstCpu (saved state, see #6232) */, 7866 7866 (PFNRT)usbAttachCallback, 9, 7867 7867 this, ptrVM.raw(), aHostDevice, uuid.raw(), fRemote, Address.c_str(), pvRemoteBackend, portVersion, aMaskedIfs); … … 7978 7978 7979 7979 alock.release(); 7980 int vrc = VMR3ReqCallWait(ptrVM, VMCPUID_ANY,7980 int vrc = VMR3ReqCallWait(ptrVM, 0 /* idDstCpu (saved state, see #6232) */, 7981 7981 (PFNRT)usbDetachCallback, 5, 7982 7982 this, ptrVM.raw(), pUuid);
Note:
See TracChangeset
for help on using the changeset viewer.