mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 17:07:15 +00:00
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:
parent
8da22558b7
commit
3f8457febe
@ -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
|
||||
------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user