On Tue, Jun 03, 2025 at 10:03:12AM +0200, Michal Privoznik via Devel wrote:
> From: Michal Privoznik <mpriv...@redhat.com>
> 
> QEMU can't really do live dumps of guest memory. It's because
> inside of dump_init() the vm_stop() is called basically
> unconditionally (the only condition is whether vCPUs are
> running). Hence, there is no way for us to do live dumps and thus
> honor VIR_DUMP_LIVE flag. Instead of silently pretending the flag
> works, reject it with appropriate error message.
> 
> Resolves: https://gitlab.com/libvirt/libvirt/-/issues/646
> Signed-off-by: Michal Privoznik <mpriv...@redhat.com>
> ---
>  src/qemu/qemu_driver.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <berra...@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Reply via email to