Changeset 81475 in vbox
- Timestamp:
- Oct 23, 2019 8:05:32 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134200
- Location:
- trunk
- Files:
-
- 4 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. */ -
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r81416 r81475 713 713 714 714 715 /** @interface_method_impl{PDMDEVHLPR0,pfnTaskTr gger} */715 /** @interface_method_impl{PDMDEVHLPR0,pfnTaskTrigger} */ 716 716 static DECLCALLBACK(int) pdmR0DevHlp_TaskTrigger(PPDMDEVINS pDevIns, PDMTASKHANDLE hTask) 717 717 { -
trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp
r81467 r81475 2550 2550 2551 2551 2552 /** @interface_method_impl{PDMDEVHLPR3,pfnTaskTr gger} */2552 /** @interface_method_impl{PDMDEVHLPR3,pfnTaskTrigger} */ 2553 2553 static DECLCALLBACK(int) pdmR3DevHlp_TaskTrigger(PPDMDEVINS pDevIns, PDMTASKHANDLE hTask) 2554 2554 {
Note:
See TracChangeset
for help on using the changeset viewer.