summary refs log tree commit diff stats
path: root/hw/core/qdev-properties-system.c
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2014-06-18 17:58:33 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2014-07-01 09:15:02 +0200
commitcaffdac363801cd2cf2bf01ad013a8c1e1e43800 (patch)
treea3d5038dd85dd265ea553454804b115b176362b2 /hw/core/qdev-properties-system.c
parent67cc7e0aaca835ed68cf3bd34f4d51a21232792f (diff)
downloadfocaccia-qemu-caffdac363801cd2cf2bf01ad013a8c1e1e43800.tar.gz
focaccia-qemu-caffdac363801cd2cf2bf01ad013a8c1e1e43800.zip
virtio-blk: use aliases instead of duplicate qdev properties
virtio-blk-pci, virtio-blk-s390, and virtio-blk-ccw all duplicate the
qdev properties of their VirtIOBlock child.  This approach does not work
well with string or pointer properties since we must be careful about
leaking or double-freeing them.

Use the QOM alias property to forward property accesses to the
VirtIOBlock child.  This way no duplication is necessary.

Remember to stop calling virtio_blk_set_conf() so that we don't clobber
the values already set on the VirtIOBlock instance.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Diffstat (limited to 'hw/core/qdev-properties-system.c')
0 files changed, 0 insertions, 0 deletions