qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/5] Convert msix_init() to error


From: Cao jin
Subject: [Qemu-devel] [PATCH v2 0/5] Convert msix_init() to error
Date: Tue, 23 Aug 2016 17:27:29 +0800

v2 changelog:
1. Separate one patch out: "e1000e: remove internal interrupt flag"
2. Separate coding style related code into  patch 2
3. Add commit message body for patch 1
3. Add function comment for msix_init() in patch 3
4. Convert msix_init_exclusive_bar() to error
5. Other minor changes to patch 3, according to Markus's suggestion.

Cao jin (5):
  msix_init: assert programming error
  msix: Follow CODING_STYLE
  pci: Convert msix_init() to Error and fix callers to check it
  megasas: remove unnecessary megasas_use_msix()
  megasas: undo the overwrites of user configuration

CC: Jiri Pirko <address@hidden>
CC: Gerd Hoffmann <address@hidden>
CC: Dmitry Fleytman <address@hidden>
CC: Jason Wang <address@hidden>
CC: Michael S. Tsirkin <address@hidden>
CC: Hannes Reinecke <address@hidden>
CC: Paolo Bonzini <address@hidden>
CC: Alex Williamson <address@hidden>
CC: Markus Armbruster <address@hidden>
CC: Marcel Apfelbaum <address@hidden>

 hw/block/nvme.c        |  5 +++-
 hw/misc/ivshmem.c      |  8 +++---
 hw/net/e1000e.c        |  2 +-
 hw/net/rocker/rocker.c |  4 ++-
 hw/net/vmxnet3.c       | 42 +++++++++--------------------
 hw/pci/msix.c          | 45 ++++++++++++++++++++++++--------
 hw/scsi/megasas.c      | 49 +++++++++++++++++++---------------
 hw/usb/hcd-xhci.c      | 71 ++++++++++++++++++++++++++++++--------------------
 hw/vfio/pci.c          |  7 +++--
 hw/virtio/virtio-pci.c |  8 ++----
 include/hw/pci/msix.h  |  5 ++--
 11 files changed, 140 insertions(+), 106 deletions(-)

-- 
2.1.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]