All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hw/block/nvme: fix wrong parameter name 'cross_read'
@ 2021-01-26  0:19 Minwoo Im
  2021-01-26  9:08 ` Klaus Jensen
  0 siblings, 1 reply; 2+ messages in thread
From: Minwoo Im @ 2021-01-26  0:19 UTC (permalink / raw)
  To: qemu-devel, qemu-block
  Cc: Keith Busch, Klaus Jensen, Minwoo Im, Kevin Wolf, Max Reitz

The actual parameter name is 'cross_read' rather than 'cross_zone_read'.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
---
 hw/block/nvme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/block/nvme.c b/hw/block/nvme.c
index 21aec90637fa..bf9134f73d81 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=<enable RAZB, default: false>
+ *     zoned.cross_read=<enable RAZB, default: false>
  *         Setting this property to true enables Read Across Zone Boundaries.
  */
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hw/block/nvme: fix wrong parameter name 'cross_read'
  2021-01-26  0:19 [PATCH] hw/block/nvme: fix wrong parameter name 'cross_read' Minwoo Im
@ 2021-01-26  9:08 ` Klaus Jensen
  0 siblings, 0 replies; 2+ messages in thread
From: Klaus Jensen @ 2021-01-26  9:08 UTC (permalink / raw)
  To: Minwoo Im; +Cc: Keith Busch, Kevin Wolf, qemu-devel, qemu-block, Max Reitz

[-- Attachment #1: Type: text/plain, Size: 778 bytes --]

On Jan 26 09:19, Minwoo Im wrote:
> The actual parameter name is 'cross_read' rather than 'cross_zone_read'.
> 
> Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
> ---
>  hw/block/nvme.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/block/nvme.c b/hw/block/nvme.c
> index 21aec90637fa..bf9134f73d81 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=<enable RAZB, default: false>
> + *     zoned.cross_read=<enable RAZB, default: false>
>   *         Setting this property to true enables Read Across Zone Boundaries.
>   */
>  

Thanks, applied!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-26  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26  0:19 [PATCH] hw/block/nvme: fix wrong parameter name 'cross_read' Minwoo Im
2021-01-26  9:08 ` Klaus Jensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.