VirtualBox

Changeset 13760 in vbox


Ignore:
Timestamp:
Nov 3, 2008 4:20:14 PM (16 years ago)
Author:
vboxsync
Message:

Guest Properties (HostServices and Main): major clean up of the guest property service

File:
1 edited

Legend:

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

    r13759 r13760  
    28012801     */
    28022802    PVMREQ pReq;
    2803     int vrc = VMR3ReqCall (mpVM, VMREQDEST_ALL, &pReq, 0 /* no wait! */,
     2803    int vrc = VMR3ReqCall (mpVM, &pReq, 0 /* no wait! */,
    28042804                           (PFNRT) Console::changeDrive, 8,
    28052805                           this, pszDevice, uInstance, uLun, eState, peState,
     
    55215521/** @todo just do everything here and only wrap the PDMR3Usb call. That'll offload some notification stuff from the EMT thread. */
    55225522    PVMREQ pReq = NULL;
    5523     int vrc = VMR3ReqCall (mpVM, VMREQDEST_ALL, &pReq, RT_INDEFINITE_WAIT,
     5523    int vrc = VMR3ReqCall (mpVM, &pReq, RT_INDEFINITE_WAIT,
    55245524                           (PFNRT) usbAttachCallback, 6, this, aHostDevice, Uuid.ptr(), fRemote, Address.raw(), aMaskedIfs);
    55255525    if (VBOX_SUCCESS (vrc))
     
    56465646    PVMREQ pReq;
    56475647/** @todo just do everything here and only wrap the PDMR3Usb call. That'll offload some notification stuff from the EMT thread. */
    5648     int vrc = VMR3ReqCall (mpVM, VMREQDEST_ALL, &pReq, RT_INDEFINITE_WAIT,
     5648    int vrc = VMR3ReqCall (mpVM, &pReq, RT_INDEFINITE_WAIT,
    56495649                           (PFNRT) usbDetachCallback, 4,
    56505650                           this, &aIt, (*aIt)->id().raw());
     
    71307130                 *  to access Console.
    71317131                 */
    7132                 int vrc = VMR3ReqCall (that->mpVM, VMREQDEST_ALL, &pReq, RT_INDEFINITE_WAIT,
     7132                int vrc = VMR3ReqCall (that->mpVM, &pReq, RT_INDEFINITE_WAIT,
    71337133                                       (PFNRT)reconfigureHardDisks, 3, that->mpVM,
    71347134                                       atts [i], &rc);
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