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@redhat.com>
This commit is contained in:
Uri Lublin 2016-11-30 19:29:14 +02:00
parent 8da22558b7
commit 3f8457febe

View File

@ -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
------