X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=linux_module%2Fiface-host-dev.h;h=4377ec9ee01174e65fad959f0ea7451fe0392806;hp=7ef467bdc3a4fe3fc286ec8534f3139c2077dcef;hb=ff0fec756f4800fe869f3dff2f164d3ffcfc83e6;hpb=8e4b89f4bc2e252e0c1bc7cbc52bf1f4ae2e538c diff --git a/linux_module/iface-host-dev.h b/linux_module/iface-host-dev.h index 7ef467b..4377ec9 100644 --- a/linux_module/iface-host-dev.h +++ b/linux_module/iface-host-dev.h @@ -44,7 +44,8 @@ struct palacios_host_dev_user_op { #define PALACIOS_HOST_DEV_USER_REQUEST_READ_GUEST 1 #define PALACIOS_HOST_DEV_USER_REQUEST_WRITE_GUEST 2 -#define PALACIOS_HOST_DEV_USER_REQUEST_IRQ_GUEST 3 +#define PALACIOS_HOST_DEV_USER_REQUEST_IRQ_RAISE_GUEST 3 +#define PALACIOS_HOST_DEV_USER_REQUEST_IRQ_LOWER_GUEST 4 uint32_t type; // type of operation (from the #defs above) void *gpa; // physical address in guest to read or write void USER *data; // user address of data that will be read or written