X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2Fv3_ctrl.h;h=20eadc40b932292e0a8770e71184adcd24bd9547;hb=b07dd4e35a37f1db04c4f52f9904ee7206673ac6;hp=e5e0d762630ca0fe40ef137920ffc857f5b05e0c;hpb=7513aa35c06a89f23e76a7368a278d43c6416e70;p=palacios.git diff --git a/linux_usr/v3_ctrl.h b/linux_usr/v3_ctrl.h index e5e0d76..20eadc4 100644 --- a/linux_usr/v3_ctrl.h +++ b/linux_usr/v3_ctrl.h @@ -43,6 +43,8 @@ #define V3_VM_SEND 34 #define V3_VM_RECEIVE 35 +#define V3_VM_MOVE_MEM 36 + #define V3_VM_FB_INPUT 257 #define V3_VM_FB_QUERY 258 @@ -78,6 +80,11 @@ struct v3_core_move_cmd{ unsigned short pcore_id; } __attribute__((packed)); +struct v3_mem_move_cmd{ + unsigned long long gpa; + unsigned short pcore_id; +} __attribute__((packed)); + struct v3_debug_cmd { unsigned int core; unsigned int cmd;