]> git.ipfire.org Git - thirdparty/libvirt.git/commit
TPM support for QEMU command line
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 12 Apr 2013 20:55:46 +0000 (16:55 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 12 Apr 2013 20:55:46 +0000 (16:55 -0400)
commit291cfb83f3873a413d3e9ca37065b0a3b533d555
treea8297b64814d76e8dac6c25bddae3b547d1e08d2
parent22feb0d3e743fdc9c2dfe9f897165b3ccd3afc8b
TPM support for QEMU command line

For TPM passthrough device support create command line parameters like:

-tpmdev passthrough,id=tpm-tpm0,path=/dev/tpm0,cancel-path=/sys/class/misc/tpm0/device/cancel -device tpm-tis,tpmdev=tpm-tpm0,id=tpm0

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Reviewed-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
Tested-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
src/qemu/qemu_command.c