qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 01/10] hw/tpm: Clean includes


From: Richard Henderson
Subject: Re: [PATCH 01/10] hw/tpm: Clean includes
Date: Sun, 6 Feb 2022 10:48:05 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/4/22 06:37, Philippe Mathieu-Daudé wrote:
"tpm_ppi.h" only requires to include "exec/memory.h" to get
the MemoryRegion declaration.

tpm_ppi.c requires "hw/qdev-core.h" to use the DEVICE() macro,
tpm_crb.c is the only source file requiring "exec/address-spaces.h".

Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  hw/tpm/tpm_crb.c | 1 +
  hw/tpm/tpm_ppi.c | 4 ++--
  hw/tpm/tpm_ppi.h | 4 ++--
  3 files changed, 5 insertions(+), 4 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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