From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghmFo-0008GU-Fs for qemu-devel@nongnu.org; Thu, 10 Jan 2019 21:09:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghmFn-0004bD-VR for qemu-devel@nongnu.org; Thu, 10 Jan 2019 21:09:00 -0500 From: Li Qiang Date: Fri, 11 Jan 2019 10:08:46 +0800 Message-Id: <20190111020849.22674-1-liq3ea@gmail.com> Subject: [Qemu-devel] [PATCH v2 0/3] nvme small fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: keith.busch@intel.com, kwolf@redhat.com, mreitz@redhat.com Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Li Qiang This patchset contains small fix. Change since v1: 1. drop the patch of checking return value of msix_init_exclusive_bar 2. return when nvme's num_queues configuration is 0 Li Qiang (3): nvme: use TYPE_NVME instead of constant string nvme: ensure the num_queues is not zero nvme: use pci_dev directly in nvme_realize hw/block/nvme.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) -- 2.17.1