[virt-tools-list] [virt-manager PATCH v2 0/4] Add support for TPM passthrough

2013-06-25 Thread Stefan Berger
Add support for the QEMU TPM passthrough device that is supported by libvirt: http://libvirt.org/formatdomain.html#elementsTpm I added the choice of the backend device even though only one backend type (passthrough) is supported right now, but we are working on getting another TPM backend into QE

Re: [virt-tools-list] [virt-manager PATCH v2 0/4] Add support for TPM passthrough

2013-06-26 Thread Cole Robinson
On 06/25/2013 09:45 PM, Stefan Berger wrote: > Add support for the QEMU TPM passthrough device that is supported by libvirt: > > http://libvirt.org/formatdomain.html#elementsTpm > > I added the choice of the backend device even though only one backend > type (passthrough) is supported right now,

Re: [virt-tools-list] [virt-manager PATCH v2 0/4] Add support for TPM passthrough

2013-06-27 Thread Stefan Berger
On 06/26/2013 07:48 PM, Cole Robinson wrote: On 06/25/2013 09:45 PM, Stefan Berger wrote: Add support for the QEMU TPM passthrough device that is supported by libvirt: http://libvirt.org/formatdomain.html#elementsTpm I added the choice of the backend device even though only one backend type (p

Re: [virt-tools-list] [virt-manager PATCH v2 0/4] Add support for TPM passthrough

2013-06-28 Thread Cole Robinson
On 06/27/2013 06:30 PM, Stefan Berger wrote: > On 06/26/2013 07:48 PM, Cole Robinson wrote: >> On 06/25/2013 09:45 PM, Stefan Berger wrote: >>> Add support for the QEMU TPM passthrough device that is supported by >>> libvirt: >>> >>> http://libvirt.org/formatdomain.html#elementsTpm >>> >>> I added