VirtualBox

Changeset 20880 in vbox for trunk/include


Ignore:
Timestamp:
Jun 24, 2009 8:10:25 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49026
Message:

Queue suspend and power off calls from the VM for SMP guests (deadlock prevention).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/types.h

    r20804 r20880  
    109109 * Intended for scheduling a VM request or some other task. */
    110110#define VMCPUID_ANY         UINT32_C(0xfffffff4)
    111 /** Any virtual CPU except the current one.
     111/** Any virtual CPU; always queue for future execution.
    112112 * Intended for scheduling a VM request or some other task. */
    113 #define VMCPUID_OTHER       UINT32_C(0xfffffff5)
     113#define VMCPUID_ANY_QUEUE   UINT32_C(0xfffffff5)
    114114/** The NIL value. */
    115115#define NIL_VMCPUID         UINT32_C(0xfffffffd)
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