]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0020-backup-vma-run-flush-inside-coroutine.patch
vma: don't use O_DIRECT on pipes
[pve-qemu-kvm.git] / debian / patches / pve / 0020-backup-vma-run-flush-inside-coroutine.patch
index 6de18b227141ab7f6847211adc4a9a9417dddefa..d00f07b510563ca1be43bb5b580b8d62dbe895a8 100644 (file)
@@ -1,7 +1,7 @@
-From 3e0869f3ef3fc5537d90d22cde89f1384b164e70 Mon Sep 17 00:00:00 2001
+From c0b66c21bb4d4cc1f02d4259d62dd8d6d413fd7f Mon Sep 17 00:00:00 2001
 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
 Date: Wed, 9 Dec 2015 15:40:42 +0100
-Subject: [PATCH 20/47] backup: vma: run flush inside coroutine
+Subject: [PATCH 20/48] backup: vma: run flush inside coroutine
 
 ---
  blockdev.c   | 10 +++++++++-
@@ -9,10 +9,10 @@ Subject: [PATCH 20/47] backup: vma: run flush inside coroutine
  2 files changed, 13 insertions(+), 1 deletion(-)
 
 diff --git a/blockdev.c b/blockdev.c
-index 1491c2d..f3c0c58 100644
+index ef159b0..a9a900e 100644
 --- a/blockdev.c
 +++ b/blockdev.c
-@@ -3081,6 +3081,13 @@ static void pvebackup_cleanup(void)
+@@ -3087,6 +3087,13 @@ static void pvebackup_cleanup(void)
      }
  }
  
@@ -26,7 +26,7 @@ index 1491c2d..f3c0c58 100644
  static void pvebackup_complete_cb(void *opaque, int ret)
  {
      PVEBackupDevInfo *di = opaque;
-@@ -3098,7 +3105,8 @@ static void pvebackup_complete_cb(void *opaque, int ret)
+@@ -3104,7 +3111,8 @@ static void pvebackup_complete_cb(void *opaque, int ret)
      di->target = NULL;
  
      if (backup_state.vmaw) {
@@ -37,7 +37,7 @@ index 1491c2d..f3c0c58 100644
  
      block_job_cb(bs, ret);
 diff --git a/vma-writer.c b/vma-writer.c
-index 6d3119d..79b7fd4 100644
+index ec8da53..216577a 100644
 --- a/vma-writer.c
 +++ b/vma-writer.c
 @@ -700,6 +700,10 @@ int vma_writer_close(VmaWriter *vmaw, Error **errp)