Gerd Hoffmann (4): vga: move bochs vbe defines to header file display: add new bochs-display device bochs-display: add dirty tracking support bochs-display: add pcie support
hw/display/vga_int.h | 35 +--- include/hw/display/bochs-vbe.h | 64 ++++++++ hw/display/bochs-display.c | 362 +++++++++++++++++++++++++++++++++++++++++ hw/display/vga-pci.c | 13 -- hw/display/Makefile.objs | 1 + 5 files changed, 429 insertions(+), 46 deletions(-) create mode 100644 include/hw/display/bochs-vbe.h create mode 100644 hw/display/bochs-display.c -- 2.9.3