From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v3 0/9] PCI capability and device assignment improvements Date: Tue, 30 Nov 2010 14:21:28 -0200 Message-ID: <20101130162128.GA27824@amt.cnet> References: <20101119231138.22162.93647.stgit@s20.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, mst@redhat.com, qemu-devel@nongnu.org, chrisw@redhat.com To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40504 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512Ab0K3QYN (ORCPT ); Tue, 30 Nov 2010 11:24:13 -0500 Content-Disposition: inline In-Reply-To: <20101119231138.22162.93647.stgit@s20.home> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Nov 19, 2010 at 04:19:01PM -0700, Alex Williamson wrote: > v3: > > - Rework to avoid introducing conflicts with qemu.git hw/pci > - Drop capability lookup table > - Add back minimal device assignment PM, EXP, X, VPD, VNDR > capabilities > > This version should do a much better job at not introducing new > differences between qemu-kvm.git and qemu.git hw/pci. The diff > between the pci files after this series is significantly > reduced. I added back the previous RFC patch that adds new > capabilities for assigned devices. I'm sure we'll want to add > passthrough for various fields, but that can come later (along > with figuring out whether we can consolidate emulation should > other drivers want it). Thanks, > > Alex Applied, thanks.