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