From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDPG8-0002Cg-NA for qemu-devel@nongnu.org; Sun, 27 Dec 2015 23:18:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDPG4-0006RV-MU for qemu-devel@nongnu.org; Sun, 27 Dec 2015 23:18:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDPG4-0006RG-GZ for qemu-devel@nongnu.org; Sun, 27 Dec 2015 23:18:08 -0500 References: <1450941461-26996-1-git-send-email-shmulik.ladkani@ravellosystems.com> From: Jason Wang Message-ID: <5680B7F8.1050801@redhat.com> Date: Mon, 28 Dec 2015 12:18:00 +0800 MIME-Version: 1.0 In-Reply-To: <1450941461-26996-1-git-send-email-shmulik.ladkani@ravellosystems.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/7] vmxnet3: Fine-tune device capabilities List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shmulik Ladkani , Dmitry Fleytman Cc: idan.brown@ravellosystems.com, qemu-devel@nongnu.org On 12/24/2015 03:17 PM, Shmulik Ladkani wrote: > Various fixes to what the vmxnet3 device reports in its PCI > configuration space, in order to be aligned with VMware virtual hardware > exposed by ESXi/Workstation. > > Since v3: Place back-compat flags into HW_COMPAT_2_5 > Since v2: Introduce the compatability properties in separate patches, > per Jason Wang's comment > Since v1: Added migration compatability, per Jason Wang's comment > > Shmulik Ladkani (7): > vmxnet3: Change offsets of msi/msix pci capabilities > vmxnet3: Change the offset of the MSIX PBA table > vmxnet3: Introduce 'x-old-msi-offsets' backword compatability property > vmxnet3: coding: Introduce VMXNET3Class > vmxnet3: The vmxnet3 device is a PCIE endpoint > vmxnet3: Introduce 'x-disable-pcie' backword compatability property > vmxnet3: Report the Device Serial Number capability > > hw/net/vmxnet3.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++++--- > include/hw/compat.h | 10 ++++- > 2 files changed, 117 insertions(+), 7 deletions(-) > Applied to my -net with a small re-ordering of the patches (patch 7 was applied before patch 6) for a better bisection behavior for migration compatibility. Thanks