Hi,
This patch series prepares vgabios for being used as qemu vga bios. Qemu comes with multiple vga card emulations, so we need multiple vgabios binaries. All build out of the same source tree, but with different config options. Thus patch #1 revamps vgabios configuration to allow building different variants in one go. Patches #2 .. #5 enable more qemu virtual hardware support on top of that.
Gerd Hoffmann (5): vgabios: support building multiple variants. bochsvga: handle vmware vga. bochsvga: build bios variant for vmware. bochsvga: build bios variant for qxl. bochsvga: build bios variant for isa-vga.
Makefile | 69 +++++++++++++++++++++++++++++---- vgasrc/Kconfig | 107 ++++++++++++++++++----------------------------------- vgasrc/bochsvga.c | 18 ++++++-- vgasrc/vgaentry.S | 2 +- 4 files changed, 110 insertions(+), 86 deletions(-)