From: Minwoo Im Date: Tue, 26 Jan 2021 00:19:24 +0000 (+0900) Subject: hw/block/nvme: fix wrong parameter name 'cross_read' X-Git-Tag: qemu-xen-4.16.0-rc4~346^2~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=74cbbf3031e92c44bb138f16d3f0dc46ca2bc84c;p=qemu-xen.git hw/block/nvme: fix wrong parameter name 'cross_read' The actual parameter name is 'cross_read' rather than 'cross_zone_read'. Signed-off-by: Minwoo Im Signed-off-by: Klaus Jensen --- diff --git a/hw/block/nvme.c b/hw/block/nvme.c index 2335739bdb..e562d7467b 100644 --- a/hw/block/nvme.c +++ b/hw/block/nvme.c @@ -81,7 +81,7 @@ * The default value means there is no limit to the number of * concurrently open zones. * - * zoned.cross_zone_read= + * zoned.cross_read= * Setting this property to true enables Read Across Zone Boundaries. */