From patchwork Fri Dec 18 11:16:02 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 41393 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E029AB6F05 for ; Fri, 18 Dec 2009 22:43:47 +1100 (EST) Received: from localhost ([127.0.0.1]:43852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLbFI-0007AM-Tt for incoming@patchwork.ozlabs.org; Fri, 18 Dec 2009 06:43:44 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLaoi-0005hc-Ad for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:16:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLaod-0005c7-62 for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:16:15 -0500 Received: from [199.232.76.173] (port=51217 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLaoc-0005bc-Lr for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:16:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44741) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLaoc-0005PG-8y for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:16:10 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBIBG9RP018904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 18 Dec 2009 06:16:09 -0500 Received: from zweiblum.home.kraxel.org (vpn1-6-184.ams2.redhat.com [10.36.6.184]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nBIBG7ip011140; Fri, 18 Dec 2009 06:16:07 -0500 Received: by zweiblum.home.kraxel.org (Postfix, from userid 500) id 720C470FCC; Fri, 18 Dec 2009 12:16:04 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org, seabios@seabios.org Date: Fri, 18 Dec 2009 12:16:02 +0100 Message-Id: <1261134964-12427-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1261134964-12427-1-git-send-email-kraxel@redhat.com> References: <1261134964-12427-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Anthony Liguori , Gerd Hoffmann Subject: [Qemu-devel] [PATCH 2/4] Disable CONFIG_OPTIONROMS_DEPLOYED by default X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Anthony Liguori Since qemu now supports loading option roms through PCI Signed-off-by: Anthony Liguori Signed-off-by: Gerd Hoffmann --- src/config.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/config.h b/src/config.h index 91e322d..c1f151d 100644 --- a/src/config.h +++ b/src/config.h @@ -87,7 +87,7 @@ // Support finding and running option roms during post. #define CONFIG_OPTIONROMS 1 // Set if option roms are already copied to 0xc0000-0xf0000 -#define CONFIG_OPTIONROMS_DEPLOYED 1 +#define CONFIG_OPTIONROMS_DEPLOYED 0 // When option roms are not pre-deployed, SeaBIOS can copy an optionrom // from flash for up to 2 devices. #define OPTIONROM_VENDEV_1 0x00000000