]> git.proxmox.com Git - qemu.git/blobdiff - qemu-doc.texi
qga/main.c: Don't use g_key_file_get/set_int64
[qemu.git] / qemu-doc.texi
index 2083e29a9788eeb2506122327d57e56312d2f2c3..af84bef0e922898210b2f3a07fae778334a35159 100644 (file)
@@ -865,6 +865,12 @@ qemu-img create -b sheepdog:///@var{base}#@var{tag} sheepdog:///@var{image}
 where @var{base} is a image name of the source snapshot and @var{tag}
 is its tag name.
 
+You can use an unix socket instead of an inet socket:
+
+@example
+qemu-system-i386 sheepdog+unix:///@var{image}?socket=@var{path}
+@end example
+
 If the Sheepdog daemon doesn't run on the local host, you need to
 specify one of the Sheepdog servers to connect to.
 @example