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 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(-)

Thanks, applied to my block branch:

https://git.xanclic.moe/XanClic/qemu/commits/branch/block

Max



signature.asc
Description: OpenPGP digital signature


[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 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