[Spice-commits] 3 commits - docs/manual
Uri Lublin
uril at kemper.freedesktop.org
Thu Dec 1 10:13:20 UTC 2016
docs/manual/manual.txt | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
New commits:
commit 1f800090ef671e9fccb49ed64c01a85b6eb0890a
Author: Uri Lublin <uril at redhat.com>
Date: Wed Nov 30 19:39:01 2016 +0200
manual: usbredir: remove the note about usbclerk
The usbdk driver is preferred over usbclerk.
Signed-off-by: Uri Lublin <uril at redhat.com>
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 7fe8049..20d2cc6 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -535,10 +535,6 @@ which are described when running remote-viewer with `--help-spice`.
To get USB redirection working on Windows clients, you need to install
http://www.spice-space.org/download/windows/usbdk/[UsbDk]
-[NOTE]
-You may need additional services running in the client, such as the
-Spice USB Clerk service on Windows.
-
CAC smartcard redirection
=========================
commit a668da95a49df9c93ec210846471c5ec802793f6
Author: Uri Lublin <uril at redhat.com>
Date: Wed Nov 30 19:33:34 2016 +0200
manual: move usbdk to the client subsection
Also added "clients" to the sentence to make it clear
that usbdk is to be installed on the client machine.
Signed-off-by: Uri Lublin <uril at redhat.com>
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 1268b0e..7fe8049 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -532,6 +532,9 @@ remote-viewer, you can select which USB devices to redirect in
established. There are also various command line redirection options
which are described when running remote-viewer with `--help-spice`.
+To get USB redirection working on Windows clients, you need to install
+http://www.spice-space.org/download/windows/usbdk/[UsbDk]
+
[NOTE]
You may need additional services running in the client, such as the
Spice USB Clerk service on Windows.
@@ -1023,9 +1026,6 @@ The recommended way of getting all the needed drivers installed is to
use the all-in-one Spice guest tools installer which can be found on
http://spice-space.org/download/windows/spice-guest-tools/[spice-space.org].
-To get USB redirection working on Windows, you need to install
-http://www.spice-space.org/download/windows/usbdk/[UsbDk]
-
If you want to manually install them, the QXL driver can be downloaded
from http://spice-space.org/download/windows/qxl/[this location] ,
agent builds can be found
commit 3f8457febe5490313114b4e49ed7bb66b3df465c
Author: Uri Lublin <uril at redhat.com>
Date: Wed Nov 30 19:29:14 2016 +0200
manual: smartcard: add id=ccid to qemu command line
Add it to "-chardev spicevmc" option.
Without it I get:
qemu-system-x86_64: -chardev spicevmc,name=smartcard: chardev: no id specified
Signed-off-by: Uri Lublin <uril at redhat.com>
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 9d394b6..1268b0e 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -576,7 +576,7 @@ With the qemu command line, you must add a USB CCID device, and a
name "smartcard":
[source,sh]
--device usb-ccid -chardev spicevmc,name=smartcard -device ccid-card-passthru,chardev=ccid
+-device usb-ccid -chardev spicevmc,name=smartcard,id=ccid -device ccid-card-passthru,chardev=ccid
Client
------
More information about the Spice-commits
mailing list