]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qapi/block-core: Fix BlockdevOptionsNvmeIoUring @path description
authorAlberto Faria <afaria@redhat.com>
Tue, 8 Nov 2022 14:23:47 +0000 (14:23 +0000)
committerKevin Wolf <kwolf@redhat.com>
Thu, 10 Nov 2022 13:46:27 +0000 (14:46 +0100)
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 <sgarzare@redhat.com>
Signed-off-by: Alberto Faria <afaria@redhat.com>
Message-Id: <20221108142347.1322674-1-afaria@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qapi/block-core.json

index 6d904004f82c46fa89d7945918f4d19fcb5a0422..95ac4fa63422e71518aa69bd37ab6680e4b97dfe 100644 (file)
 #
 # Driver specific block device options for the nvme-io_uring backend.
 #
-# @path: path to the image file
+# @path: path to the NVMe namespace's character device (e.g. /dev/ng0n1).
 #
 # Since: 7.2
 ##