VirtualBox

Changeset 19500 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 7, 2009 6:23:22 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47034
Message:

TM: Moved the WarpDrive feature out of TMVirtual and made the setter ring-3 only.

File:
1 edited

Legend:

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

    r19300 r19500  
    585585
    586586    if (pVM.isOk())
    587         *aPct = TMVirtualGetWarpDrive (pVM);
     587        *aPct = TMGetWarpDrive (pVM);
    588588    else
    589589        *aPct = 100;
     
    618618    CheckComRCReturnRC (pVM.rc());
    619619
    620     int vrc = TMVirtualSetWarpDrive (pVM, aPct);
     620    int vrc = TMR3SetWarpDrive (pVM, aPct);
    621621    if (RT_FAILURE (vrc))
    622622    {
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