[PATCH v2 45/50] hppa: remove unused trace-events from from hw/hppa

Mark Cave-Ayland posted 50 patches 3 years, 9 months ago
[PATCH v2 45/50] hppa: remove unused trace-events from from hw/hppa
Posted by Mark Cave-Ayland 3 years, 9 months ago
Now that there are no longer any devices in hw/hppa the trace-events file is
empty and can be removed.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
---
 hw/hppa/trace-events | 1 -
 meson.build          | 1 -
 2 files changed, 2 deletions(-)
 delete mode 100644 hw/hppa/trace-events

diff --git a/hw/hppa/trace-events b/hw/hppa/trace-events
deleted file mode 100644
index 23bc9b19b9..0000000000
--- a/hw/hppa/trace-events
+++ /dev/null
@@ -1 +0,0 @@
-# See docs/devel/tracing.rst for syntax documentation.
diff --git a/meson.build b/meson.build
index 1fe7d257ff..95dcfd41f7 100644
--- a/meson.build
+++ b/meson.build
@@ -2816,7 +2816,6 @@ if have_system
     'hw/char',
     'hw/display',
     'hw/dma',
-    'hw/hppa',
     'hw/hyperv',
     'hw/i2c',
     'hw/i386',
-- 
2.20.1
Re: [PATCH v2 45/50] hppa: remove unused trace-events from from hw/hppa
Posted by Richard Henderson 3 years, 9 months ago
On 5/4/22 04:25, Mark Cave-Ayland wrote:
> Now that there are no longer any devices in hw/hppa the trace-events file is
> empty and can be removed.
> 
> Signed-off-by: Mark Cave-Ayland<mark.cave-ayland@ilande.co.uk>
> Acked-by: Helge Deller<deller@gmx.de>
> ---
>   hw/hppa/trace-events | 1 -
>   meson.build          | 1 -
>   2 files changed, 2 deletions(-)
>   delete mode 100644 hw/hppa/trace-events

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

r~