Hi, > > +#ifdef CONFIG_VIRTIO_GPU > > + qtest_add_func("/display/pci/virtio-gpu", pci_virtio_gpu); > > + qtest_add_func("/display/pci/virtio-vga", pci_virtio_vga); > > +#endif > > ret = g_test_run(); > > > > return ret; > > > > Which config file is defining this?
Ahem, good point, CONFIG_VIRTIO_GPU used to be there but is gone now. I'll fixup the test. thanks, Gerd