[PATCH 0/3] block/nvme: Use NvmeBar structure from "block/nvme.h"

Philippe Mathieu-Daudé posted 3 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200904124130.583838-1-philmd@redhat.com
block/nvme.c | 43 +++++++++++++++----------------------------
1 file changed, 15 insertions(+), 28 deletions(-)
[PATCH 0/3] block/nvme: Use NvmeBar structure from "block/nvme.h"
Posted by Philippe Mathieu-Daudé 3 years, 7 months ago
Cleanups in the NVMeRegs structure:
- Use the already existing NvmeBar structure from "block/nvme.h"
- Pair doorbell registers

Based-on: <20200903122803.405265-1-philmd@redhat.com>

Philippe Mathieu-Daudé (3):
  block/nvme: Group controller registers in NVMeRegs structure
  block/nvme: Use generic NvmeBar structure
  block/nvme: Pair doorbell registers

 block/nvme.c | 43 +++++++++++++++----------------------------
 1 file changed, 15 insertions(+), 28 deletions(-)

-- 
2.26.2

Re: [PATCH 0/3] block/nvme: Use NvmeBar structure from "block/nvme.h"
Posted by Fam Zheng 3 years, 7 months ago
On 2020-09-04 14:41, Philippe Mathieu-Daudé wrote:
> Cleanups in the NVMeRegs structure:
> - Use the already existing NvmeBar structure from "block/nvme.h"
> - Pair doorbell registers
> 
> Based-on: <20200903122803.405265-1-philmd@redhat.com>
> 
> Philippe Mathieu-Daudé (3):
>   block/nvme: Group controller registers in NVMeRegs structure
>   block/nvme: Use generic NvmeBar structure
>   block/nvme: Pair doorbell registers
> 
>  block/nvme.c | 43 +++++++++++++++----------------------------
>  1 file changed, 15 insertions(+), 28 deletions(-)
> 
> -- 
> 2.26.2
> 
> 

Reviewed-by: Fam Zheng <fam@euphon.net>


Re: [PATCH 0/3] block/nvme: Use NvmeBar structure from "block/nvme.h"
Posted by Klaus Jensen 3 years, 7 months ago
On Sep  4 14:41, Philippe Mathieu-Daudé wrote:
> Cleanups in the NVMeRegs structure:
> - Use the already existing NvmeBar structure from "block/nvme.h"
> - Pair doorbell registers
> 
> Based-on: <20200903122803.405265-1-philmd@redhat.com>
> 
> Philippe Mathieu-Daudé (3):
>   block/nvme: Group controller registers in NVMeRegs structure
>   block/nvme: Use generic NvmeBar structure
>   block/nvme: Pair doorbell registers
> 
>  block/nvme.c | 43 +++++++++++++++----------------------------
>  1 file changed, 15 insertions(+), 28 deletions(-)
> 

Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Re: [PATCH 0/3] block/nvme: Use NvmeBar structure from "block/nvme.h"
Posted by Kevin Wolf 3 years, 7 months ago
Am 04.09.2020 um 14:41 hat Philippe Mathieu-Daudé geschrieben:
> Cleanups in the NVMeRegs structure:
> - Use the already existing NvmeBar structure from "block/nvme.h"
> - Pair doorbell registers
> 
> Based-on: <20200903122803.405265-1-philmd@redhat.com>

Thanks, applied to the block branch.

Kevin