Re: [Qemu-devel] [PATCH V19 5/7] Add a TPM Passthrough backend driver implementation

2012-10-24 Thread Stefan Berger
On 09/27/2012 10:28 AM, Corey Bryant wrote: On 06/04/2012 03:37 PM, Stefan Berger wrote: + +/* borrowed from qemu-char.c */ +static int tpm_passthrough_unix_write(int fd, const uint8_t *buf, uint32_t len) +{ +return send_all(fd, buf, len); +} + +static int tpm_passthrough_unix_read(int f

Re: [Qemu-devel] [PATCH V19 5/7] Add a TPM Passthrough backend driver implementation

2012-09-27 Thread Corey Bryant
On 06/04/2012 03:37 PM, Stefan Berger wrote: From Andreas Niederl's original posting with adaptations where necessary: This patch is based of off version 9 of Stefan Berger's patch series "Qemu Trusted Platform Module (TPM) integration" and adds a new backend driver for it. This patch add

[Qemu-devel] [PATCH V19 5/7] Add a TPM Passthrough backend driver implementation

2012-06-04 Thread Stefan Berger
>From Andreas Niederl's original posting with adaptations where necessary: This patch is based of off version 9 of Stefan Berger's patch series "Qemu Trusted Platform Module (TPM) integration" and adds a new backend driver for it. This patch adds a passthrough backend driver for passing command