mbox series

[0/2] build qxl as module

Message ID 20200604075943.7001-1-kraxel@redhat.com
Headers show
Series build qxl as module | expand

Message

Gerd Hoffmann June 4, 2020, 7:59 a.m. UTC
Gerd Hoffmann (2):
  qdev: add support for device module loading
  vga: build qxl as module

 Makefile.objs            |  1 +
 Makefile.target          |  7 ++++++
 include/hw/qdev-core.h   |  3 +++
 include/qemu/module.h    |  1 +
 hw/core/qdev.c           | 49 ++++++++++++++++++++++++++++++++++++++++
 qdev-monitor.c           |  5 ++++
 hw/Makefile.objs         |  1 +
 hw/display/Makefile.objs |  4 +++-
 8 files changed, 70 insertions(+), 1 deletion(-)