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.


Cleanup and sanity-checking of switch issues, negative array indexes, operand indepen...
[palacios.git] / palacios / src / palacios / vmm_perftune.c
index cef9831..0519ce1 100644 (file)
@@ -37,6 +37,7 @@ void     v3_strategy_driven_yield(struct guest_info *core, uint64_t time_since_l
            } else {
                v3_yield(core,-1);
            }
+           break;
        default:
            PrintError(core->vm_info, core, "Unknown yield strategy (%d) using GREEDY\n",core->vm_info->perf_options.yield_strategy.strategy);
            v3_yield(core,-1);