From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvvM2-0000b0-Ra for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:56:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvvLy-0000SC-4K for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:56:34 -0400 Received: from [199.232.76.173] (port=57404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvvLx-0000Pa-Om for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:56:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15692) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvvLs-0001gQ-Ol for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:56:25 -0400 Date: Thu, 8 Oct 2009 17:54:19 +0200 From: "Michael S. Tsirkin" Message-ID: <20091008155419.GD13660@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] [PATCHv2 1/4] qemu: update pcbios 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 before making cirrus pci spec compliant, need to fix pcibios to enable i/o for it. The relevant patch is: pcbios: enable io/memory unconditionally Signed-off-by: Michael S. Tsirkin --- roms/pcbios | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/roms/pcbios b/roms/pcbios index da5ff65..6ad727d 160000 --- a/roms/pcbios +++ b/roms/pcbios @@ -1 +1 @@ -Subproject commit da5ff65dc9473e3f069736d38b9a189ea14a67eb +Subproject commit 6ad727d68f1e1502a5c718dd39bdabc4db76d159 -- 1.6.5.rc2