[Qemu-devel] [PATCH v2 0/6] display: add new bochs-display device

Gerd Hoffmann posted 6 patches 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180522165058.15404-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
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
[Qemu-devel] [PATCH v2 0/6] display: add new bochs-display device
Posted by Gerd Hoffmann 5 years, 11 months ago
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