Add support for the new bochs-display device in qemu.
Gerd Hoffmann (6): optionrom: enable non-vga display devices cbvga: factor out cbvga_setup_modes() qemu: add bochs-display support cbvga_setup_modes: use real mode number instead of 0x140 cbvga_list_modes: don't list current mode twice cbvga_set_mode: disable clearmem in windows x86 emulator.
Makefile | 2 +- vgasrc/vgahw.h | 28 +++++++++--------- vgasrc/vgautil.h | 4 +++ src/optionroms.c | 29 ++++++++++++++++++- vgasrc/bochsdisplay.c | 59 ++++++++++++++++++++++++++++++++++++++ vgasrc/cbvga.c | 78 +++++++++++++++++++++++++++++++++------------------ vgasrc/Kconfig | 17 +++++++++++ 7 files changed, 175 insertions(+), 42 deletions(-) create mode 100644 vgasrc/bochsdisplay.c