Changeset 81475 in vbox for trunk/include/VBox
- Timestamp:
- Oct 23, 2019 8:05:32 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134200
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r81466 r81475 7057 7057 7058 7058 /** 7059 * @copydoc PDMDEVHLPR3::pfn TaskTrigger7059 * @copydoc PDMDEVHLPR3::pfnSUPSemEventMultiWaitNoResume 7060 7060 */ 7061 7061 DECLINLINE(int) PDMDevHlpSUPSemEventMultiWaitNoResume(PPDMDEVINS pDevIns, SUPSEMEVENTMULTI hEventMulti, uint32_t cMillies) -
trunk/include/VBox/vmm/pgm.h
r81454 r81475 744 744 #define PGMPHYS_ROM_FLAGS_PERMANENT_BINARY RT_BIT_32(1) 745 745 /** Indicates that the ROM is allowed to be missing from saved state. 746 * @note This is a hack for EFI, see @bugref */746 * @note This is a hack for EFI, see @bugref{6940} */ 747 747 #define PGMPHYS_ROM_FLAGS_MAYBE_MISSING_FROM_STATE RT_BIT_32(2) 748 748 /** Valid flags. */
Note:
See TracChangeset
for help on using the changeset viewer.