*/
-#define V3_VM_HOST_DEV_CONNECT (10244+1)
+/* Connect using a V3_VM_HOST_DEV_CONNECT on the VM, which will return an fd */
/* to detemine whether a host request is available, poll the fd for read */
/* make a request for reading/writing guest or injecting irq */
*/
-// Attach to the VM
-#define V3_VM_KSTREAM_USER_CONNECT (11244+1)
+// Issue a V3_VM_KSTREAM_USER_CONNECT on the VM to acquire an fd for the device
// get size of pending request
// Note that this is not the wrong ioctl - the connect ioctl applies to the VM device