[libvirt] [PATCH] smartcard: spell ccid-card-emulated qemu property correctly

Eric Blake eblake at redhat.com
Mon Apr 1 22:57:00 UTC 2013


Reported by Anthony Messina in
https://bugzilla.redhat.com/show_bug.cgi?id=904692
Present since introduction of smartcard support in commit f5fd9baa

* src/qemu/qemu_command.c (qemuBuildCommandLine): Match qemu spelling.
---

No one has spotted my bug, latent since Feb 2011, until now.  I
guess smartcard use is not very common...

 src/qemu/qemu_command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
index a0c278f..59a6061 100644
--- a/src/qemu/qemu_command.c
+++ b/src/qemu/qemu_command.c
@@ -6843,7 +6843,7 @@ qemuBuildCommandLine(virConnectPtr conn,
             } else {
                 database = VIR_DOMAIN_SMARTCARD_DEFAULT_DATABASE;
             }
-            virBufferAsprintf(&opt, ",database=%s", database);
+            virBufferAsprintf(&opt, ",db=%s", database);
             break;

         case VIR_DOMAIN_SMARTCARD_TYPE_PASSTHROUGH:
-- 
1.8.1.4




More information about the libvir-list mailing list