guest_msi_signal()

Send an MSI to a guest

Synopsis:

#include <qvm/guest.h>
void guest_msi_signal(vdev_t *src,
                      uint64_t addr,
                      unsigned data)

Arguments:

src
A pointer to the vdev signaling the interrupt.
addr
The address portion of the interrupt information.
data
The data portion of the interrupt information.

Description:

Use this function to send a Message Signaled Interrupt (MSI) to a guest.

Page updated: