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.


Added barrier locking to the core migration functionality
[palacios.git] / palacios / include / palacios / vm_guest.h
index eae4bd7..1ff5899 100644 (file)
@@ -128,9 +128,6 @@ struct guest_info {
 
     v3_core_operating_mode_t core_run_state;
 
-    v3_core_moving_state_t core_move_state;  /* if 1, then it is to be migrated to current pcpu_id */
-    uint32_t target_pcpu_id; /* the target physical CPU id for core moving */
-
     void * core_thread; /* thread struct for virtual core */
 
     /* the logical cpu on which this core runs */