Message ID | 1263739695-13043-4-git-send-email-nsprei@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/qemu-options.hx b/qemu-options.hx index e2edd71..4617867 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -103,7 +103,7 @@ 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][,format=f][,serial=s]\n" - " [,addr=A][,id=name][,aio=threads|native]\n" + " [,addr=A][,id=name][,aio=threads|native][,readonly=on|off]\n" " use 'file' as a drive image\n") DEF("set", HAS_ARG, QEMU_OPTION_set, "-set group.id.arg=value\n"
Signed-off-by: Naphtali Sprei <nsprei@redhat.com> --- qemu-options.hx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)