Re: [PATCH] hw/uefi: Create and use trace.h wrapper header

2025-07-07 Thread Philippe Mathieu-Daudé
On 7/7/25 16:24, Peter Maydell wrote: The documentation of the trace subsystem (docs/devel/tracing.rst) says that each subdirectory which uses trace events should create a wrapper trace.h file which includes the trace/trace-foo.h generated header, and that .c files then #include "trace.h". We di

[PATCH] hw/uefi: Create and use trace.h wrapper header

2025-07-07 Thread Peter Maydell
The documentation of the trace subsystem (docs/devel/tracing.rst) says that each subdirectory which uses trace events should create a wrapper trace.h file which includes the trace/trace-foo.h generated header, and that .c files then #include "trace.h". We didn't follow this pattern in hw/uefi/. C