qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 08/21] qemu-options.hx: Document missing -drive opti


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 08/21] qemu-options.hx: Document missing -drive options
Date: Tue, 19 Jul 2011 12:15:11 +0200

From: Luiz Capitulino <address@hidden>

They are 'werror', 'rerror' and 'readonly'.

Signed-off-by: Luiz Capitulino <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>
---
 qemu-options.hx |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index e6d7adc..64114dd 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -160,6 +160,14 @@ an untrusted format header.
 This option specifies the serial number to assign to the device.
 @item address@hidden
 Specify the controller's PCI address (if=virtio only).
address@hidden address@hidden,address@hidden
+Specify which @var{action} to take on write and read errors. Valid actions are:
+"ignore" (ignore the error and try to continue), "stop" (pause QEMU),
+"report" (report the error to the guest), "enospc" (pause QEMU only if the
+host disk is full; report the error to the guest otherwise).
+The default setting is @option{werror=enospc} and @option{rerror=report}.
address@hidden readonly
+Open drive @option{file} as read-only. Guest write attempts will fail.
 @end table
 
 By default, writethrough caching is used for all block device.  This means that
-- 
1.7.6




reply via email to

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