From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nec3J-0006Nm-GI for qemu-devel@nongnu.org; Mon, 08 Feb 2010 17:25:57 -0500 Received: from [199.232.76.173] (port=45902 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nec3I-0006Mm-F6 for qemu-devel@nongnu.org; Mon, 08 Feb 2010 17:25:56 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nec3G-00085K-Vg for qemu-devel@nongnu.org; Mon, 08 Feb 2010 17:25:56 -0500 Received: from mail-iw0-f185.google.com ([209.85.223.185]:49015) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nec3G-000858-Ke for qemu-devel@nongnu.org; Mon, 08 Feb 2010 17:25:54 -0500 Received: by iwn15 with SMTP id 15so4407802iwn.19 for ; Mon, 08 Feb 2010 14:25:53 -0800 (PST) Message-ID: <4B708F6F.7000607@codemonkey.ws> Date: Mon, 08 Feb 2010 16:25:51 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] pci: initialize header type register. References: <20100208173741.GB10716@redhat.com> <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> In-Reply-To: <20100208215856.GA28454@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Blue Swirl , Isaku Yamahata , Gerd Hoffmann , qemu-devel@nongnu.org On 02/08/2010 03:58 PM, Michael S. Tsirkin wrote: > > Just converted versatile_pci, with some nudging I might do others :) > *nudge* :-) >> 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