29 lines
749 B
Diff
29 lines
749 B
Diff
|
--- xen-4.2.2/tools/qemu-xen/qemu-options.hx.orig 2013-05-08 15:18:06.824805369 +0200
|
||
|
+++ xen-4.2.2/tools/qemu-xen/qemu-options.hx 2013-05-08 15:19:01.540111255 +0200
|
||
|
@@ -1518,18 +1518,13 @@
|
||
|
devices.
|
||
|
|
||
|
Syntax for specifying a sheepdog device
|
||
|
-@table @list
|
||
|
-``sheepdog:<vdiname>''
|
||
|
-
|
||
|
-``sheepdog:<vdiname>:<snapid>''
|
||
|
-
|
||
|
-``sheepdog:<vdiname>:<tag>''
|
||
|
-
|
||
|
-``sheepdog:<host>:<port>:<vdiname>''
|
||
|
-
|
||
|
-``sheepdog:<host>:<port>:<vdiname>:<snapid>''
|
||
|
-
|
||
|
-``sheepdog:<host>:<port>:<vdiname>:<tag>''
|
||
|
+@table @code
|
||
|
+@item sheepdog:<vdiname>
|
||
|
+@item sheepdog:<vdiname>:<snapid>
|
||
|
+@item sheepdog:<vdiname>:<tag>
|
||
|
+@item sheepdog:<host>:<port>:<vdiname>
|
||
|
+@item sheepdog:<host>:<port>:<vdiname>:<snapid>
|
||
|
+@item sheepdog:<host>:<port>:<vdiname>:<tag>
|
||
|
@end table
|
||
|
|
||
|
Example
|