]> git.proxmox.com Git - pve-qemu.git/blob - debian/patches/pve/0014-use-whitespace-between-VERSION-and-PKGVERSION.patch
bump version to 2.9.1-1
[pve-qemu.git] / debian / patches / pve / 0014-use-whitespace-between-VERSION-and-PKGVERSION.patch
1 From 4c989793d0df71e8f90da8c8f883d42a8aa92191 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 14/28] use whitespace between VERSION and PKGVERSION
5
6 Our kvm version parser expects a white space or comma after
7 the version string, see PVE::QemuServer::kvm_user_version()
8 ---
9 vl.c | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/vl.c b/vl.c
13 index 2132a77129..5d888cd179 100644
14 --- a/vl.c
15 +++ b/vl.c
16 @@ -1909,7 +1909,7 @@ static void main_loop(void)
17
18 static void version(void)
19 {
20 - printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION "\n"
21 + printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION "\n"
22 QEMU_COPYRIGHT "\n");
23 }
24
25 --
26 2.11.0
27