X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=c0e3ba200f4d8a3f71057f1ceb1bdf78b8e517a9;hb=b44db8fef71ea6c1c996b6c1fb162f61317a53be;hp=9f27187ac16de31b514dcd4781890f6ff26b2790;hpb=52862a01560b5b12db9f8f7b6e16013a81a86939;p=palacios.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index 9f27187..c0e3ba2 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -6,7 +6,9 @@ #include #include +#ifdef V3_CONFIG_CONSOLE #include "palacios-console.h" +#endif /* Global Control IOCTLs */ #define V3_START_GUEST 10 @@ -15,7 +17,7 @@ /* VM Specific IOCTLs */ #define V3_VM_CONSOLE_CONNECT 20 -#define V3_VM_SERIAL_CONNECT 21 +#define V3_VM_STREAM_CONNECT 21 #define V3_VM_STOP 22 struct v3_guest_img { @@ -51,7 +53,9 @@ struct v3_guest { struct list_head streams; struct list_head sockets; +#ifdef V3_CONFIG_CONSOLE struct palacios_console console; +#endif struct completion start_done; struct completion thread_done;