X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=bd014304d7c9845c7d37b0256c91a11e84ec2f73;hb=8792ea4ea6462c30e016293fbbd2659b3befdad4;hp=9fe9c29fc3eebdaa4bc36a9d84a0bde21d09ce2f;hpb=5426bbb55185628f3eba501d093cf59b220b0ff6;p=palacios-OLD.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index 9fe9c29..bd01430 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -6,9 +6,6 @@ #include #include -#ifdef V3_CONFIG_CONSOLE -#include "palacios-console.h" -#endif #ifdef V3_CONFIG_GRAPHICS_CONSOLE #include "palacios-graphics-console.h" @@ -64,13 +61,13 @@ struct v3_guest { char name[128]; - struct list_head files; + + struct rb_root vm_ctrls; + struct list_head exts; + struct list_head streams; struct list_head sockets; -#ifdef V3_CONFIG_CONSOLE - struct palacios_console console; -#endif #ifdef V3_CONFIG_GRAPHICS_CONSOLE struct palacios_graphics_console graphics_console;