From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGBCV-0005S0-33 for qemu-devel@nongnu.org; Tue, 27 Jan 2015 13:49:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGBCR-0000ym-Ot for qemu-devel@nongnu.org; Tue, 27 Jan 2015 13:49:23 -0500 Received: from mail-lb0-f173.google.com ([209.85.217.173]:53139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGBCR-0000yd-Is for qemu-devel@nongnu.org; Tue, 27 Jan 2015 13:49:19 -0500 Received: by mail-lb0-f173.google.com with SMTP id p9so14741428lbv.4 for ; Tue, 27 Jan 2015 10:49:18 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1421230611-12481-1-git-send-email-a.rigo@virtualopensystems.com> References: <1421230611-12481-1-git-send-email-a.rigo@virtualopensystems.com> From: Peter Maydell Date: Tue, 27 Jan 2015 18:48:58 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [RFC v3 0/2] Add Generic PCI host device update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alvise Rigo Cc: Rob Herring , "tech@virtualopensystems.com" , Claudio Fontana , QEMU Developers , Alexander Graf On 14 January 2015 at 10:16, Alvise Rigo wrote: > This is just an update to address the comments received on v2. > > This patch series is based on the previous work [1] and [2] by Rob Herring. > This is a stand alone work, but I will not hesitate to split the patches in a > more accurate way if needed. > TODO: > - Add MSI, MSI-X support > - PCI-E support. For this, you would probably look at Alexander Graf work [3] So, my current belief is that Alex's patchset provides everything this patch does and more (since it gives us PCI-E). Am I missing something that means we need this patchset as well ? thanks -- PMM