From f4d566c1618eafa2727446af0c8f9602f7489e7a Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 22 Apr 2017 12:56:30 +0200 Subject: [PATCH] remove typo --- tools/uhyve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uhyve.c b/tools/uhyve.c index 3bb0d7511..d8be0c468 100644 --- a/tools/uhyve.c +++ b/tools/uhyve.c @@ -160,7 +160,7 @@ static int kvm = -1, vmfd = -1; static uint32_t no_checkpoint = 0; static pthread_barrier_t barrier; static __thread struct kvm_run *run = NULL; -static __thread int vcpufd = 1; +static __thread int vcpufd = -1; static __thread uint32_t cpuid = 0; static uint64_t memparse(const char *ptr)