]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0026-use-whitespace-between-VERSION-and-PKGVERSION.patch
update to qemu-2.9.0-rc2
[pve-qemu-kvm.git] / debian / patches / pve / 0026-use-whitespace-between-VERSION-and-PKGVERSION.patch
index b7547afb9ae2632e7af7d10c03a9cb9f38947611..d32c595e8b48ab82d0d03d869c121dd5ad4bd45d 100644 (file)
@@ -1,4 +1,4 @@
-From 017016151cb8f9a364f0b0006603772620966d5a Mon Sep 17 00:00:00 2001
+From a2a88a65d4c89ecc105f3eddba7ee3e8c023f16d Mon Sep 17 00:00:00 2001
 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
 Date: Wed, 9 Dec 2015 16:50:05 +0100
 Subject: [PATCH 26/47] use whitespace between VERSION and PKGVERSION
@@ -10,15 +10,15 @@ the version string, see PVE::QemuServer::kvm_user_version()
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/vl.c b/vl.c
-index c01b1b5..0b5a721 100644
+index 19afd47..d0780a4 100644
 --- a/vl.c
 +++ b/vl.c
-@@ -1920,7 +1920,7 @@ static void main_loop(void)
+@@ -1909,7 +1909,7 @@ static void main_loop(void)
  
  static void version(void)
  {
--    printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ""
-+    printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION ""
+-    printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION "\n"
++    printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION "\n"
             QEMU_COPYRIGHT "\n");
  }