From: Patrick G. Bridges Date: Tue, 19 Feb 2013 19:19:03 +0000 (-0700) Subject: Merge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios... X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1ea936272cd584e26b3a2be63d549fafd44e6dd;hp=e86fcd72dd75d5a2fee791046f87ffd3ac454285;p=palacios.releases.git Merge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios into devel --- diff --git a/palacios/src/palacios/vmm.c b/palacios/src/palacios/vmm.c index 86b149a..491b7de 100644 --- a/palacios/src/palacios/vmm.c +++ b/palacios/src/palacios/vmm.c @@ -301,7 +301,7 @@ struct v3_vm_info * v3_create_vm(void * cfg, void * priv_data, char * name) { * Register this VM with the palacios scheduler. It will ask for admission * prior to launch. */ - if(v3_scheduler_register_vm(vm) != -1) { + if(v3_scheduler_register_vm(vm) == -1) { PrintError(vm, VCORE_NONE,"Error registering VM with scheduler\n"); }