On Wed, Oct 19, 2016 at 02:47:35PM +0800, Cao jin wrote: > v4 changelog > 1. add the missed comment of "errp" in the msix_init's function comment > 2. fix typo: msic --> msix > 3. fix a build failure due to "copy&paste" error, in patch > "megasas: change behaviour of msix switch" > 4. separate the issus-fix part of vmxnet3's patch > 5. a new patch added in the end > 6. rebase on Eric Auger's "Convert VFIO-PCI to realize" series
Markus, any chance you can ack this? > CC: Jiri Pirko <j...@resnulli.us> > CC: Gerd Hoffmann <kra...@redhat.com> > CC: Dmitry Fleytman <dmi...@daynix.com> > CC: Jason Wang <jasow...@redhat.com> > CC: Michael S. Tsirkin <m...@redhat.com> > CC: Hannes Reinecke <h...@suse.de> > CC: Paolo Bonzini <pbonz...@redhat.com> > CC: Alex Williamson <alex.william...@redhat.com> > CC: Markus Armbruster <arm...@redhat.com> > CC: Marcel Apfelbaum <mar...@redhat.com> > > 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 | 11 +++++--- > hw/pci/msix.c | 42 ++++++++++++++++++++++++----- > hw/scsi/megasas.c | 49 +++++++++++++++++++--------------- > hw/usb/hcd-xhci.c | 71 > ++++++++++++++++++++++++++++++-------------------- > hw/vfio/pci.c | 4 ++- > hw/virtio/virtio-pci.c | 11 ++++---- > include/hw/pci/msix.h | 5 ++-- > 12 files changed, 164 insertions(+), 101 deletions(-) > > -- > 2.1.0 > >