qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 00/11] tpm: Split hw/ vs backends/


From: Stefan Berger
Subject: Re: [PATCH v2 00/11] tpm: Split hw/ vs backends/
Date: Thu, 11 Jun 2020 12:21:06 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 6/11/20 12:02 PM, Philippe Mathieu-Daudé wrote:
Hi,

Yesterday 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,
   hw/tpm/tpm_passthrough.c:393:    .parent = TYPE_TPM_BACKEND,
   include/sysemu/tpm_backend.h:21:#define TYPE_TPM_BACKEND "tpm-backend"

As there is no particular reason to keep this mixed, clean it up.


THANK YOU for the cleanup.

   Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]