[SeaBIOS] [PATCH v2 0/6] qemu: add bochs-display support

Gerd Hoffmann posted 6 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20180604072917.19316-1-kraxel@redhat.com
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
[SeaBIOS] [PATCH v2 0/6] qemu: add bochs-display support
Posted by Gerd Hoffmann 5 years, 9 months ago
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

-- 
2.9.3


_______________________________________________
SeaBIOS mailing list
SeaBIOS@seabios.org
https://mail.coreboot.org/mailman/listinfo/seabios