[Spice-commits] 2 commits - docs/manual
Christophe Fergau
teuf at kemper.freedesktop.org
Thu Nov 19 09:57:35 PST 2015
docs/manual/manual.txt | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
New commits:
commit 1f41c295d9bcd3871f140527b2bbe6cf12037cd8
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Nov 19 11:25:04 2015 +0100
manual: Document path to vdagent logs on Windows
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index f6aa86f..2c0035a 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -1159,6 +1159,10 @@ Agent
On Linux, `journalctl -t spice-vdagentd -t spice-vdagent` will display the agent log messages.
spice-vdagent can also be restarted by hand with the `-d` argument in order to display more logs.
+On Windows, the agent logs can be found in `C:\WINDOWS\TEMP\VDAGENT.LOG` and
+`C:\WINDOWS\TEMP\VDSERVICE.LOG`
+
+
Recording/replaying SPICE server traffic
----------------------------------------
commit 0050ab7a4e8051fe727cd511f1fad789e804d5d0
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Nov 19 11:21:36 2015 +0100
manual: Small formatting fixes
The XML namespace to use with libvirt when adding custom QEMU arguments
looks better in a monospace font.
asciidoc will also replace the '->' in '<->' with an arrow character,
which looks bad. This commit reformulates the sentence to avoid the use
of <->
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 8d06aa2..f6aa86f 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -1134,7 +1134,7 @@ The corresponding libvirt XML is:
-------------------------------------------------
(don't forget to add the
-xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0' attribute to the
+`xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'` attribute to the
toplevel `<domain>` node)
@@ -1142,7 +1142,7 @@ You can go up to 12 (or more, look for DEBUG_PRINT in the driver), you get reall
* 3 - will give you all the highlevel commands (DrvCopyBits, DrvBitBlt, etc.)
* 6 - will also show QXLGetBitMap
- * 11 - will show caching of images (this is a driver cache, not to be confused with the server<->client shared cache).
+ * 11 - will show caching of images (this is a driver cache, not to be confused with the cache shared between server and client).
.qxl.cmdlog QEMU parameter
More information about the Spice-commits
mailing list