Re: [PATCH V2 11/20] qemu: Decompose qemuSaveImageOpen

2025-01-24 Thread Jim Fehlig via Devel
On 1/22/25 16:16, Jim Fehlig wrote: Split the reading of libvirt's save image metadata from the opening of the fd that will be passed to QEMU. This provides flexibility for an upcoming patch adding mapped-ram support for restore. This patch may be useful on it's own. I've included it, along wit

[PATCH V2 11/20] qemu: Decompose qemuSaveImageOpen

2025-01-22 Thread Jim Fehlig via Devel
Split the reading of libvirt's save image metadata from the opening of the fd that will be passed to QEMU. This provides flexibility for an upcoming patch adding mapped-ram support for restore. Signed-off-by: Jim Fehlig --- src/qemu/qemu_driver.c| 37 src/qemu/qemu_saveimage