[Spice-devel] [PATCH 1/2] spice-user-manual: add id=ccid to qemu command line
Uri Lublin
uril at redhat.com
Tue Nov 29 15:06:53 UTC 2016
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>
---
spice-user-manual.asc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spice-user-manual.asc b/spice-user-manual.asc
index 3340341..17f98f1 100644
--- a/spice-user-manual.asc
+++ b/spice-user-manual.asc
@@ -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
------
--
2.9.3
More information about the Spice-devel
mailing list