[pve-devel] [PATCH qemu] savevm-async: fix function name in error message
Fiona Ebner
f.ebner at proxmox.com
Mon Jan 23 12:43:23 CET 2023
which also makes it distinguishable from the other
"qemu_savevm_state_iterate error" message.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
...17-PVE-add-savevm-async-for-background-state-snapshots.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch b/debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch
index 4b8cf7b..fcbe4bc 100644
--- a/debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch
+++ b/debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch
@@ -347,7 +347,7 @@ index 0000000000..05d394c0e2
+ (void)qemu_savevm_state_complete_precopy(snap_state.file, false, false);
+ ret = qemu_file_get_error(snap_state.file);
+ if (ret < 0) {
-+ save_snapshot_error("qemu_savevm_state_iterate error %d", ret);
++ save_snapshot_error("qemu_savevm_state_complete_precopy error %d", ret);
+ }
+ }
+
--
2.30.2
More information about the pve-devel
mailing list