qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v2 0/6] display: add new bochs-display device
Date: Tue, 22 May 2018 18:50:52 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]