X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=892336183ccb9a12ba36da00ed077cb945e8aeb8;hb=fed3449f4fd2fab7f27a17e0970e954bd2d69abc;hp=b1618320f782c10ac887acdae90b2516603dcdac;hpb=af8e64fe97d7e075fdc1db893e9bcb550e38db91;p=palacios.releases.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index b161832..8923361 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -29,10 +29,10 @@ #define V3_VM_STREAM_CONNECT 21 #define V3_VM_STOP 22 -#define V3_VM_FB_INPUT 256+1 -#define V3_VM_FB_QUERY 256+2 +#define V3_VM_FB_INPUT (256+1) +#define V3_VM_FB_QUERY (256+2) -#define V3_VM_HOST_DEV_CONNECT 512+1 +#define V3_VM_HOST_DEV_CONNECT (10244+1) struct v3_guest_img { @@ -64,6 +64,10 @@ struct v3_guest { char name[128]; + + struct rb_root vm_ctrls; + + 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