diff options
author | Gonglei <arei.gonglei@huawei.com> | 2014-09-30 14:10:27 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-09-30 11:08:16 +0200 |
commit | 7779edfeb1822ff5f554a4c1f3e9798789a9352c (patch) | |
tree | db1f666058bca4fda94cd65938ca2d57dc218d99 /.exrc | |
parent | 20e6dca1df6b6ea74c3d6af74dc2184f464b3035 (diff) |
virtio-net: use aliases instead of duplicate qdev properties
virtio-net-pci, virtio-net-s390, and virtio-net-ccw all duplicate the
qdev properties of their VirtIONet 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
VirtIONet child. This way no duplication is necessary.
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.exrc')
0 files changed, 0 insertions, 0 deletions