X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=cece0805cafd8f3989039b766791ae094303d330;hb=a78284b06acb02600e70abe4bb5288b8c2fbf253;hp=3a253ee9255ddc1bbfbd718116d249657f3c2ae4;hpb=8e9c13c41b0244a8d0029e837a623591a22c5879;p=palacios.releases.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index 3a253ee..cece080 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -9,12 +9,13 @@ /* Global Control IOCTLs */ #define V3_START_GUEST 10 +#define V3_STOP_GUEST 11 #define V3_ADD_MEMORY 50 /* VM Specific IOCTLs */ #define V3_VM_CONSOLE_CONNECT 20 -#define V3_VM_STOP 22 + #define V3_VM_PAUSE 23 #define V3_VM_CONTINUE 24