X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=5eca55d4702a377161273be9fdf3e494e3105749;hb=0b342d28c860e4b3911b529f5363d35faa86aa25;hp=d96739cae82a22c60d0ef96d560178b6b927251d;hpb=793f9cd53a472668dbeb16341085e5512484485c;p=palacios.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index d96739c..5eca55d 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -8,8 +8,6 @@ /* Global Control IOCTLs */ -#define V3_START_GUEST 10 -#define V3_STOP_GUEST 11 #define V3_CREATE_GUEST 12 #define V3_FREE_GUEST 13 @@ -78,9 +76,6 @@ struct v3_guest { struct rb_root vm_ctrls; struct list_head exts; - struct completion start_done; - struct completion thread_done; - dev_t vm_dev; struct cdev cdev; };