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
On 13/03/2015 10:47, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann
> ---
> tests/Makefile | 3 +++
> tests/display-vga-test.c | 18 ++
> 2 files changed, 21 insertions(+)
>
> diff --git a/tests/Makefile b/tests/Makefile
> index 588f438..55ad89f 100644
> --- a/t
Signed-off-by: Gerd Hoffmann
---
tests/Makefile | 3 +++
tests/display-vga-test.c | 18 ++
2 files changed, 21 insertions(+)
diff --git a/tests/Makefile b/tests/Makefile
index 588f438..55ad89f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -133,6 +133,9 @@ check-q