mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-04 22:18:47 +00:00
savevm: flush after saving vm state
Writing vm state uses bdrv_pwrite, so it will automatically get flushes in writethrough mode. But doing a flush at the end in writeback mode is probably a good idea anyway. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
f05fa4ad03
commit
ad492c9244
Loading…
Reference in New Issue
Block a user