hw/virtio: add boilerplate for vhost-user-gpio device
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 2 Aug 2022 09:50:00 +0000 (10:50 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 7 Oct 2022 13:41:51 +0000 (09:41 -0400)
commit27ba7b027f0f06479091bcfbcd308a6b272563a4
treef662a003f593e187df76e405e91de7ae934d78b0
parentb8f3e6a18de6ad5cb668c5430b4933f1e40783cf
hw/virtio: add boilerplate for vhost-user-gpio device

This creates the QEMU side of the vhost-user-gpio device which connects
to the remote daemon. It is based of vhost-user-i2c code.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <5390324a748194a21bc99b1538e19761a8c64092.1641987128.git.viresh.kumar@linaro.org>
[AJB: fixes for qtest, tweaks to feature bits]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Vincent Whitchurch <vincent.whitchurch@axis.com>
Message-Id: <20220802095010.3330793-13-alex.bennee@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
MAINTAINERS
hw/virtio/Kconfig
hw/virtio/meson.build
hw/virtio/trace-events
hw/virtio/vhost-user-gpio.c [new file with mode: 0644]
include/hw/virtio/vhost-user-gpio.h [new file with mode: 0644]