From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYEsT-0006lG-9O for qemu-devel@nongnu.org; Tue, 04 Aug 2009 03:56:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYEsN-0006jX-4o for qemu-devel@nongnu.org; Tue, 04 Aug 2009 03:56:07 -0400 Received: from [199.232.76.173] (port=39637 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYEsM-0006jM-J9 for qemu-devel@nongnu.org; Tue, 04 Aug 2009 03:56:02 -0400 Received: from relay2.sgi.com ([192.48.179.30]:52119 helo=relay.sgi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYEsM-0000JE-4Q for qemu-devel@nongnu.org; Tue, 04 Aug 2009 03:56:02 -0400 Message-Id: <20090803133236.207919528@sgi.com> Date: Mon, 03 Aug 2009 15:32:36 +0200 From: Jes Sorensen Subject: [Qemu-devel] [PATCH 0/5] Seabios qemu detect List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kevin@koconnor.net Cc: Anthony Liguori , Beth Kon , qemu-devel , avi@redhat.com Hi, Argh! Forgot to post this yesterday! Here is a series of patches for Seabios which introduces support for QEMU_CFG_EMULATOR and uses it to select the irq0verride flag and for runtime detection of whether or not Seabios is running on QEMU and KVM. This allows us to eliminate CONFIG_KVM completely as well. I would love to see something similar used to detect Coreboot, making it possible to have one shared BIOS binary. Cheers, Jes