All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/9] vfio: add display support
@ 2018-02-28 12:31 Gerd Hoffmann
  2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 1/9] linux-headers: update to 4.16-rc1 Gerd Hoffmann
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Gerd Hoffmann @ 2018-02-28 12:31 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Williamson, Tina Zhang, intel-gvt-dev, Kirti Wankhede,
	Gerd Hoffmann

This series adds support for a vgpu display to the qemu vfio code.

v6:
 - add support for hotplugging QemuConsoles.
 - drop vfio-pci-display device, re-add OnOffAuto display property.
 - add proper cleanup in finalize.

v5:
 - rebase to latest master
 - drop DeviceState->hotpluggable patch, use separate vfio-pci-display
   device instead so we can use DeviceClass->hotpluggable.
 - add vfio dma-buf patch.  Right now this can be tested with '-display
   egl-headless' only.  gtk and spice support is almost ready for merge
   and should follow soon.

cheers,
  Gerd

Gerd Hoffmann (9):
  linux-headers: update to 4.16-rc1
  standard-headers: add drm/drm_fourcc.h
  ui/pixman: add qemu_drm_format_to_pixman()
  console: minimal hotplug suport
  secondary-vga: properly close QemuConsole on unplug
  vfio/common: cleanup in vfio_region_finalize
  vfio/display: core & wireup
  vfio/display: adding region support
  vfio/display: adding dmabuf support

 hw/vfio/pci.h                                      |   5 +
 include/hw/vfio/vfio-common.h                      |  22 ++
 include/standard-headers/drm/drm_fourcc.h          | 411 +++++++++++++++++++++
 include/standard-headers/linux/input-event-codes.h |   1 +
 include/standard-headers/linux/input.h             |  11 +
 include/standard-headers/linux/pci_regs.h          |  30 +-
 include/standard-headers/linux/virtio_net.h        |  13 +
 include/ui/console.h                               |   2 +
 include/ui/qemu-pixman.h                           |   5 +
 linux-headers/asm-powerpc/kvm.h                    |   2 +
 linux-headers/asm-powerpc/unistd.h                 |   3 +
 linux-headers/asm-s390/unistd.h                    | 401 +-------------------
 linux-headers/asm-s390/unistd_32.h                 | 364 ++++++++++++++++++
 linux-headers/asm-s390/unistd_64.h                 | 331 +++++++++++++++++
 linux-headers/asm-x86/kvm_para.h                   |   4 +
 linux-headers/linux/kvm.h                          |  90 +++++
 linux-headers/linux/psci.h                         |   3 +
 linux-headers/linux/vfio.h                         |  72 ++++
 hw/display/vga-pci.c                               |   9 +
 hw/vfio/common.c                                   |   7 +
 hw/vfio/display.c                                  | 330 +++++++++++++++++
 hw/vfio/pci.c                                      |  10 +
 ui/console.c                                       |  78 +++-
 ui/qemu-pixman.c                                   |  22 ++
 hw/vfio/Makefile.objs                              |   2 +-
 scripts/update-linux-headers.sh                    |   7 +
 ui/trace-events                                    |   2 +
 27 files changed, 1820 insertions(+), 417 deletions(-)
 create mode 100644 include/standard-headers/drm/drm_fourcc.h
 create mode 100644 linux-headers/asm-s390/unistd_32.h
 create mode 100644 linux-headers/asm-s390/unistd_64.h
 create mode 100644 hw/vfio/display.c

-- 
2.9.3

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-03-12 22:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 12:31 [Qemu-devel] [PATCH v6 0/9] vfio: add display support Gerd Hoffmann
2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 1/9] linux-headers: update to 4.16-rc1 Gerd Hoffmann
2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 2/9] standard-headers: add drm/drm_fourcc.h Gerd Hoffmann
2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 3/9] ui/pixman: add qemu_drm_format_to_pixman() Gerd Hoffmann
2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 4/9] console: minimal hotplug suport Gerd Hoffmann
2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 5/9] secondary-vga: properly close QemuConsole on unplug Gerd Hoffmann
2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 6/9] vfio/common: cleanup in vfio_region_finalize Gerd Hoffmann
2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 7/9] vfio/display: core & wireup Gerd Hoffmann
2018-03-05  8:52   ` Erik Skultety
2018-03-12 22:33     ` Alex Williamson
2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 8/9] vfio/display: adding region support Gerd Hoffmann
2018-02-28 12:31 ` [Qemu-devel] [PATCH v6 9/9] vfio/display: adding dmabuf support Gerd Hoffmann
2018-03-01  8:59   ` Zhang, Tina
2018-02-28 12:50 ` [Qemu-devel] [PATCH v6 0/9] vfio: add display support no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.