Hi,
Next round, this time introducing a CONFIG_VGA_QEMU and doing the hardware detection for qemu-emulated hardware only. Also clarifies Kconfig (cirrus is for emulated hardware only) as side effect.
cheers, Gerd
Gerd Hoffmann (3): vga: move code to vgahw.c vga: add pci hardware detection vga: add isa hardware detection
Makefile | 2 +- vgasrc/Kconfig | 12 +-- vgasrc/bochsvga.c | 8 ++ vgasrc/bochsvga.h | 1 + vgasrc/clext.c | 6 ++ vgasrc/clext.h | 1 + vgasrc/vgabios.c | 2 +- vgasrc/vgahw.c | 199 +++++++++++++++++++++++++++++++++++++++++++++++++++++ vgasrc/vgahw.h | 151 +++++++++------------------------------- 9 files changed, 253 insertions(+), 129 deletions(-) create mode 100644 vgasrc/vgahw.c