On 08/08/2018 01:48 PM, Juan Quintela wrote: > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > hw/virtio/Makefile.objs | 1 + > hw/virtio/virtio-balloon-pci.c | 82 ++++++++++++++++++++++++++++++++++ > hw/virtio/virtio-pci.c | 57 ----------------------- > tests/Makefile.include | 4 +- > 4 files changed, 85 insertions(+), 59 deletions(-) > create mode 100644 hw/virtio/virtio-balloon-pci.c
Reviewed-by: Thomas Huth <th...@redhat.com>