VirtualBox

Ignore:
Timestamp:
May 5, 2009 10:14:15 AM (16 years ago)
Author:
vboxsync
Message:

Split up GVM and introduced GVMCPU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r19262 r19360  
    746746            if (pReqHdr)
    747747                return VERR_INVALID_PARAMETER;
    748             return GVMMR0SchedHalt(pVM, u64Arg);
     748            return GVMMR0SchedHalt(pVM, idCpu, u64Arg);
    749749
    750750        case VMMR0_DO_GVMM_SCHED_WAKE_UP:
    751751            if (pReqHdr || u64Arg)
    752752                return VERR_INVALID_PARAMETER;
    753             return GVMMR0SchedWakeUp(pVM);
     753            return GVMMR0SchedWakeUp(pVM, idCpu);
    754754
    755755        case VMMR0_DO_GVMM_SCHED_POLL:
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