From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a49IL-0005Ui-2C for qemu-devel@nongnu.org; Wed, 02 Dec 2015 10:26:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a49IG-0002g4-U0 for qemu-devel@nongnu.org; Wed, 02 Dec 2015 10:26:13 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:34099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a49IG-0002fr-Kn for qemu-devel@nongnu.org; Wed, 02 Dec 2015 10:26:08 -0500 Received: by wmvv187 with SMTP id v187so260336759wmv.1 for ; Wed, 02 Dec 2015 07:26:08 -0800 (PST) From: Shmulik Ladkani Date: Wed, 2 Dec 2015 17:26:26 +0200 Message-Id: <1449069991-6109-1-git-send-email-shmulik.ladkani@ravellosystems.com> Subject: [Qemu-devel] [PATCH v2 0/5] Fine-tune device capabilities List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman , Jason Wang Cc: Marcel Apfelbaum , idan.brown@ravellosystems.com, qemu-devel@nongnu.org, Shmulik Ladkani 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 v1: Added migration compatability, per Jason Wang's comment Shmulik Ladkani (5): vmxnet3: Change offsets of msi/msix pci capabilities vmxnet3: Change the offset of the MSIX PBA table vmxnet3: coding: Introduce VMXNET3Class vmxnet3: The vmxnet3 device is a PCIE endpoint vmxnet3: Report the Device Serial Number capability hw/net/vmxnet3.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++++--- include/hw/compat.h | 8 ++++ 2 files changed, 116 insertions(+), 6 deletions(-) -- 1.9.1