qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] doc: add -drive rerror=, werror= to qemu --help


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] doc: add -drive rerror=, werror= to qemu --help output
Date: Wed, 23 Apr 2014 11:40:13 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 23.04.2014 um 09:36 hat Stefan Hajnoczi geschrieben:
> These options are already documented on the man page but missing from
> qemu --help.
> 
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
>  qemu-options.hx | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 2d33815..664ad87 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -408,7 +408,8 @@ DEF("drive", HAS_ARG, QEMU_OPTION_drive,
>      "-drive [file=file][,if=type][,bus=n][,unit=m][,media=d][,index=i]\n"
>      "       [,cyls=c,heads=h,secs=s[,trans=t]][,snapshot=on|off]\n"
>      "       
> [,cache=writethrough|writeback|none|directsync|unsafe][,format=f]\n"
> -    "       [,serial=s][,addr=A][,id=name][,aio=threads|native]\n"
> +    "       [,serial=s][,addr=A][,rerror=ignore|stop|report|enospc]\n"

enospc doesn't exist for rerror.

> +    "       
> [,werror=ignore|stop|report|enospc][,id=name][,aio=threads|native]\n"
>      "       [,readonly=on|off][,copy-on-read=on|off]\n"
>      "       [[,bps=b]|[[,bps_rd=r][,bps_wr=w]]]\n"
>      "       [[,iops=i]|[[,iops_rd=r][,iops_wr=w]]]\n"

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]