hw/virtio: add boilerplate for vhost-user-i2c device
commit7221d3b634d1995a63a91de9b5035abf643c7ebc
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 9 Jul 2021 05:00:16 +0000 (9 10:30 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 16 Jul 2021 15:10:40 +0000 (16 11:10 -0400)
treed47c2d1c38267ba06399665265d152226b88bc01
parent1580b897c7b2f794fff7ba140ab757be1f6efadc
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 <viresh.kumar@linaro.org>
Message-Id: <e80591b52fea4b51631818bb92a798a3daf90399.1625806763.git.viresh.kumar@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/Kconfig
hw/virtio/meson.build
hw/virtio/vhost-user-i2c.c [new file with mode: 0644]
include/hw/virtio/vhost-user-i2c.h [new file with mode: 0644]