Re: [RFC PATCH] tests/qtest: attempt to enable tests for virtio-gpio (!working)

2022-04-05 Thread Alex Bennée
"Dr. David Alan Gilbert" writes: > * Alex Bennée (alex.ben...@linaro.org) wrote: >> >> (expanding the CC list for help, anyone have a better idea about how >> vhost-user qtests should work/see obvious issues with this patch?) > > How exactly does it fail? ➜ env QTEST_QEMU_BINARY=./qemu-syste

Re: [RFC PATCH] tests/qtest: attempt to enable tests for virtio-gpio (!working)

2022-04-04 Thread Dr. David Alan Gilbert
* Alex Bennée (alex.ben...@linaro.org) wrote: > > (expanding the CC list for help, anyone have a better idea about how > vhost-user qtests should work/see obvious issues with this patch?) How exactly does it fail? DAve > Alex Bennée writes: > > > We don't have a virtio-gpio implementation in

Re: [RFC PATCH] tests/qtest: attempt to enable tests for virtio-gpio (!working)

2022-04-01 Thread Stefan Hajnoczi
On Thu, Mar 31, 2022 at 10:52:56AM +0100, Alex Bennée wrote: > > (expanding the CC list for help, anyone have a better idea about how > vhost-user qtests should work/see obvious issues with this patch?) This is better than no test :). Stefan signature.asc Description: PGP signature

Re: [RFC PATCH] tests/qtest: attempt to enable tests for virtio-gpio (!working)

2022-03-31 Thread Alex Bennée
(expanding the CC list for help, anyone have a better idea about how vhost-user qtests should work/see obvious issues with this patch?) Alex Bennée writes: > 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

[RFC PATCH] tests/qtest: attempt to enable tests for virtio-gpio (!working)

2022-01-21 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