VirtualBox

Changeset 22784 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
Sep 4, 2009 2:25:31 PM (15 years ago)
Author:
vboxsync
Message:

VMM,Main,VBoxBFE: Changed VMR3Save and started working on making TakeSnapshot work without pausing the VM first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VMControl.cpp

    r19300 r22784  
    161161    startProgressInfo("Saving");
    162162    rc = VMR3ReqCall(pVM, VMCPUID_ANY, &pReq, RT_INDEFINITE_WAIT,
    163                      (PFNRT)VMR3Save, 4, pVM, g_pszStateFile, &callProgressInfo, (uintptr_t)NULL);
     163                     (PFNRT)VMR3Save, 5, pVM, g_pszStateFile, false /*fContinueAftewards*/, &callProgressInfo, (uintptr_t)NULL);
    164164    endProgressInfo();
    165165    if (RT_SUCCESS(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