Re: [libvirt] [PATCH] qemu: Pass file descriptor when using TPM passthrough

2014-09-22 Thread Stefan Berger
On 09/08/2014 09:05 PM, Stefan Berger wrote: From: Stefan Berger stef...@linux.vnet.ibm.com Pass the TPM file descriptor to QEMU via command line. Instead of passing /dev/tpm0 we now pass /dev/fdset/10 and the additional parameters -add-fd set=10,fd=20. This addresses the use case when QEMU is

Re: [libvirt] [PATCH] qemu: Pass file descriptor when using TPM passthrough

2014-09-12 Thread Stefan Berger
On 09/08/2014 09:05 PM, Stefan Berger wrote: From: Stefan Berger stef...@linux.vnet.ibm.com Pass the TPM file descriptor to QEMU via command line. Instead of passing /dev/tpm0 we now pass /dev/fdset/10 and the additional parameters -add-fd set=10,fd=20. This addresses the use case when QEMU is

[libvirt] [PATCH] qemu: Pass file descriptor when using TPM passthrough

2014-09-09 Thread Stefan Berger
From: Stefan Berger stef...@linux.vnet.ibm.com Pass the TPM file descriptor to QEMU via command line. Instead of passing /dev/tpm0 we now pass /dev/fdset/10 and the additional parameters -add-fd set=10,fd=20. This addresses the use case when QEMU is started with non-root privileges and QEMU

[libvirt] [PATCH] qemu: Pass file descriptor when using TPM passthrough

2014-09-08 Thread Stefan Berger
From: Stefan Berger stef...@linux.vnet.ibm.com Pass the TPM file descriptor to QEMU via command line. Instead of passing /dev/tpm0 we now pass /dev/fdset/10 and the additional parameters -add-fd set=10,fd=20. This addresses the use case when QEMU is started with non-root privileges and QEMU