Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Initial support for moving virtual cores among different physical CPUs
[palacios.git] / linux_usr / v3_ctrl.h
index eb92d7d..126330d 100644 (file)
@@ -14,6 +14,8 @@
 #define V3_VM_SERIAL_CONNECT 21
 #define V3_VM_STOP 22
 
+#define V3_VM_MOVE_CORE 33
+
 static const char * v3_dev = "/dev/v3vee";
 
 struct v3_guest_img {