diff options
author | Alberto Faria | 2022-11-08 15:23:47 +0100 |
---|---|---|
committer | Kevin Wolf | 2022-11-10 14:46:27 +0100 |
commit | c78532652265f03a2a2fbc239821eda34b967272 (patch) | |
tree | c4503d97cc2c3ea22d49097e2ed09adefef56fe6 /qapi | |
parent | iotests/151: Test active requests on mirror start (diff) | |
download | qemu-c78532652265f03a2a2fbc239821eda34b967272.tar.gz qemu-c78532652265f03a2a2fbc239821eda34b967272.tar.xz qemu-c78532652265f03a2a2fbc239821eda34b967272.zip |
qapi/block-core: Fix BlockdevOptionsNvmeIoUring @path description
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>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 6d904004f8..95ac4fa634 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -3704,7 +3704,7 @@ # # 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 ## |