From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWWQj-0002UJ-8C for qemu-devel@nongnu.org; Sun, 17 Jan 2010 09:48:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWWQe-0002RB-Ar for qemu-devel@nongnu.org; Sun, 17 Jan 2010 09:48:40 -0500 Received: from [199.232.76.173] (port=53798 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWWQe-0002R5-8m for qemu-devel@nongnu.org; Sun, 17 Jan 2010 09:48:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4108) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWWQd-0008VK-OC for qemu-devel@nongnu.org; Sun, 17 Jan 2010 09:48:35 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0HEmYZ9009901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 17 Jan 2010 09:48:35 -0500 From: Naphtali Sprei Date: Sun, 17 Jan 2010 16:48:14 +0200 Message-Id: <1263739695-13043-4-git-send-email-nsprei@redhat.com> In-Reply-To: <1263739695-13043-3-git-send-email-nsprei@redhat.com> References: <1263739695-13043-1-git-send-email-nsprei@redhat.com> <1263739695-13043-2-git-send-email-nsprei@redhat.com> <1263739695-13043-3-git-send-email-nsprei@redhat.com> Subject: [Qemu-devel] [PATCH v2 3/4] Added drives' readonly option List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Naphtali Sprei Signed-off-by: Naphtali Sprei --- qemu-options.hx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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" -- 1.6.3.3