guest_intr_to_string()

Produce a human-readable string to describe the given guest interrupt

Synopsis:

#include <qvm/guest.h>
size_t guest_intr_to_string(guest_intr_t *gip,
                            char *buf,
                            size_t buf_len)

Arguments:

gip
A pointer to the guest_intr_t structure storing the interrupt to convert.
buf
The buffer to store the string in.
buf_len
The length of the buffer.

Returns:

The number of characters in the string.

Page updated: