X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fvm.c;h=d352c36439805e251cca9a936417221994685e31;hb=8e4b89f4bc2e252e0c1bc7cbc52bf1f4ae2e538c;hp=2ff482bf69c83be54a970fcee074b2c81c452080;hpb=7a10bbf26095ed08095f38de6c1db4b3a131d6f0;p=palacios.git diff --git a/linux_module/vm.c b/linux_module/vm.c index 2ff482b..d352c36 100644 --- a/linux_module/vm.c +++ b/linux_module/vm.c @@ -408,7 +408,7 @@ int create_palacios_vm(struct v3_guest * guest) { return -1; } - guest->v3_ctx = v3_create_vm(guest->img, (void *)guest, guest->name); + guest->v3_ctx = v3_create_vm(guest->img, (void *)guest, guest->name, (0x1 << num_online_cpus()) - 1); if (guest->v3_ctx == NULL) { WARNING("palacios: failed to create vm\n");