X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_perftune.c;fp=palacios%2Fsrc%2Fpalacios%2Fvmm_perftune.c;h=0519ce114c0c6aebfc52023ce46d8e7358b12d63;hb=9e70ba8a6d2bae61d62c99cbab56753cf1440716;hp=cef9831de6f667e0d9dc011c21bde6e70c9a7a18;hpb=a5d2c00cc461b4a60a1360a2a0bba55cef467bab;p=palacios.git diff --git a/palacios/src/palacios/vmm_perftune.c b/palacios/src/palacios/vmm_perftune.c index cef9831..0519ce1 100644 --- a/palacios/src/palacios/vmm_perftune.c +++ b/palacios/src/palacios/vmm_perftune.c @@ -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);