From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWmpD-0008Bn-AU for qemu-devel@nongnu.org; Fri, 19 Feb 2016 10:18:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWmp8-0004lS-By for qemu-devel@nongnu.org; Fri, 19 Feb 2016 10:18:31 -0500 From: Wei Yang Date: Fri, 19 Feb 2016 15:18:09 +0000 Message-Id: <1455895091-7589-1-git-send-email-richard.weiyang@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] use PCI_MSIX_FLAGS on retrieving the MSIX entries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Wei Yang These two patches replace the PCI_CAP_FLAGS with PCI_MSIX_FLAGS on retrieving the MSIX entries. The change is the same, while I put them in two patches for different author to review. Wei Yang (2): vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries hw/s390x/s390-pci-bus.c | 2 +- hw/vfio/pci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 1.7.9.5