]> git.proxmox.com Git - pve-qemu.git/blame - debian/patches/pve/0014-use-whitespace-between-VERSION-and-PKGVERSION.patch
bump version to 2.11.1-1
[pve-qemu.git] / debian / patches / pve / 0014-use-whitespace-between-VERSION-and-PKGVERSION.patch
CommitLineData
23102ed6 1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
95259824
WB
2From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3Date: Wed, 9 Dec 2015 16:50:05 +0100
23102ed6 4Subject: [PATCH] use whitespace between VERSION and PKGVERSION
95259824
WB
5
6Our kvm version parser expects a white space or comma after
7the version string, see PVE::QemuServer::kvm_user_version()
8---
9 vl.c | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/vl.c b/vl.c
6838f038 13index 1bfbe95b22..75fde82180 100644
95259824
WB
14--- a/vl.c
15+++ b/vl.c
6838f038 16@@ -2006,7 +2006,7 @@ static void main_loop(void)
95259824
WB
17
18 static void version(void)
19 {
a544966d
WB
20- printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION "\n"
21+ printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION "\n"
95259824
WB
22 QEMU_COPYRIGHT "\n");
23 }
24
25--
45169293 262.11.0
95259824 27