tests/qtest: implement stub for VHOST_USER_GET_CONFIG
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 Aug 2022 09:50:08 +0000 (10:50 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 7 Oct 2022 13:41:51 +0000 (09:41 -0400)
commitff070f602af6163b6ef4d803d5c3bde735035fed
tree5cc01802956c668f4eb9199f443b2f9266ba82eb
parent3bd869f36e3bec51969c8cdb0e3637312d85eb1b
tests/qtest: implement stub for VHOST_USER_GET_CONFIG

We don't implement the full solution because frankly none of the tests
need to at the moment. We may end up re-implementing libvhostuser in
the end.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220802095010.3330793-21-alex.bennee@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/qtest/vhost-user-test.c