]> git.ipfire.org Git - thirdparty/libvirt.git/commit
smartcard: turn on qemu support
authorEric Blake <eblake@redhat.com>
Thu, 13 Jan 2011 00:09:45 +0000 (17:09 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 4 Feb 2011 02:32:41 +0000 (19:32 -0700)
commitf5fd9baac1db4d1570ba22ec21cd7c508c9afdb1
tree24a967fa19cddc64a9c8826153edfaa858bd6ffa
parent32e52134ff783fa3df9025c3ebb467e3f2ef9567
smartcard: turn on qemu support

* src/qemu/qemu_command.c (qemuBuildCommandLine): Emit smartcard
options.
(qemuAssignDeviceAliases): Assign an alias for smartcards.
(qemuBuildControllerDevStr): Manage the usb-ccid controller.
* tests/qemuxml2argvtest.c (mymain): Add new tests.
* tests/qemuxml2argvdata/qemuxml2argv-smartcard-host.args: New
file.
* tests/qemuxml2argvdata/qemuxml2argv-smartcard-host-certificates.args:
Likewise.
* tests/qemuxml2argvdata/qemuxml2argv-smartcard-passthrough.args:
Likewise.
* tests/qemuxml2argvdata/qemuxml2argv-smartcard-controller.args:
Likewise.
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-smartcard-controller.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-smartcard-host-certificates.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-smartcard-host.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-smartcard-passthrough-tcp.args [new file with mode: 0644]
tests/qemuxml2argvtest.c