From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7lKO-0002lp-Nw for qemu-devel@nongnu.org; Sat, 12 Dec 2015 09:39:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7lKI-0006IG-Gb for qemu-devel@nongnu.org; Sat, 12 Dec 2015 09:39:16 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:34610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7lKI-0006Ht-9v for qemu-devel@nongnu.org; Sat, 12 Dec 2015 09:39:10 -0500 Received: by mail-wm0-x232.google.com with SMTP id p66so8556569wmp.1 for ; Sat, 12 Dec 2015 06:39:09 -0800 (PST) Date: Sat, 12 Dec 2015 16:39:06 +0200 From: Shmulik Ladkani Message-ID: <20151212163906.1fbce027@halley> In-Reply-To: <564DE9FB.6050401@redhat.com> References: <1447942912-24958-1-git-send-email-shmulik.ladkani@ravellosystems.com> <564DE9FB.6050401@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] vmw_pvscsi: Fine-tune device capabilities List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Dmitry Fleytman , Jason Wang , idan.brown@ravellosystems.com, qemu-devel@nongnu.org Hi, On Thu, 19 Nov 2015 16:25:47 +0100 Paolo Bonzini wrote: > On 19/11/2015 15:21, Shmulik Ladkani wrote: > > Various fixes to what the vmw_pvscsi device reports in its PCI > > configuration space, to better align with VMware virtual hardware > > as exposed by ESXi/Workstation. > > > > Shmulik Ladkani (3): > > vmw_pvscsi: Set device subsystem and revision > > vmw_pvscsi: The pvscsi device is a PCIE endpoint > > vmw_pvscsi: Change offsets of PCI capabilities > > Looks good, thanks! I'll queue these patches for 2.5. Thanks Paolo, Since these are not yet pulled, I'm submitting a v2 of the series. The above changes are guest visible, thus I've added compatability properties for these changes - to allow migrating from old versions, as suggested by Jason Wang for similar changes done to the vmxnet3 device (see [1]). Regards, Shmulik [1] https://lists.nongnu.org/archive/html/qemu-devel/2015-11/msg05515.html