All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/7] vmxnet3: Fine-tune device capabilities
@ 2015-12-24  7:17 Shmulik Ladkani
  2015-12-24  7:17 ` [Qemu-devel] [PATCH v4 1/7] vmxnet3: Change offsets of msi/msix pci capabilities Shmulik Ladkani
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Shmulik Ladkani @ 2015-12-24  7:17 UTC (permalink / raw)
  To: Jason Wang, Dmitry Fleytman; +Cc: idan.brown, qemu-devel, 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 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(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-12-28  4:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24  7:17 [Qemu-devel] [PATCH v4 0/7] vmxnet3: Fine-tune device capabilities Shmulik Ladkani
2015-12-24  7:17 ` [Qemu-devel] [PATCH v4 1/7] vmxnet3: Change offsets of msi/msix pci capabilities Shmulik Ladkani
2015-12-24  7:17 ` [Qemu-devel] [PATCH v4 2/7] vmxnet3: Change the offset of the MSIX PBA table Shmulik Ladkani
2015-12-24  7:17 ` [Qemu-devel] [PATCH v4 3/7] vmxnet3: Introduce 'x-old-msi-offsets' back-compat property Shmulik Ladkani
2015-12-24  7:17 ` [Qemu-devel] [PATCH v4 4/7] vmxnet3: coding: Introduce VMXNET3Class Shmulik Ladkani
2015-12-24  7:17 ` [Qemu-devel] [PATCH v4 5/7] vmxnet3: The vmxnet3 device is a PCIE endpoint Shmulik Ladkani
2015-12-24  7:17 ` [Qemu-devel] [PATCH v4 6/7] vmxnet3: Introduce 'x-disable-pcie' back-compat property Shmulik Ladkani
2015-12-24  7:17 ` [Qemu-devel] [PATCH v4 7/7] vmxnet3: Report the Device Serial Number capability Shmulik Ladkani
2015-12-28  4:18 ` [Qemu-devel] [PATCH v4 0/7] vmxnet3: Fine-tune device capabilities Jason Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.