VirtualBox

Changeset 32935 in vbox for trunk/include/VBox/pdmapi.h


Ignore:
Timestamp:
Oct 6, 2010 9:28:42 AM (14 years ago)
Author:
vboxsync
Message:

PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, not with MMIO access, LSI logic now can work in MSI mode

File:
1 edited

Legend:

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

    r30072 r32935  
    4444VMMDECL(int)    PDMIsaSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level);
    4545VMMDECL(int)    PDMIoApicSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level);
     46VMMDECL(int)    PDMIoApicSendMsi(PVM pVM, RTGCPHYS GCAddr, uint32_t uValue);
    4647VMMDECL(bool)   PDMHasIoApic(PVM pVM);
    4748VMMDECL(int)    PDMApicHasPendingIrq(PVM pVM, bool *pfPending);
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