]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/backup-vma-allow-empty-backups.patch
update to qemu 2.2.0-rc2
[pve-qemu-kvm.git] / debian / patches / backup-vma-allow-empty-backups.patch
index a730f456003c9d69948566bbc2cdcb587b240b84..c077281a7728bafc97d6e11a1fbdaebe03eeaef7 100644 (file)
@@ -5,8 +5,8 @@ user set backup=no to all VM disks.
 
 Index: new/vma-reader.c
 ===================================================================
---- new.orig/vma-reader.c      2014-07-16 12:01:33.000000000 +0200
-+++ new/vma-reader.c   2014-07-16 12:01:39.000000000 +0200
+--- new.orig/vma-reader.c      2014-11-20 07:34:34.000000000 +0100
++++ new/vma-reader.c   2014-11-20 07:54:47.000000000 +0100
 @@ -334,11 +334,6 @@
          }
      }
@@ -52,8 +52,8 @@ Index: new/vma-reader.c
      return ret;
 Index: new/vma-writer.c
 ===================================================================
---- new.orig/vma-writer.c      2014-07-16 12:01:36.000000000 +0200
-+++ new/vma-writer.c   2014-07-16 12:01:39.000000000 +0200
+--- new.orig/vma-writer.c      2014-11-20 07:49:23.000000000 +0100
++++ new/vma-writer.c   2014-11-20 07:54:47.000000000 +0100
 @@ -258,7 +258,7 @@
      }
  
@@ -114,8 +114,8 @@ Index: new/vma-writer.c
      return open_drives;
 Index: new/vma.c
 ===================================================================
---- new.orig/vma.c     2014-07-16 12:01:33.000000000 +0200
-+++ new/vma.c  2014-07-16 12:01:39.000000000 +0200
+--- new.orig/vma.c     2014-11-20 07:34:32.000000000 +0100
++++ new/vma.c  2014-11-20 07:54:47.000000000 +0100
 @@ -33,7 +33,7 @@
          "\n"
          "vma list <filename>\n"
@@ -240,8 +240,8 @@ Index: new/vma.c
      bdrv_drain_all();
 Index: new/vma.h
 ===================================================================
---- new.orig/vma.h     2014-07-16 12:01:35.000000000 +0200
-+++ new/vma.h  2014-07-16 12:01:39.000000000 +0200
+--- new.orig/vma.h     2014-11-20 07:49:17.000000000 +0100
++++ new/vma.h  2014-11-20 07:54:47.000000000 +0100
 @@ -128,6 +128,7 @@
                                        size_t *zero_bytes);