commit | ad492c92447ae29d0c3a691f0ae357155cce12fe | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 06 00:04:50 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 15 14:03:43 2012 +0200 |
tree | d52c20990c55ad0433bba4a396067ed59203dda3 | |
parent | f05fa4ad0327579e143b20062e9d45b3ca935e24 [diff] |
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>