On Tue, 30 Sep 2014 17:49:44 +0800 <[email protected]> wrote: > From: Gonglei <[email protected]> > > For better code sharing, add a helper function that handles > reference counting of the virtio backend for virtio proxy devices. > > Cc: Cornelia Huck <[email protected]> > Cc: Michael S. Tsirkin <[email protected]> > Signed-off-by: Gonglei <[email protected]> > --- > hw/s390x/s390-virtio-bus.c | 42 +++++++++++++++++---------------------- > hw/s390x/virtio-ccw.c | 42 +++++++++++++++++---------------------- > hw/virtio/virtio-pci.c | 49 > ++++++++++++++++++++-------------------------- > hw/virtio/virtio.c | 11 +++++++++++ > include/hw/virtio/virtio.h | 3 +++ > 5 files changed, 71 insertions(+), 76 deletions(-)
Reviewed-by: Cornelia Huck <[email protected]>
