From patchwork Thu Oct 27 09:35:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Documentation: add new section for device URL syntax for special files and describe the iSCSI URL with examples Date: Wed, 26 Oct 2011 23:35:34 -0000 From: Kevin Wolf X-Patchwork-Id: 122099 Message-Id: <4EA925E6.2080002@redhat.com> To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Ronnie Sahlberg Am 27.10.2011 09:14, schrieb Stefan Hajnoczi: > On Wed, Oct 26, 2011 at 11:51:37PM +1100, Ronnie Sahlberg wrote: >> >> Signed-off-by: Ronnie Sahlberg >> --- >> qemu-options.hx | 42 ++++++++++++++++++++++++++++++++++++++++++ >> 1 files changed, 42 insertions(+), 0 deletions(-) > > Good idea, thanks for adding documentation. > > Reviewed-by: Stefan Hajnoczi Breaks the build. I'll amend the commit with the following changes: DEFHEADING(Device URL Syntax:) @@ -1727,7 +1728,6 @@ In addition to using normal file images for the emulated storage devices, QEMU can also use networked resources such as iSCSI devices. These are specified using a special URL syntax. -STEXI @table @option @item iSCSI iSCSI support allows QEMU to access iSCSI resources directly and use as @@ -1744,7 +1744,7 @@ qemu -cdrom iscsi://192.0.2.1/iqn.2001-04.com.example/2 \ Example (CHAP username/password via URL): @example -qemu --drive file=iscsi://user%password@192.0.2.1/iqn.2001-04.com.example/1 +qemu --drive file=iscsi://user%password@@192.0.2.1/iqn.2001-04.com.example/1 @end example Example (CHAP username/password via environment variables): diff --git a/qemu-options.hx b/qemu-options.hx index 7c434f8..f967fb9 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1719,6 +1719,7 @@ Connect to a spice virtual machine channel, such as vdiport. @end table ETEXI +STEXI DEFHEADING()