On Tue, 30 Sep 2014 14:10:27 +0800 <[email protected]> wrote: > From: Gonglei <[email protected]> > > 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 <[email protected]> > --- > 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 <[email protected]>
