X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=633ede17ea49756f7123cbb981a0c597f5321f5a;hb=619116061f398a148dc3be1efdb26a779b91f486;hp=56d5abfbfda585c64d2c2710f7695d5d8b5b31e6;hpb=f22feaaf919bc038c43036eac0cbf4f927a49b39;p=palacios-OLD.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index 56d5abf..633ede1 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -15,6 +15,9 @@ #define V3_VM_CONSOLE_CONNECT 20 #define V3_VM_STOP 22 +#define V3_VM_PAUSE 23 +#define V3_VM_CONTINUE 24 + #define V3_VM_INSPECT 30 @@ -23,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;