qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] nvme small fix
@ 2019-01-20  5:55 Li Qiang
  2019-01-20  5:55 ` [Qemu-devel] [PATCH 1/3] nvme: use TYPE_NVME instead of constant string Li Qiang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Li Qiang @ 2019-01-20  5:55 UTC (permalink / raw)
  To: keith.busch, kwolf, mreitz, philmd; +Cc: qemu-block, qemu-devel, Li Qiang

This patchset contains small fix.

Change since v2:
For patch 2:
1. add nvme command
2. check num_queues first

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-21  0:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-20  5:55 [Qemu-devel] [PATCH 0/3] nvme small fix Li Qiang
2019-01-20  5:55 ` [Qemu-devel] [PATCH 1/3] nvme: use TYPE_NVME instead of constant string Li Qiang
2019-01-20  5:55 ` [Qemu-devel] [PATCH 2/3] nvme: ensure the num_queues is not zero Li Qiang
2019-01-20  5:55 ` [Qemu-devel] [PATCH 3/3] nvme: use pci_dev directly in nvme_realize Li Qiang
2019-01-21  0:10 ` [Qemu-devel] [PATCH 0/3] nvme small fix Max Reitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).