]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/block/nvme: fix wrong parameter name 'cross_read'
authorMinwoo Im <minwoo.im.dev@gmail.com>
Tue, 26 Jan 2021 00:19:24 +0000 (09:19 +0900)
committerKlaus Jensen <k.jensen@samsung.com>
Mon, 8 Feb 2021 20:15:54 +0000 (21:15 +0100)
The actual parameter name is 'cross_read' rather than 'cross_zone_read'.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
hw/block/nvme.c

index 2335739bdb17c72ad4372b1a5ce2ed7b2682d8a3..e562d7467b3b3f417016d1dd08a33d3c37ddfcc8 100644 (file)
@@ -81,7 +81,7 @@
  *         The default value means there is no limit to the number of
  *         concurrently open zones.
  *
- *     zoned.cross_zone_read=<enable RAZB, default: false>
+ *     zoned.cross_read=<enable RAZB, default: false>
  *         Setting this property to true enables Read Across Zone Boundaries.
  */