Re: [PATCH 2/2] virtio-gpu: add virtio-vga module

2020-10-23 Thread Marc-André Lureau
On Fri, Oct 23, 2020 at 10:48 AM Gerd Hoffmann wrote: > Build virtio-gpu vga devices modular. Must be a separate module because > not all qemu softmmu variants come with VGA support. > > Signed-off-by: Gerd Hoffmann > Reviewed-by: Marc-André Lureau --- > util/module.c | 3 +++ > h

[PATCH 2/2] virtio-gpu: add virtio-vga module

2020-10-22 Thread Gerd Hoffmann
Build virtio-gpu vga devices modular. Must be a separate module because not all qemu softmmu variants come with VGA support. Signed-off-by: Gerd Hoffmann --- util/module.c | 3 +++ hw/display/meson.build | 10 -- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/