]> git.proxmox.com Git - pve-qemu-kvm.git/blob - debian/patches/pve/0026-use-whitespace-between-VERSION-and-PKGVERSION.patch
b7547afb9ae2632e7af7d10c03a9cb9f38947611
[pve-qemu-kvm.git] / debian / patches / pve / 0026-use-whitespace-between-VERSION-and-PKGVERSION.patch
1 From 017016151cb8f9a364f0b0006603772620966d5a 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/47] 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 c01b1b5..0b5a721 100644
14 --- a/vl.c
15 +++ b/vl.c
16 @@ -1920,7 +1920,7 @@ static void main_loop(void)
17
18 static void version(void)
19 {
20 - printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", "
21 + printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION ", "
22 QEMU_COPYRIGHT "\n");
23 }
24
25 --
26 2.1.4
27