On 24/09/20 15:50, Thomas Huth wrote: >> Is there any workaround or something that I didn't see? Like letting qtests >> reference a driver instance by PCI address or something?
The simplest way around this limitation is to move the -fsdev option from the .before_cmd_line of the virtio-9p-*'s nodes to the .before function of the test. You can see an example in qtest/virtio-net-test.c. It was done like this in virtio-9p simply because we only needed synth fsdevs. Paolo
