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

2019-01-20 Thread Max Reitz
On 20.01.19 06:55, Li Qiang wrote: > 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 configur

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

2019-01-19 Thread 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 o