qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.10] qemu-options: Document the -drive locking parameter.
@ 2017-09-06  8:50 Richard W.M. Jones
  2017-09-06  8:59 ` Daniel P. Berrange
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Richard W.M. Jones @ 2017-09-06  8:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru, famz, kwolf, qemu-trivial, mjt

Commit 16b48d5d66d2 ("file-posix: Add 'locking' option") added this
option, but as it was not documented in the -help output it was not
easily possible to tell if a particular qemu binary supports it.

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
---
 qemu-options.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 9f6e2adfff..f8f95eb498 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -796,7 +796,7 @@ DEF("drive", HAS_ARG, QEMU_OPTION_drive,
     "       [,cache=writethrough|writeback|none|directsync|unsafe][,format=f]\n"
     "       [,serial=s][,addr=A][,rerror=ignore|stop|report]\n"
     "       [,werror=ignore|stop|report|enospc][,id=name][,aio=threads|native]\n"
-    "       [,readonly=on|off][,copy-on-read=on|off]\n"
+    "       [,readonly=on|off][,copy-on-read=on|off][,locking=off|auto|on]\n"
     "       [,discard=ignore|unmap][,detect-zeroes=on|off|unmap]\n"
     "       [[,bps=b]|[[,bps_rd=r][,bps_wr=w]]]\n"
     "       [[,iops=i]|[[,iops_rd=r][,iops_wr=w]]]\n"
-- 
2.13.2

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

end of thread, other threads:[~2017-09-12 12:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-06  8:50 [Qemu-devel] [PATCH for-2.10] qemu-options: Document the -drive locking parameter Richard W.M. Jones
2017-09-06  8:59 ` Daniel P. Berrange
2017-09-06  9:04   ` Richard W.M. Jones
2017-09-06  9:31 ` Richard W.M. Jones
2017-09-06 10:19 ` Kevin Wolf
2017-09-06 10:44   ` Richard W.M. Jones
2017-09-06 11:38     ` Kevin Wolf
2017-09-12  9:45       ` Richard W.M. Jones
2017-09-12 11:32         ` Kevin Wolf
2017-09-12 11:43           ` Richard W.M. Jones
2017-09-12 12:20             ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).