Hi,
Here is the runtime vga hardware detection patch series, rebased and adapted to latest master.
Gerd Hoffmann (7): vga: move code to vgahw.c vga: add pci hardware detection vga: add isa hardware detection vga: adapt kconfig vga: add vmware vga: add qxl vga: fix bochs lfb size display
Makefile | 2 +- vgasrc/Kconfig | 61 ++++++++---------- vgasrc/bochsvga.c | 10 +++- vgasrc/bochsvga.h | 1 + vgasrc/clext.c | 6 ++ vgasrc/clext.h | 1 + vgasrc/vgahw.c | 191 +++++++++++++++++++++++++++++++++++++++++++++++++++++ vgasrc/vgahw.h | 113 ++++++++----------------------- 8 files changed, 266 insertions(+), 119 deletions(-) create mode 100644 vgasrc/vgahw.c