qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/3] target/arm/hvf: Add trace.h header


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 2/3] target/arm/hvf: Add trace.h header
Date: Fri, 8 Nov 2024 17:07:55 +0000
User-agent: Mozilla Thunderbird

On 8/11/24 16:29, Peter Maydell wrote:
The documentation for trace events says that every subdirectory which
has trace events should have a trace.h header, whose only content is
an include of the trace/trace-<subdir>.h file.

When we added the trace events in target/arm/hvf/ we forgot to create
this file and instead hvf.c directly includes
trace/trace-target_arm_hvf.h.

Create the standard trace.h file to bring this into line with the
convention.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  target/arm/hvf/trace.h | 1 +
  target/arm/hvf/hvf.c   | 2 +-
  2 files changed, 2 insertions(+), 1 deletion(-)
  create mode 100644 target/arm/hvf/trace.h

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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