]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0012-vma-add-verify-command.patch
bump version to 2.9.0-1~rc2+5
[pve-qemu-kvm.git] / debian / patches / pve / 0012-vma-add-verify-command.patch
index 3f63387df14ae201cb580c094233ab65c8576bb7..46234ea26131fe1e615efeb02ec8241534c7cb45 100644 (file)
@@ -1,7 +1,7 @@
-From 6dad22d8b527594d14987d1118f95179c0ff5aaa Mon Sep 17 00:00:00 2001
+From f6a9d9269a4f07eb7b2161884dde52a65f58c9f6 Mon Sep 17 00:00:00 2001
 From: Dietmar Maurer <dietmar@proxmox.com>
 Date: Mon, 11 Mar 2013 07:07:46 +0100
-Subject: [PATCH 12/41] vma: add verify command
+Subject: [PATCH 12/48] vma: add verify command
 
 Users wants to verify the archive after backup.
 
@@ -226,10 +226,10 @@ index 51dd8fe..2aafb26 100644
 +}
 +
 diff --git a/vma.c b/vma.c
-index 8014090..d55874a 100644
+index 8732bfa..ab7b766 100644
 --- a/vma.c
 +++ b/vma.c
-@@ -28,6 +28,7 @@ static void help(void)
+@@ -29,6 +29,7 @@ static void help(void)
          "vma list <filename>\n"
          "vma create <filename> [-c config] <archive> pathname ...\n"
          "vma extract <filename> [-r <fifo>] <targetdir>\n"
@@ -237,7 +237,7 @@ index 8014090..d55874a 100644
          ;
  
      printf("%s", help_msg);
-@@ -332,6 +333,58 @@ static int extract_content(int argc, char **argv)
+@@ -333,6 +334,58 @@ static int extract_content(int argc, char **argv)
      return ret;
  }
  
@@ -296,7 +296,7 @@ index 8014090..d55874a 100644
  typedef struct BackupJob {
      BlockDriverState *bs;
      int64_t len;
-@@ -578,6 +631,8 @@ int main(int argc, char **argv)
+@@ -579,6 +632,8 @@ int main(int argc, char **argv)
          return create_archive(argc, argv);
      } else if (!strcmp(cmdname, "extract")) {
          return extract_content(argc, argv);