On Tue, 30 Sep 2014 14:10:27 +0800 <arei.gong...@huawei.com> wrote: > From: Gonglei <arei.gong...@huawei.com> > > 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.gong...@huawei.com> > --- > hw/s390x/s390-virtio-bus.c | 3 +-- > hw/s390x/virtio-ccw.c | 3 +-- > hw/virtio/virtio-pci.c | 3 +-- > 3 files changed, 3 insertions(+), 6 deletions(-)
Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com>