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

Gerd Hoffmann kraxel at redhat.com
Tue Sep 3 14:37:40 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.

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(-)

-- 
1.8.3.1




More information about the SeaBIOS mailing list