Re: [PATCH 1/5] hw/virtio: add boilerplate for vhost-user-i2c device
Viresh Kumar writes: > This creates the QEMU side of the vhost-user-i2c device which connects > to the remote daemon. It is based of vhost-user-fs code. > > Signed-off-by: Viresh Kumar > --- > hw/virtio/Kconfig | 5 + > hw/virtio/meson.build |
[PATCH 1/5] hw/virtio: add boilerplate for vhost-user-i2c device
This creates the QEMU side of the vhost-user-i2c device which connects to the remote daemon. It is based of vhost-user-fs code. Signed-off-by: Viresh Kumar --- hw/virtio/Kconfig | 5 + hw/virtio/meson.build | 1 + hw/virtio/vhost-user-i2c.c