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.


Simplified interface to timekeeping API, added to VMX code
[palacios.git] / palacios / src / palacios / vmm_config.c
index 789f399..8844dee 100644 (file)
@@ -349,7 +349,7 @@ static int pre_config_core(struct guest_info * info, v3_cfg_tree_t * core_cfg) {
            PrintError("Invalid host core %d requested by"
                       " virtual cpu %d - ignored.\n", req_id, info->cpu_id);
        } else {
-               PrintDebug("Assigned host core %d to virtual core %d.\n", info->cpu_id, req_id, hcpu);
+               PrintDebug("Assigned host core %d to virtual core %d.\n", info->cpu_id, req_id);
            info->host_cpu_id = req_id;
        }
     }