From patchwork Thu Oct 8 15:54:28 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 35467 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 B0F16B7B6F for ; Fri, 9 Oct 2009 03:15:23 +1100 (EST) Received: from localhost ([127.0.0.1]:45872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvveC-0006As-UL for incoming@patchwork.ozlabs.org; Thu, 08 Oct 2009 12:15:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvvM6-0000hx-Sq for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:56:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvvM0-0000Wo-SC for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:56:37 -0400 Received: from [199.232.76.173] (port=57417 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvvM0-0000WK-Na for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:56:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2074) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvvLz-0001jj-PC for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:56:32 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n98FuUCR028229; Thu, 8 Oct 2009 11:56:30 -0400 Received: from redhat.com (vpn-10-126.str.redhat.com [10.32.10.126]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id n98FuRYn026145; Thu, 8 Oct 2009 11:56:28 -0400 Date: Thu, 8 Oct 2009 17:54:28 +0200 From: "Michael S. Tsirkin" To: Avi Kivity Message-ID: <20091008155427.GE13660@redhat.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Anthony Liguori , "qemu-devel@nongnu.org" , kvm-devel Subject: [Qemu-devel] [PATCHv2 2/4] qemu: update seabios to enable i/o for cirrus 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 Need to update seabios submodule before making cirrus PCI spec compliant. the relevant patch is: seabios: enable io/memory unconditionally Signed-off-by: Michael S. Tsirkin --- roms/seabios | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/roms/seabios b/roms/seabios index 5c3f5dd..274e351 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 5c3f5dde217f382b02350973a38f50941904473d +Subproject commit 274e351aa119af1656a3e007f68c2c9c13555446