summary refs log tree commit diff stats
path: root/hw/qdev.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-06-28 10:45:02 +0200
committerKevin Wolf <kwolf@redhat.com>2010-07-06 17:05:49 +0200
commitd246673dcb9911218ff555bcdf28b250e38fa46c (patch)
tree0b5de072a8b26b0f2d50b961c6cd47d3903fde25 /hw/qdev.c
parent528f7663473e146fd1b435d73ca21b219451877c (diff)
downloadfocaccia-qemu-d246673dcb9911218ff555bcdf28b250e38fa46c.tar.gz
focaccia-qemu-d246673dcb9911218ff555bcdf28b250e38fa46c.zip
block migration: Fix test for read-only drive
init_blk_migration_it() skips drives with type hint BDRV_TYPE_CDROM.
The intention is to skip read-only drives.  However, BDRV_TYPE_CDROM
is only a hint.  It is currently sufficent for read-only.  But it's
not necessary, and it may not remain sufficient.

Use bdrv_is_read_only() instead.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/qdev.c')
0 files changed, 0 insertions, 0 deletions