From 8b7a550702f13c2a5999f0871516c0ea54cee781 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Wed, 5 Aug 2020 15:02:20 +0200 Subject: softmmu: Add missing trace-events file Commit c7f419f584 moved softmmu-only files out of the root directory, but forgot to move the trace events, which should no longer be generated to "trace-root.h". Fix that by adding softmmu/trace-events. Signed-off-by: Philippe Mathieu-Daudé Tested-by: Claudio Fontana Reviewed-by: Claudio Fontana Message-id: 20200805130221.24487-1-philmd@redhat.com [Rebased onto meson. --Stefan] Signed-off-by: Stefan Hajnoczi --- softmmu/ioport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'softmmu/ioport.c') diff --git a/softmmu/ioport.c b/softmmu/ioport.c index a799697c5d..cb8adb0b93 100644 --- a/softmmu/ioport.c +++ b/softmmu/ioport.c @@ -28,9 +28,9 @@ #include "qemu/osdep.h" #include "cpu.h" #include "exec/ioport.h" -#include "trace/trace-root.h" #include "exec/memory.h" #include "exec/address-spaces.h" +#include "trace.h" typedef struct MemoryRegionPortioList { MemoryRegion mr; -- cgit v1.2.3-55-g7522