Changeset 49549 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 19, 2013 1:28:01 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmapi.h
r46915 r49549 43 43 VMMDECL(int) PDMGetInterrupt(PVMCPU pVCpu, uint8_t *pu8Interrupt); 44 44 VMMDECL(int) PDMIsaSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level, uint32_t uTagSrc); 45 VMM_INT_DECL(bool) PDMHasIoApic(PVM pVM); 45 46 VMM_INT_DECL(int) PDMIoApicSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level, uint32_t uTagSrc); 46 47 VMM_INT_DECL(int) PDMIoApicSendMsi(PVM pVM, RTGCPHYS GCAddr, uint32_t uValue, uint32_t uTagSrc); 47 VMM_INT_DECL(bool) PDMHas IoApic(PVM pVM);48 VMM_INT_DECL(bool) PDMHasApic(PVM pVM); 48 49 VMM_INT_DECL(int) PDMApicHasPendingIrq(PVM pVM, bool *pfPending); 49 50 VMMDECL(int) PDMApicSetBase(PVMCPU pVCpu, uint64_t u64Base);
Note:
See TracChangeset
for help on using the changeset viewer.