On 26/11/2018 20:59, Juan Quintela wrote: > 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: Laurent Vivier <lviv...@redhat.com> You should add a note in the commit message you have renamed virtio_host_initfn and virtio_host_pci_info to virtio_input_host_initfn and virtio_input_host_info. Thanks, Laurent