X-Git-Url: https://git.proxmox.com/?p=pve-qemu-kvm.git;a=blobdiff_plain;f=debian%2Fpatches%2Fpve%2F0028-savevm-async-migration-and-bdrv_open-update.patch;fp=debian%2Fpatches%2Fpve%2F0028-savevm-async-migration-and-bdrv_open-update.patch;h=eee978b2253323ebfa58cbba7e5adbe57d1ebe65;hp=f4c82766a0257c01003b4fcd1da9f3249e09b3f7;hb=1a91ab45b7b886b5a4d2b12a559e4b239eccceed;hpb=e9748910af967b15cce8c312fc50589065fca911 diff --git a/debian/patches/pve/0028-savevm-async-migration-and-bdrv_open-update.patch b/debian/patches/pve/0028-savevm-async-migration-and-bdrv_open-update.patch index f4c8276..eee978b 100644 --- a/debian/patches/pve/0028-savevm-async-migration-and-bdrv_open-update.patch +++ b/debian/patches/pve/0028-savevm-async-migration-and-bdrv_open-update.patch @@ -1,4 +1,4 @@ -From d5ef7dd4d2b53e4868289dca3770724cb9597ec5 Mon Sep 17 00:00:00 2001 +From 5f0372c41d41e886e7e901cc88bc060ef565db04 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 10 Dec 2015 15:14:00 +0100 Subject: [PATCH 28/47] savevm-async: migration and bdrv_open update @@ -8,7 +8,7 @@ Subject: [PATCH 28/47] savevm-async: migration and bdrv_open update 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/savevm-async.c b/savevm-async.c -index ae7ea84..7979435 100644 +index 9704a41..6ac03af 100644 --- a/savevm-async.c +++ b/savevm-async.c @@ -154,10 +154,10 @@ static int block_state_close(void *opaque) @@ -58,7 +58,7 @@ index ae7ea84..7979435 100644 - BlockDriver *drv = NULL; Error *local_err = NULL; - int bdrv_oflags = BDRV_O_RDWR; + int bdrv_oflags = BDRV_O_RDWR | BDRV_O_RESIZE; @@ -289,7 +289,7 @@ void qmp_savevm_start(bool has_statefile, const char *statefile, Error **errp) QDict *options = NULL; options = qdict_new();