guest_intr_from_conf_str()
Parse a guest interrupt specification in the VM configuration format
Synopsis:
#include <qvm/guest.h>char* guest_intr_from_conf_str(guest_intr_t *gip,
char* str)Arguments:
- gip
- If non-NULL, a pointer to the guest_intr_t interrupt structure to fill in.
- str
- A string containing interrupt information to be parsed.
Description:
This function parses a string interrupt specification that is in the VM configuration format used to specify interrupts.
Page updated:
