qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] display: add new bochs-display device
@ 2018-05-22 16:50 Gerd Hoffmann
  2018-05-22 16:50 ` [Qemu-devel] [PATCH v2 1/6] vga: move bochs vbe defines to header file Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Gerd Hoffmann @ 2018-05-22 16:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, Gerd Hoffmann

v2:
 - add header guards to include/hw/display/bochs-vbe.h
 - return error code from bochs_display_get_mode.
 - add MAINTAINER entries for vga.

Gerd Hoffmann (6):
  vga: move bochs vbe defines to header file
  vga-pci: use PCI_VGA_MMIO_SIZE
  hw/display: add new bochs-display device
  bochs-display: add dirty tracking support
  bochs-display: add pcie support
  MAINTAINERS: add vga entries

 hw/display/vga_int.h           |  35 +---
 include/hw/display/bochs-vbe.h |  69 ++++++++
 hw/display/bochs-display.c     | 363 +++++++++++++++++++++++++++++++++++++++++
 hw/display/vga-pci.c           |  19 +--
 MAINTAINERS                    |  21 +++
 hw/display/Makefile.objs       |   1 +
 6 files changed, 460 insertions(+), 48 deletions(-)
 create mode 100644 include/hw/display/bochs-vbe.h
 create mode 100644 hw/display/bochs-display.c

-- 
2.9.3

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

end of thread, other threads:[~2018-05-23  6:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-22 16:50 [Qemu-devel] [PATCH v2 0/6] display: add new bochs-display device Gerd Hoffmann
2018-05-22 16:50 ` [Qemu-devel] [PATCH v2 1/6] vga: move bochs vbe defines to header file Gerd Hoffmann
2018-05-22 16:50 ` [Qemu-devel] [PATCH v2 2/6] vga-pci: use PCI_VGA_MMIO_SIZE Gerd Hoffmann
2018-05-22 17:19   ` Marc-André Lureau
2018-05-22 20:50   ` Philippe Mathieu-Daudé
2018-05-22 16:50 ` [Qemu-devel] [PATCH v2 3/6] hw/display: add new bochs-display device Gerd Hoffmann
2018-05-22 16:50 ` [Qemu-devel] [PATCH v2 4/6] bochs-display: add dirty tracking support Gerd Hoffmann
2018-05-22 16:50 ` [Qemu-devel] [PATCH v2 5/6] bochs-display: add pcie support Gerd Hoffmann
2018-05-22 20:52   ` Philippe Mathieu-Daudé
2018-05-23  6:50     ` Gerd Hoffmann
2018-05-22 16:50 ` [Qemu-devel] [PATCH v2 6/6] MAINTAINERS: add vga entries Gerd Hoffmann
2018-05-22 17:18   ` Marc-André Lureau
2018-05-22 20:54   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).