mbox series

[0/2] hw/vfio/display: add ramfb support

Message ID 20180910064340.30745-1-kraxel@redhat.com (mailing list archive)
Headers show
Series hw/vfio/display: add ramfb support | expand

Message

Gerd Hoffmann Sept. 10, 2018, 6:43 a.m. UTC
So we have a boot display when using a vgpu as primary display.

Gerd Hoffmann (2):
  stubs: add ramfb
  hw/vfio/display: add ramfb support

 include/hw/vfio/vfio-common.h |  2 ++
 hw/vfio/display.c             | 12 ++++++++++++
 hw/vfio/pci.c                 | 15 +++++++++++++++
 stubs/ramfb.c                 | 13 +++++++++++++
 stubs/Makefile.objs           |  1 +
 5 files changed, 43 insertions(+)
 create mode 100644 stubs/ramfb.c