[Qemu-devel] [PATCH v2 0/3] nvme small fix

Li Qiang posted 3 patches 5 years, 3 months ago
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190111020849.22674-1-liq3ea@gmail.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Keith Busch <keith.busch@intel.com>, Max Reitz <mreitz@redhat.com>
hw/block/nvme.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH v2 0/3] nvme small fix
Posted by Li Qiang 5 years, 3 months ago
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