mbox series

[0/2] module fixes

Message ID 20200710203652.9708-1-kraxel@redhat.com (mailing list archive)
Headers show
Series module fixes | expand

Message

Gerd Hoffmann July 10, 2020, 8:36 p.m. UTC
Gerd Hoffmann (2):
  tests: fix "make check-qtest" for modular builds
  Revert "vga: build virtio-gpu as module"

 util/module.c                |  6 ------
 hw/display/Makefile.objs     | 23 ++++++++++-------------
 tests/qtest/Makefile.include |  1 +
 3 files changed, 11 insertions(+), 19 deletions(-)

Comments

Alex Bennée July 11, 2020, 8:51 a.m. UTC | #1
Gerd Hoffmann <kraxel@redhat.com> writes:

> Gerd Hoffmann (2):
>   tests: fix "make check-qtest" for modular builds
>   Revert "vga: build virtio-gpu as module"

Queued to pr/100720-testing-and-misc-2, thanks.

>
>  util/module.c                |  6 ------
>  hw/display/Makefile.objs     | 23 ++++++++++-------------
>  tests/qtest/Makefile.include |  1 +
>  3 files changed, 11 insertions(+), 19 deletions(-)