X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=633ede17ea49756f7123cbb981a0c597f5321f5a;hb=619116061f398a148dc3be1efdb26a779b91f486;hp=df9aabe36d36525cee29942a927ef0f7cb17d4c5;hpb=3d2ae914c0dae420aa777ad0b298060b808434f1;p=palacios-OLD.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index df9aabe..633ede1 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -10,12 +10,14 @@ /* Global Control IOCTLs */ #define V3_START_GUEST 10 #define V3_ADD_MEMORY 50 -#define V3_START_NETWORK 60 /* VM Specific IOCTLs */ #define V3_VM_CONSOLE_CONNECT 20 -#define V3_VM_STREAM_CONNECT 21 + #define V3_VM_STOP 22 +#define V3_VM_PAUSE 23 +#define V3_VM_CONTINUE 24 + #define V3_VM_INSPECT 30 @@ -24,6 +26,8 @@ #define V3_VM_HOST_DEV_CONNECT (10244+1) +#define V3_VM_KSTREAM_USER_CONNECT (11244+1) + struct v3_guest_img { unsigned long long size;