Re: [PATCH 0/8] tpm: Split hw/ vs backends/

2020-06-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200610200247.21378-1-phi...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash

Re: [PATCH 0/8] tpm: Split hw/ vs backends/

2020-06-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200610200247.21378-1-phi...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [PATCH 0/8] tpm: Split hw/ vs backends/

2020-06-10 Thread Philippe Mathieu-Daudé
On 6/10/20 10:09 PM, Marc-André Lureau wrote: > Hi > > On Thu, Jun 11, 2020 at 12:03 AM Philippe Mathieu-Daudé > mailto:phi...@redhat.com>> wrote: > > Hi, > > Today I started to review some vTPM patches and got very > confused by the files under hw/tpm/. In particular after >

Re: [PATCH 0/8] tpm: Split hw/ vs backends/

2020-06-10 Thread Philippe Mathieu-Daudé
On 6/10/20 10:02 PM, Philippe Mathieu-Daudé wrote: > Hi, > > Today I started to review some vTPM patches and got very > confused by the files under hw/tpm/. In particular after > running: > > $ git grep TYPE_TPM_BACKEND > backends/tpm.c:188:.name = TYPE_TPM_BACKEND, >

Re: [PATCH 0/8] tpm: Split hw/ vs backends/

2020-06-10 Thread Marc-André Lureau
Hi On Thu, Jun 11, 2020 at 12:03 AM Philippe Mathieu-Daudé wrote: > Hi, > > Today I started to review some vTPM patches and got very > confused by the files under hw/tpm/. In particular after > running: > > $ git grep TYPE_TPM_BACKEND > backends/tpm.c:188:.name = TYPE_TPM_BACKEND, >

[PATCH 0/8] tpm: Split hw/ vs backends/

2020-06-10 Thread Philippe Mathieu-Daudé
Hi, Today I started to review some vTPM patches and got very confused by the files under hw/tpm/. In particular after running: $ git grep TYPE_TPM_BACKEND backends/tpm.c:188:.name = TYPE_TPM_BACKEND, hw/tpm/tpm_emulator.c:985:.parent = TYPE_TPM_BACKEND,