From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc7rW-0000WW-LM for qemu-devel@nongnu.org; Tue, 23 Aug 2016 05:19:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bc7rT-00076y-CT for qemu-devel@nongnu.org; Tue, 23 Aug 2016 05:19:14 -0400 Received: from [59.151.112.132] (port=10901 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc7rS-00073H-TK for qemu-devel@nongnu.org; Tue, 23 Aug 2016 05:19:11 -0400 From: Cao jin Date: Tue, 23 Aug 2016 17:27:29 +0800 Message-ID: <1471944454-13895-1-git-send-email-caoj.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/5] Convert msix_init() to error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jiri Pirko , Gerd Hoffmann , Dmitry Fleytman , Jason Wang , "Michael S. Tsirkin" , Hannes Reinecke , Paolo Bonzini , Alex Williamson , Markus Armbruster , Marcel Apfelbaum 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 CC: Gerd Hoffmann CC: Dmitry Fleytman CC: Jason Wang CC: Michael S. Tsirkin CC: Hannes Reinecke CC: Paolo Bonzini CC: Alex Williamson CC: Markus Armbruster CC: Marcel Apfelbaum 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