From 63922c647730eba01865e05bf1e80dd7d682e287 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Sat, 19 Oct 2013 17:52:33 +0100 Subject: qapi: fix documentation example The QMP wire format uses "", not '', around strings. * docs/qapi-code-gen.txt: Fix typo. Signed-off-by: Eric Blake Signed-off-by: Michael Tokarev --- docs/qapi-code-gen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/qapi-code-gen.txt b/docs/qapi-code-gen.txt index 91f44d01b9..0728f36c65 100644 --- a/docs/qapi-code-gen.txt +++ b/docs/qapi-code-gen.txt @@ -164,7 +164,7 @@ This example allows using both of the following example objects: { "file": "my_existing_block_device_id" } { "file": { "driver": "file", "readonly": false, - 'filename': "/tmp/mydisk.qcow2" } } + "filename": "/tmp/mydisk.qcow2" } } === Commands === -- cgit v1.2.1 From 5f32804c79ba9554e62c9699db83ee34df8a46c1 Mon Sep 17 00:00:00 2001 From: WengFan Date: Fri, 25 Oct 2013 11:18:22 -0400 Subject: docs/ccid.txt: fix the typo Signed-off-by: WengFan Reviewed-by: Eric Blake Signed-off-by: Michael Tokarev --- docs/ccid.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ccid.txt b/docs/ccid.txt index 8bbaa940c3..83c174db26 100644 --- a/docs/ccid.txt +++ b/docs/ccid.txt @@ -52,7 +52,7 @@ Configuring and building: Assuming you have a working smartcard on the host with the current user, using NSS, qemu acts as another NSS client using ccid-card-emulated: - qemu -usb -device usb-ccid -device ccid-card-emualated + qemu -usb -device usb-ccid -device ccid-card-emulated 4. Using ccid-card-emulated with certificates -- cgit v1.2.1