All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 00/10] Convert msix_init() to error
@ 2016-11-05  2:07 Cao jin
  2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 01/10] msix: Follow CODING_STYLE Cao jin
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Cao jin @ 2016-11-05  2:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: Jiri Pirko, Gerd Hoffmann, Dmitry Fleytman, Jason Wang,
	Michael S. Tsirkin, Hannes Reinecke, Paolo Bonzini,
	Alex Williamson, Markus Armbruster, Marcel Apfelbaum

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 <jiri@resnulli.us>
CC: Gerd Hoffmann <kraxel@redhat.com>
CC: Dmitry Fleytman <dmitry@daynix.com>
CC: Jason Wang <jasowang@redhat.com>
CC: Michael S. Tsirkin <mst@redhat.com>
CC: Hannes Reinecke <hare@suse.de>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Alex Williamson <alex.williamson@redhat.com>
CC: Markus Armbruster <armbru@redhat.com>
CC: Marcel Apfelbaum <marcel@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           |  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

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

end of thread, other threads:[~2016-11-11 17:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05  2:07 [Qemu-devel] [PATCH v6 00/10] Convert msix_init() to error Cao jin
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 01/10] msix: Follow CODING_STYLE Cao jin
2016-11-05 16:53   ` Marcel Apfelbaum
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 02/10] hcd-xhci: check & correct param before using it Cao jin
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 03/10] pci: Convert msix_init() to Error and fix callers to check it Cao jin
2016-11-05 16:53   ` Marcel Apfelbaum
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 04/10] megasas: change behaviour of msix switch Cao jin
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 05/10] hcd-xhci: " Cao jin
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 06/10] megasas: remove unnecessary megasas_use_msix() Cao jin
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 07/10] megasas: undo the overwrites of msi user configuration Cao jin
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 08/10] vmxnet3: fix reference leak issue Cao jin
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 09/10] vmxnet3: remove unnecessary internal msix flag Cao jin
2016-11-05  2:07 ` [Qemu-devel] [PATCH v6 10/10] msi_init: convert assert to return -errno Cao jin
2016-11-09 14:25 ` [Qemu-devel] [PATCH v6 00/10] Convert msix_init() to error Marcel Apfelbaum
2016-11-11 17:38 ` Michael S. Tsirkin

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.