[SeaBIOS] [PATCH v2 0/3] change qemu detection

Gerd Hoffmann kraxel at redhat.com
Mon Sep 16 12:36:27 CEST 2013


  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.

v2:
 - Force PF_QEMU on CONFIG_QEMU, even when no northbridge was found.
   Needed for isapc and very old qemu versions.
 - Rebased, applies on top of kevin's include cleanup series.

Gerd Hoffmann (3):
  Add generic qemu detection
  Drop coreboot qemu detection
  Add qemu detection to csm

 src/fw/coreboot.c |  4 ----
 src/fw/csm.c      |  3 +++
 src/fw/paravirt.c | 46 +++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 44 insertions(+), 9 deletions(-)

-- 
1.8.3.1




More information about the SeaBIOS mailing list