From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxM70-00059M-AD for qemu-devel@nongnu.org; Mon, 12 Oct 2009 10:42:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxM6v-00052R-KR for qemu-devel@nongnu.org; Mon, 12 Oct 2009 10:42:57 -0400 Received: from [199.232.76.173] (port=48753 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxM6v-000527-6r for qemu-devel@nongnu.org; Mon, 12 Oct 2009 10:42:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18431) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxM6u-0000zm-Nt for qemu-devel@nongnu.org; Mon, 12 Oct 2009 10:42:52 -0400 Date: Mon, 12 Oct 2009 16:40:42 +0200 From: "Michael S. Tsirkin" Message-ID: <20091012144042.GA13714@redhat.com> References: <20091012095929.GA12330@redhat.com> <20091012143806.GC12338@morn.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091012143806.GC12338@morn.localdomain> Subject: [Qemu-devel] Re: [PATCHv2] seabios: enable io/memory unconditionally List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: "qemu-devel@nongnu.org" , kvm-devel On Mon, Oct 12, 2009 at 10:38:06AM -0400, Kevin O'Connor wrote: > On Mon, Oct 12, 2009 at 11:59:29AM +0200, Michael S. Tsirkin wrote: > > VGA adapters need to claim memory and i/o > > transactions even if they do not have any > > i/o or memory bars. E.g. PCI spec, page 297, > > gives an example of such a device: > > I've modified your patch slightly (to use new pci_config_maskw helper) > and have committed it. Cool. Anthony, could you merge into savannah tree please? > Thanks, > -Kevin