]> git.proxmox.com Git - pve-qemu.git/blame - debian/patches/pve/0026-use-whitespace-between-VERSION-and-PKGVERSION.patch
bump version to 2.9.0-1~rc3
[pve-qemu.git] / debian / patches / pve / 0026-use-whitespace-between-VERSION-and-PKGVERSION.patch
CommitLineData
45169293 1From fcb956b9bf1f3511f31cf406a121ef4894ce73f3 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
45169293 4Subject: [PATCH 26/49] 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
45169293 13index 19afd47871..d0780a41b4 100644
95259824
WB
14--- a/vl.c
15+++ b/vl.c
a544966d 16@@ -1909,7 +1909,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