On Thu, Dec 13, 2018 at 10:07 PM Juan Quintela <quint...@redhat.com> wrote: > > Reviewed-by: Thomas Huth <th...@redhat.com> > Reviewed-by: Laurent Vivier <lviv...@redhat.com> > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > hw/virtio/Makefile.objs | 1 + > hw/virtio/virtio-balloon-pci.c | 94 ++++++++++++++++++++++++++++++++++ > hw/virtio/virtio-pci.c | 58 --------------------- > hw/virtio/virtio-pci.h | 14 ----- > tests/Makefile.include | 2 +- > 5 files changed, 96 insertions(+), 73 deletions(-) > create mode 100644 hw/virtio/virtio-balloon-pci.c
Reviewed-by: Stefano Garzarella <sgarz...@redhat.com>