Hi,
This patch series changes the way SeaBIOS figures whenever it runs on qemu or not. Instead of using different ways for each configuration (CONFIG_QEMU / CONFIG_CSM / CONFIG_COREBOOT) we'll have a generic function which checks the PCI Subsystem ID of the northbridge.
cheers, Gerd
Gerd Hoffmann (3): Add generic qemu detection Drop coreboot qemu detection Add qemu detection to csm
src/coreboot.c | 4 ---- src/csm.c | 2 ++ src/paravirt.c | 42 ++++++++++++++++++++++++++++++++++++------ src/paravirt.h | 1 + 4 files changed, 39 insertions(+), 10 deletions(-)