X-Git-Url: https://git.proxmox.com/?p=pve-qemu.git;a=blobdiff_plain;f=debian%2Fpatches%2Fpve%2F0017-PVE-add-optional-buffer-size-to-QEMUFile.patch;fp=debian%2Fpatches%2Fpve%2F0017-PVE-add-optional-buffer-size-to-QEMUFile.patch;h=788312a7174805c4471d29c1b8d95789f8d29c16;hp=e64ebbee927abccb320af377c2b795e25a600022;hb=563c59289808696288565267b49a1c742d88504e;hpb=1de53d8a450d01fe15323fd55bb33059ab7fbe20 diff --git a/debian/patches/pve/0017-PVE-add-optional-buffer-size-to-QEMUFile.patch b/debian/patches/pve/0017-PVE-add-optional-buffer-size-to-QEMUFile.patch index e64ebbe..788312a 100644 --- a/debian/patches/pve/0017-PVE-add-optional-buffer-size-to-QEMUFile.patch +++ b/debian/patches/pve/0017-PVE-add-optional-buffer-size-to-QEMUFile.patch @@ -165,10 +165,10 @@ index 3f36d4dc8c..67501fd9cf 100644 int qemu_get_fd(QEMUFile *f); int qemu_fclose(QEMUFile *f); diff --git a/migration/savevm-async.c b/migration/savevm-async.c -index 79a0cda906..970ee3b3fc 100644 +index 88215cdb70..615a4484c8 100644 --- a/migration/savevm-async.c +++ b/migration/savevm-async.c -@@ -418,7 +418,7 @@ void qmp_savevm_start(bool has_statefile, const char *statefile, Error **errp) +@@ -417,7 +417,7 @@ void qmp_savevm_start(bool has_statefile, const char *statefile, Error **errp) goto restart; } @@ -177,7 +177,7 @@ index 79a0cda906..970ee3b3fc 100644 if (!snap_state.file) { error_set(errp, ERROR_CLASS_GENERIC_ERROR, "failed to open '%s'", statefile); -@@ -567,7 +567,7 @@ int load_snapshot_from_blockdev(const char *filename, Error **errp) +@@ -565,7 +565,7 @@ int load_snapshot_from_blockdev(const char *filename, Error **errp) blk_op_block_all(be, blocker); /* restore the VM state */