mbox series

[0/3] module fixes

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

Message

Gerd Hoffmann July 20, 2020, 10:03 a.m. UTC
Gerd Hoffmann (3):
  qxl: fix modular builds with dtrace
  module: ignore NULL type
  module: silence errors for module_load_qom_all().

 include/qemu/module.h |  8 ++++----
 hw/display/qxl.c      |  9 +++++++++
 softmmu/qtest.c       |  2 +-
 util/module.c         | 20 +++++++++++++-------
 4 files changed, 27 insertions(+), 12 deletions(-)