qemu-devel
[Top][All Lists]
Advanced

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

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


From: Cao jin
Subject: [Qemu-devel] [PATCH 0/6] Convert msix_init() to error
Date: Wed, 17 Aug 2016 22:39:01 +0800

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>

Cao jin (6):
  msix_init: assert programming error
  pci: Convert msix_init() to Error and fix callers to check it
  e1000e: fix for migration compatibility
  e1000e: drop unnecessary funtions
  megasas: remove unnecessary megasas_use_msix()
  megasas: undo the overwrites of user configuration

 hw/misc/ivshmem.c      |  1 +
 hw/net/e1000e.c        | 54 ++++++++++++++------------------------
 hw/net/rocker/rocker.c |  2 +-
 hw/net/vmxnet3.c       | 42 +++++++++--------------------
 hw/pci/msix.c          | 24 ++++++++++-------
 hw/scsi/megasas.c      | 48 +++++++++++++++++++---------------
 hw/usb/hcd-xhci.c      | 71 ++++++++++++++++++++++++++++++--------------------
 hw/vfio/pci.c          |  7 +++--
 hw/virtio/virtio-pci.c |  7 ++---
 include/hw/pci/msix.h  |  3 ++-
 10 files changed, 129 insertions(+), 130 deletions(-)

-- 
2.1.0






reply via email to

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