The following changes since commit 4f50c1673a89b07f376ce5c42d22d79a79cd466d:
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-05-22 09:43:58 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/vga-20180524-pull-request for you to fetch changes up to dbb2e4726c76dbffb39efe6623bf75d2ec1db8bc: MAINTAINERS: add vga entries (2018-05-24 10:42:13 +0200) ---------------------------------------------------------------- vga: catch depth 0 hw/display: add new bochs-display device some cleanups. ---------------------------------------------------------------- Gerd Hoffmann (7): vga: catch depth 0 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 +-- hw/display/vga.c | 23 ++- MAINTAINERS | 21 +++ hw/display/Makefile.objs | 1 + 7 files changed, 478 insertions(+), 53 deletions(-) create mode 100644 include/hw/display/bochs-vbe.h create mode 100644 hw/display/bochs-display.c -- 2.9.3