From mboxrd@z Thu Jan 1 00:00:00 1970 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 Date: Thu, 8 Oct 2009 17:54:28 +0200 From: "Michael S. Tsirkin" Message-ID: <20091008155427.GE13660@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] [PATCHv2 2/4] qemu: update seabios to enable i/o for cirrus List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Anthony Liguori , "qemu-devel@nongnu.org" , kvm-devel 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 -- 1.6.5.rc2