Re: [PATCH v5 05/10] conf, qemu, security, tests: introducing 'def->tpms' array

2020-05-27 Thread Daniel Henrique Barboza
On 5/27/20 3:42 PM, Stefan Berger wrote: On 5/21/20 9:07 AM, Daniel Henrique Barboza wrote: A TPM Proxy device can coexist with a regular TPM, but the [...] diff --git a/src/qemu/qemu_domain_address.c b/src/qemu/qemu_domain_address.c index 07431343ed..4c26070022 100644 --- a/src/qemu/qem

Re: [PATCH v5 05/10] conf, qemu, security, tests: introducing 'def->tpms' array

2020-05-27 Thread Stefan Berger
On 5/21/20 9:07 AM, Daniel Henrique Barboza wrote: A TPM Proxy device can coexist with a regular TPM, but the current domain definition supports only a single TPM device in the 'tpm' pointer. This patch replaces this existing pointer in the domain definition to an array of TPM devices. All files

[PATCH v5 05/10] conf, qemu, security, tests: introducing 'def->tpms' array

2020-05-21 Thread Daniel Henrique Barboza
A TPM Proxy device can coexist with a regular TPM, but the current domain definition supports only a single TPM device in the 'tpm' pointer. This patch replaces this existing pointer in the domain definition to an array of TPM devices. All files that references the old pointer were adapted to hand