On 2018-12-13 22:00, Juan Quintela wrote: > Reviewed-by: Laurent Vivier <lviv...@redhat.com> > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > hw/virtio/Makefile.objs | 1 + > hw/virtio/virtio-input-pci.c | 154 +++++++++++++++++++++++++++++++++++ > hw/virtio/virtio-pci.c | 113 ------------------------- > hw/virtio/virtio-pci.h | 22 ----- > 4 files changed, 155 insertions(+), 135 deletions(-) > create mode 100644 hw/virtio/virtio-input-pci.c
Reviewed-by: Thomas Huth <th...@redhat.com>