]> git.proxmox.com Git - pve-qemu-kvm.git/blame - debian/patches/pve/0030-use-whitespace-between-VERSION-and-PKGVERSION.patch
bump version to 2.6.2-2
[pve-qemu-kvm.git] / debian / patches / pve / 0030-use-whitespace-between-VERSION-and-PKGVERSION.patch
CommitLineData
6fb04df7 1From 011e629353ed4aeac6eeb7f1c9021b4906ae2946 Mon Sep 17 00:00:00 2001
ca0fe5f5
WB
2From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3Date: Wed, 9 Dec 2015 16:50:05 +0100
6fb04df7 4Subject: [PATCH 30/55] use whitespace between VERSION and PKGVERSION
ca0fe5f5
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
6fb04df7 13index ba29593..f393767 100644
ca0fe5f5
WB
14--- a/vl.c
15+++ b/vl.c
6fb04df7 16@@ -1949,7 +1949,7 @@ static void main_loop(void)
ca0fe5f5
WB
17
18 static void version(void)
19 {
20- printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
21+ printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
22 }
23
24 static void help(int exitcode)
25--
262.1.4
27