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

2021-03-29 Thread Alex Bennée
Viresh Kumar writes: > This allows is to instantiate a vhost-user-i2c 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-i2c

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

2021-03-24 Thread Viresh Kumar
This allows is to instantiate a vhost-user-i2c 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-i2c-pci.c | 79