From 3f8457febe5490313114b4e49ed7bb66b3df465c Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Wed, 30 Nov 2016 19:29:14 +0200 Subject: [PATCH] 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 --- docs/manual/manual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index 9d394b61..1268b0ef 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 ------