X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=62f43f15ecf9d246efafd015be28c45851a62c8f;hb=cfa7f55f2b90dcab2f44509d5264e7ec8061cd3f;hp=76b4779307fedf94990bb79115f49995ce12f93c;hpb=4fdb3bc363a277d32fd95f58358470874b992c53;p=palacios-OLD.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index 76b4779..62f43f1 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -64,6 +64,10 @@ struct v3_guest { char name[128]; + + struct rb_root vm_ctrls; + struct list_head exts; + struct list_head files; struct list_head streams; struct list_head sockets; @@ -72,7 +76,7 @@ struct v3_guest { struct palacios_console console; #endif -#ifdef V3_CONFIG_CONSOLE +#ifdef V3_CONFIG_GRAPHICS_CONSOLE struct palacios_graphics_console graphics_console; #endif