ping
On 08/23/2016 05:27 PM, Cao jin wrote:
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 <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>
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(-)
--
Yours Sincerely,
Cao jin