Re: [PATCH 2/2] hw/virtio: add vhost-user-gpio-pci boilerplate

2022-01-14 Thread Alex Bennée
Viresh Kumar writes: > This allows is to instantiate a vhost-user-gpio device as part of a PCI > bus. It is mostly boilerplate which looks pretty similar to the > vhost-user-fs-pci device. > > Signed-off-by: Viresh Kumar Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH 2/2] hw/virtio: add vhost-user-gpio-pci boilerplate

2022-01-12 Thread Viresh Kumar
This allows is to instantiate a vhost-user-gpio device as part of a PCI bus. It is mostly boilerplate which looks pretty similar to the vhost-user-fs-pci device. Signed-off-by: Viresh Kumar --- hw/virtio/meson.build | 1 + hw/virtio/vhost-user-gpio-pci.c | 69 +