From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Neoz4-0005EP-MT for qemu-devel@nongnu.org; Tue, 09 Feb 2010 07:14:26 -0500 Received: from [199.232.76.173] (port=33555 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Neoz4-0005EA-AT for qemu-devel@nongnu.org; Tue, 09 Feb 2010 07:14:26 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Neoz3-0006rw-1Y for qemu-devel@nongnu.org; Tue, 09 Feb 2010 07:14:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47955) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Neoz2-0006rg-0k for qemu-devel@nongnu.org; Tue, 09 Feb 2010 07:14:24 -0500 Date: Tue, 9 Feb 2010 14:11:02 +0200 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] Re: [PATCH] pci: initialize header type register. Message-ID: <20100209121102.GA32284@redhat.com> References: <20100208182624.GD10716@redhat.com> <4B706C4E.2010508@redhat.com> <20100208201919.GA17088@redhat.com> <4B7074DA.10408@codemonkey.ws> <20100208203459.GC17088@redhat.com> <4B707A00.2000706@codemonkey.ws> <20100208210147.GA17248@redhat.com> <4B70888D.7000702@codemonkey.ws> <20100208215856.GA28454@redhat.com> <4B708F6F.7000607@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B708F6F.7000607@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , Isaku Yamahata , Gerd Hoffmann , qemu-devel@nongnu.org On Mon, Feb 08, 2010 at 04:25:51PM -0600, Anthony Liguori wrote: > On 02/08/2010 03:58 PM, Michael S. Tsirkin wrote: >> >> Just converted versatile_pci, with some nudging I might do others :) >> > > *nudge* :-) which files do you care most about? >>> but I've got another PCI series in flight. I've got a >>> branch pci-cleanup on staging that's a work in progress for adding a >>> proper region API along with PCI memory accessors. >>> >>> Once I find a little more time to finish converting VGA devices, I'll post. >>> >>> Regards, >>> >>> Anthony Liguori >>> >> Great! That's required for proper spec compliance. >> VGA devices are definitely the main pain point here. >> > > The KVM LFB optimization makes it challenging. Need to find some time > to figure out the best way to do it. Suggestions are certainly > appreciated. > > Regards, > > Anthony Liguori >