pve-qemu/debian/patches/pve/0026-use-whitespace-between...

28 lines
767 B
Diff
Raw Normal View History

2017-04-05 12:38:26 +03:00
From 7329980dbe0b2c40a7262c4ea4946dfb23c189c6 Mon Sep 17 00:00:00 2001
2017-04-05 11:49:19 +03:00
From: Wolfgang Bumiller <w.bumiller@proxmox.com>
Date: Wed, 9 Dec 2015 16:50:05 +0100
2017-04-05 12:38:26 +03:00
Subject: [PATCH 26/48] use whitespace between VERSION and PKGVERSION
2017-04-05 11:49:19 +03:00
Our kvm version parser expects a white space or comma after
the version string, see PVE::QemuServer::kvm_user_version()
---
vl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vl.c b/vl.c
2017-04-05 12:38:26 +03:00
index 19afd47..d0780a4 100644
2017-04-05 11:49:19 +03:00
--- a/vl.c
+++ b/vl.c
2017-04-05 12:38:26 +03:00
@@ -1909,7 +1909,7 @@ static void main_loop(void)
2017-04-05 11:49:19 +03:00
static void version(void)
{
2017-04-05 12:38:26 +03:00
- printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION "\n"
+ printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION "\n"
2017-04-05 11:49:19 +03:00
QEMU_COPYRIGHT "\n");
}
--
2.1.4