VirtualBox

Changeset 21609 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 15, 2009 2:01:56 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50128
Message:

video hw accel: raise interrupts for urgent commands only, hgsmi host->guest synchronization fixes

File:
1 edited

Legend:

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

    r21553 r21609  
    276276 * must not be cleared once set, the command completion is performed by issuing a host->guest completion command
    277277 * while keeping this flag unchanged */
    278 #define VBOXVHWACMD_FLAG_ASYNCH      0x00000001
     278#define VBOXVHWACMD_FLAG_ASYNCH       0x00000001
    279279/* asynch completion is performed by issuing the event */
    280280#define VBOXVHWACMD_FLAG_ASYNCH_EVENT 0x00000002
     281/* issue interrupt on asynch completion */
     282#define VBOXVHWACMD_FLAG_ASYNCH_IRQ   0x00000004
    281283
    282284typedef struct _VBOXVHWACMD
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