VirtualBox

Changeset 43472 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Sep 29, 2012 7:54:30 PM (12 years ago)
Author:
vboxsync
Message:

Add new flag to notify devices during a reset first to make sure there is no I/O pending (see #6434)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdev.h

    r41847 r43472  
    396396/** Indicates that the device needs to be notified before the drivers when powering off. */
    397397#define PDM_DEVREG_FLAGS_FIRST_POWEROFF_NOTIFICATION 0x00004000
     398
     399/** Indicates that the device needs to be notified before the drivers when resetting. */
     400#define PDM_DEVREG_FLAGS_FIRST_RESET_NOTIFICATION 0x00008000
    398401/** @} */
    399402
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