Re: [PATCH] qapi/block-core: Fix BlockdevOptionsNvmeIoUring @path description

2022-11-10 Thread Kevin Wolf
Am 08.11.2022 um 15:23 hat Alberto Faria geschrieben: > The nvme-io_uring BlockDriver's path option must point at the character > device of an NVMe namespace, not at an image file. > > Fixes: fd66dbd424f5 ("blkio: add libblkio block driver") > Suggested-by: Stefano Garzarella > Signed-off-by: Alb

Re: [PATCH] qapi/block-core: Fix BlockdevOptionsNvmeIoUring @path description

2022-11-09 Thread Stefano Garzarella
On Tue, Nov 08, 2022 at 02:23:47PM +, Alberto Faria wrote: The nvme-io_uring BlockDriver's path option must point at the character device of an NVMe namespace, not at an image file. Fixes: fd66dbd424f5 ("blkio: add libblkio block driver") Suggested-by: Stefano Garzarella Signed-off-by: Albe

[PATCH] qapi/block-core: Fix BlockdevOptionsNvmeIoUring @path description

2022-11-08 Thread Alberto Faria
The nvme-io_uring BlockDriver's path option must point at the character device of an NVMe namespace, not at an image file. Fixes: fd66dbd424f5 ("blkio: add libblkio block driver") Suggested-by: Stefano Garzarella Signed-off-by: Alberto Faria --- qapi/block-core.json | 2 +- 1 file changed, 1 in