From a1171a8fa8e97cc60bfbb7338f677007077e4dc2 Mon Sep 17 00:00:00 2001 From: Rusty Bird Date: Wed, 10 Jan 2018 21:57:54 +0000 Subject: [PATCH] qvm-device.rst: Document '--ro' option --- doc/manpages/qvm-device.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/manpages/qvm-device.rst b/doc/manpages/qvm-device.rst index acf308e..e056a3a 100644 --- a/doc/manpages/qvm-device.rst +++ b/doc/manpages/qvm-device.rst @@ -59,6 +59,11 @@ Attach the device with *DEVICE_ID* from *BACKEND_DOMAIN* to the domain *VMNAME* specify this option multiple times. See below for options specific to different device classes. +.. option:: --ro + + Alias for the `read-only=yes` option. If you specify both `--ro` and + `--option read-only=no`, `--ro` takes precedence. + .. option:: --persistent, -p Attach device persistently, which means have it attached also after qube restart.