On 2018-12-13 22:00, Juan Quintela wrote: > For consistency with other devices, rename > virtio_host_{initfn,pci_info} to virtio_input_host_{initfn,info}. > > Reviewed-by: Laurent Vivier <lviv...@redhat.com> > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > default-configs/virtio.mak | 1 + > hw/virtio/Makefile.objs | 1 + > hw/virtio/virtio-input-host-pci.c | 45 +++++++++++++++++++++++++++++++ > hw/virtio/virtio-pci.c | 20 -------------- > hw/virtio/virtio-pci.h | 14 ---------- > 5 files changed, 47 insertions(+), 34 deletions(-) > create mode 100644 hw/virtio/virtio-input-host-pci.c
Reviewed-by: Thomas Huth <th...@redhat.com>