Re: [Qemu-devel] [PATCH 8/9] virtio-gpu: add to display-vga test

2015-03-17 Thread Gerd Hoffmann
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

Re: [Qemu-devel] [PATCH 8/9] virtio-gpu: add to display-vga test

2015-03-16 Thread Paolo Bonzini
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

[Qemu-devel] [PATCH 8/9] virtio-gpu: add to display-vga test

2015-03-13 Thread Gerd Hoffmann
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