]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Shared or readonly disks are always safe wrt migration
authorJiri Denemark <jdenemar@redhat.com>
Mon, 5 Mar 2012 11:10:21 +0000 (12:10 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 5 Mar 2012 14:24:00 +0000 (15:24 +0100)
commit07dd6fb61077d0987e471549ffd9a418f7cfe78a
treef593591f74efb2ea7fbb11841596e7d88a9f903c
parent6c3642e9bc7c46c8a0a74cf7c5e97c7cd46d9a24
qemu: Shared or readonly disks are always safe wrt migration

No matter what cache mode is used, readonly disks are always safe wrt
migration. Shared disks are required to be readonly or to disable
host-side cache, which makes them safe as well.
src/qemu/qemu_migration.c