summaryrefslogtreecommitdiffstats
path: root/docs/manual/SpiceUserManual.xml
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-01-13 20:01:42 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-01-20 12:18:15 +0100
commit7095563153af0e3481605eb5979ca8e6982d95cc (patch)
tree94c8deb74a74571478755ed75c079ba4f1724d10 /docs/manual/SpiceUserManual.xml
parent2ea58dd7a7ec2952e85814ead55d1694584aa471 (diff)
downloadspice-7095563153af0e3481605eb5979ca8e6982d95cc.tar.gz
spice-7095563153af0e3481605eb5979ca8e6982d95cc.tar.xz
spice-7095563153af0e3481605eb5979ca8e6982d95cc.zip
Add reference manual
This manual documents how to enable/use various SPICE features when creating a VM by running QEMU directly, or when using libvirt, or when using virt-manager. This is based on work by Lubos Kocman
Diffstat (limited to 'docs/manual/SpiceUserManual.xml')
-rw-r--r--docs/manual/SpiceUserManual.xml71
1 files changed, 71 insertions, 0 deletions
diff --git a/docs/manual/SpiceUserManual.xml b/docs/manual/SpiceUserManual.xml
new file mode 100644
index 00000000..d7106361
--- /dev/null
+++ b/docs/manual/SpiceUserManual.xml
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5.0/rng/docbookxi.rng" type="xml"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V5.0//EN"
+ "http://docbook.org/xml/5.0/dtd/docbook.dtd">
+<book xmlns="http://docbook.org/ns/docbook"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+ xml:lang="en">
+ <info>
+ <title>Spice User Manual</title>
+
+ <authorgroup>
+ <author>
+ <personname>Lubos Kocman</personname>
+ <email>lkocman@redhat.com</email>
+ </author>
+ <author>
+ <personname>Arnon Giloba</personname>
+ <email>agiloba@redhat.com</email>
+ </author>
+ <author>
+ <personname>Yaniv Kamay</personname>
+ <email>ykamay@redhat.com</email>
+ </author>
+ <author>
+ <personname>Christophe Fergeau</personname>
+ <email>cfergeau@redhat.com</email>
+ </author>
+ </authorgroup>
+
+ <copyright>
+ <year>2009</year>
+ <year>2010</year>
+ <year>2011</year>
+ <year>2013</year>
+ <holder>Red Hat, Inc.</holder>
+ </copyright>
+
+ <legalnotice>
+ <para>
+ Licensed under a Creative Commons Attribution-Share Alike 3.0 United States License
+ (see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://creativecommons.org/licenses/by-sa/3.0/us/legalcode">http://creativecommons.org/licenses/by-sa/3.0/us/legalcode</link>).
+ </para>
+ </legalnotice>
+ <releaseinfo>Draft 6</releaseinfo>
+ <pubdate>Built on <?dbtimestamp format="Y-m-d H:M:S"?></pubdate>
+
+ <cover>
+
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="resources/pepper.png" format="png">
+ <info>
+ <othercredit>
+ <personname>Lubos Kocman</personname>
+ </othercredit>
+ </info>
+ </imagedata>
+ </imageobject>
+ </mediaobject>
+ </cover>
+
+ </info>
+
+ <xi:include href="SpiceUserManual-Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ <xi:include href="SpiceUserManual-Basics.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ <xi:include href="SpiceUserManual-References.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ <xi:include href="SpiceUserManual-Guest.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ <xi:include href="SpiceUserManual-Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+</book>