v6 changelog: 1. re-spin vfio-pci related code on patch 3: for -ENOTSUP, report & free Error, for other error, propagate the Error. (Marcel)
CC: Jiri Pirko <[email protected]> CC: Gerd Hoffmann <[email protected]> CC: Dmitry Fleytman <[email protected]> CC: Jason Wang <[email protected]> CC: Michael S. Tsirkin <[email protected]> CC: Hannes Reinecke <[email protected]> CC: Paolo Bonzini <[email protected]> CC: Alex Williamson <[email protected]> CC: Markus Armbruster <[email protected]> CC: Marcel Apfelbaum <[email protected]> Cao jin (10): msix: Follow CODING_STYLE hcd-xhci: check & correct param before using it pci: Convert msix_init() to Error and fix callers to check it megasas: change behaviour of msix switch hcd-xhci: change behaviour of msix switch megasas: remove unnecessary megasas_use_msix() megasas: undo the overwrites of msi user configuration vmxnet3: fix reference leak issue vmxnet3: remove unnecessary internal msix flag msi_init: convert assert to return -errno hw/block/nvme.c | 5 +++- hw/misc/ivshmem.c | 8 +++--- hw/net/e1000e.c | 6 ++++- hw/net/rocker/rocker.c | 7 ++++- hw/net/vmxnet3.c | 46 ++++++++++++++------------------ hw/pci/msi.c | 9 ++++--- hw/pci/msix.c | 42 ++++++++++++++++++++++++----- hw/scsi/megasas.c | 49 +++++++++++++++++++--------------- hw/usb/hcd-xhci.c | 71 ++++++++++++++++++++++++++++++-------------------- hw/vfio/pci.c | 8 ++++-- hw/virtio/virtio-pci.c | 11 ++++---- include/hw/pci/msix.h | 5 ++-- 12 files changed, 165 insertions(+), 102 deletions(-) -- 2.1.0
