From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYaRO-0003YO-EG for qemu-devel@nongnu.org; Wed, 24 Feb 2016 09:29:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYaRL-0008F6-7U for qemu-devel@nongnu.org; Wed, 24 Feb 2016 09:29:22 -0500 Date: Wed, 24 Feb 2016 14:29:15 +0000 From: Wei Yang Message-ID: <20160224142915.GA16721@vultr.guest> References: <1455895091-7589-1-git-send-email-richard.weiyang@gmail.com> <1455895091-7589-3-git-send-email-richard.weiyang@gmail.com> <20160224104015.4d3430fc.cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160224104015.4d3430fc.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH 2/2] s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries Reply-To: Wei Yang List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: qemu-trivial@nongnu.org, Christian Borntraeger , qemu-devel@nongnu.org, Wei Yang On Wed, Feb 24, 2016 at 10:40:15AM +0100, Cornelia Huck wrote: >On Fri, 19 Feb 2016 15:18:11 +0000 >Wei Yang wrote: > >> Even PCI_CAP_FLAGS has the same value as PCI_MSIX_FLAGS, the later one is >> the more proper on retrieving MSIX entries. >> >> This patch uses PCI_MSIX_FLAGS to retrieve the MSIX entries. >> >> Signed-off-by: Wei Yang >> CC: Cornelia Huck >> CC: Christian Borntraeger >> --- >> hw/s390x/s390-pci-bus.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > >Thanks, applied to s390-next. Thanks :-) -- Wei Yang Help you, Help me