1 From 6c2e8cae485cb72873084b36d4b701606cd28f3a Mon Sep 17 00:00:00 2001
2 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 Date: Wed, 9 Dec 2015 16:50:05 +0100
4 Subject: [PATCH 26/41] use whitespace between VERSION and PKGVERSION
6 Our kvm version parser expects a white space or comma after
7 the version string, see PVE::QemuServer::kvm_user_version()
10 1 file changed, 1 insertion(+), 1 deletion(-)
12 diff --git a/vl.c b/vl.c
13 index 85033e3..fefc0bd 100644
16 @@ -1919,7 +1919,7 @@ static void main_loop(void)
18 static void version(void)
20 - printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", "
21 + printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION ", "