Set the characteristics of a notification structure
#include <qvm/guest.h>
void guest_power_state_notify_register(struct guest_power_state_notify *qpnp,
enum guest_power_state_cmd cmd,
unsigned base,
uint64_t mask,
uint64_t bits,
guest_power_state_callback_func_t *func,
void *data)
Use this function to set the characteristics of a notification structure created by guest_power_state_notify_create().