Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180524154556.17876-1-kraxel@redhat.com
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