X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=645088719114a1b66542e1e1d97ed7d33b7ed335;hb=fd1de839d257d3ed2f0a8f27d231432b166b2cc1;hp=d96739cae82a22c60d0ef96d560178b6b927251d;hpb=793f9cd53a472668dbeb16341085e5512484485c;p=palacios.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index d96739c..6450887 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 @@ -26,6 +24,7 @@ #define V3_VM_STOP 26 #define V3_VM_LOAD 27 #define V3_VM_SAVE 28 +#define V3_VM_SIMULATE 29 #define V3_VM_INSPECT 30 @@ -78,9 +77,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; };