Re: [PATCH v2 15/15] tests/qtest: enable tests for virtio-gpio

2022-05-26 Thread Stefan Hajnoczi
On Wed, May 25, 2022 at 11:35:53PM +0100, Alex Bennée wrote: > > Stefan Hajnoczi writes: > > > [[PGP Signed Part:Undecided]] > > On Tue, May 24, 2022 at 04:40:56PM +0100, Alex Bennée wrote: > >> We don't have a virtio-gpio implementation in QEMU and only > >> support a vhost-user backend. The QE

Re: [PATCH v2 15/15] tests/qtest: enable tests for virtio-gpio

2022-05-25 Thread Alex Bennée
Stefan Hajnoczi writes: > [[PGP Signed Part:Undecided]] > On Tue, May 24, 2022 at 04:40:56PM +0100, Alex Bennée wrote: >> We don't have a virtio-gpio implementation in QEMU and only >> support a vhost-user backend. The QEMU side of the code is minimal so >> it should be enough to instantiate th

Re: [PATCH v2 15/15] tests/qtest: enable tests for virtio-gpio

2022-05-25 Thread Stefan Hajnoczi
On Tue, May 24, 2022 at 04:40:56PM +0100, Alex Bennée wrote: > We don't have a virtio-gpio implementation in QEMU and only > support a vhost-user backend. The QEMU side of the code is minimal so > it should be enough to instantiate the device and pass some vhost-user > messages over the control soc

[PATCH v2 15/15] tests/qtest: enable tests for virtio-gpio

2022-05-24 Thread Alex Bennée
We don't have a virtio-gpio implementation in QEMU and only support a vhost-user backend. The QEMU side of the code is minimal so it should be enough to instantiate the device and pass some vhost-user messages over the control socket. To do this we hook into the existing vhost-user-test code and ju