VirtualBox

Changeset 56836 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 7, 2015 11:13:54 AM (10 years ago)
Author:
vboxsync
Message:

VMM/GIM: KVM nit for raw-mode spinlock hypercall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp

    r56816 r56836  
    100100                int rc2 = SUPR3CallVMMR0(pVM->pVMR0, pVCpuTarget->idCpu, VMMR0_DO_GVMM_SCHED_WAKE_UP, NULL);
    101101                AssertRC(rc2);
     102#elif defined(IN_RC)
     103                /* Nothing to do for raw-mode, shouldn't really be used by raw-mode guests anyway. */
     104                Assert(pVM->cCpus == 1);
    102105#endif
    103106                uHyperRet = KVM_HYPERCALL_RET_SUCCESS;
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