Re: [libvirt PATCH v3 05/10] qemuProcessStartWithMemoryState: add snapshot argument

2023-09-26 Thread Peter Krempa
On Mon, Sep 18, 2023 at 15:29:22 +0200, Pavel Hrdina wrote: > When called from snapshot code we will need to pass snapshot object in > order to make internal snapshots work correctly. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_process.c | 9 - > src/qemu/qemu_process.h |

[libvirt PATCH v3 05/10] qemuProcessStartWithMemoryState: add snapshot argument

2023-09-18 Thread Pavel Hrdina
When called from snapshot code we will need to pass snapshot object in order to make internal snapshots work correctly. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_process.c | 9 - src/qemu/qemu_process.h | 1 + src/qemu/qemu_saveimage.c | 2 +- 3 files changed, 10 insertions(+),