]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folder
authorThomas Huth <thuth@redhat.com>
Thu, 12 Oct 2023 07:34:58 +0000 (09:34 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Oct 2023 12:01:52 +0000 (13:01 +0100)
The file is obviously related to the raspberrypi machine, so
it should reside in hw/arm/ instead of hw/misc/. And while we're
at it, also adjust the wildcard in MAINTAINERS so that it covers
this file, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20231012073458.860187-1-thuth@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
hw/misc/bcm2835_property.c
include/hw/arm/raspberrypi-fw-defs.h [moved from include/hw/misc/raspberrypi-fw-defs.h with 100% similarity]

index 9bd4fe378d46204d29e84b32f94fe36facaba454..9282b4b0f5557fc203e027b20e87413e6886679d 100644 (file)
@@ -885,7 +885,7 @@ S: Odd Fixes
 F: hw/arm/raspi.c
 F: hw/arm/raspi_platform.h
 F: hw/*/bcm283*
-F: include/hw/arm/raspi*
+F: include/hw/arm/rasp*
 F: include/hw/*/bcm283*
 F: docs/system/arm/raspi.rst
 
index 4ed9faa54a17e886b8790bc7dcae5fe91579dff8..ff55a4e2cd2f94aeedf65cba047cc7caac3bb5ae 100644 (file)
@@ -12,7 +12,7 @@
 #include "migration/vmstate.h"
 #include "hw/irq.h"
 #include "hw/misc/bcm2835_mbox_defs.h"
-#include "hw/misc/raspberrypi-fw-defs.h"
+#include "hw/arm/raspberrypi-fw-defs.h"
 #include "sysemu/dma.h"
 #include "qemu/log.h"
 #include "qemu/module.h"