diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2024-11-19 13:02:07 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-11-19 14:14:13 +0000 |
| commit | 0139a4f26d23f30a2b2f1673a910963bb276d7f6 (patch) | |
| tree | 8f28a069b2f7894e667e0751be27f7e2366c3015 /system/dma-helpers.c | |
| parent | 335be5bc44aa6800a9e3ba5859ea3833cfe5a7bc (diff) | |
| download | focaccia-qemu-0139a4f26d23f30a2b2f1673a910963bb276d7f6.tar.gz focaccia-qemu-0139a4f26d23f30a2b2f1673a910963bb276d7f6.zip | |
system/dma-helpers.c: Move trace events to system/trace-events
The dma-helpers.c file is in the system/ subdirectory, but it
defines its trace events in the root trace-events file. Move
them to the system/trace-events file where they more naturally
belong.
Fixes: 800d4deda0 ("softmmu: move more files to softmmu/")
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20241108162909.4080314-2-peter.maydell@linaro.org
Diffstat (limited to 'system/dma-helpers.c')
| -rw-r--r-- | system/dma-helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dma-helpers.c b/system/dma-helpers.c index 74013308f5..cbcd89dfaa 100644 --- a/system/dma-helpers.c +++ b/system/dma-helpers.c @@ -10,7 +10,7 @@ #include "qemu/osdep.h" #include "sysemu/block-backend.h" #include "sysemu/dma.h" -#include "trace/trace-root.h" +#include "trace.h" #include "qemu/thread.h" #include "qemu/main-loop.h" #include "sysemu/cpu-timers.h" |