[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-9.1 6/7] hw/core: Move reset.c to hwcore_ss[] source set
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-9.1 6/7] hw/core: Move reset.c to hwcore_ss[] source set |
Date: |
Thu, 4 Apr 2024 21:47:56 +0200 |
reset.c contains core code used by any CPU, required
by user emulation. Move it to hwcore_ss[] where it
belongs.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
hw/core/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/core/meson.build b/hw/core/meson.build
index e26f2e088c..1389f1b339 100644
--- a/hw/core/meson.build
+++ b/hw/core/meson.build
@@ -3,7 +3,6 @@ hwcore_ss.add(files(
'bus.c',
'qdev-properties.c',
'qdev.c',
- 'reset.c',
'resetcontainer.c',
'resettable.c',
'vmstate-if.c',
@@ -16,6 +15,7 @@ if have_system
hwcore_ss.add(files(
'hotplug.c',
'qdev-hotplug.c',
+ 'reset.c',
))
else
hwcore_ss.add(files(
--
2.41.0
- [PATCH-for-9.1 2/7] yank: Restrict to system emulation, (continued)
- [PATCH-for-9.1 2/7] yank: Restrict to system emulation, Philippe Mathieu-Daudé, 2024/04/04
- [PATCH-for-9.1 3/7] monitor: Rework stubs to simplify user emulation linking, Philippe Mathieu-Daudé, 2024/04/04
- [PATCH-for-9.1 4/7] util/qemu-config: Extract QMP commands to qemu-config-qmp.c, Philippe Mathieu-Daudé, 2024/04/04
- [PATCH-for-9.1 5/7] hw/core: Restrict reset handlers API to system emulation, Philippe Mathieu-Daudé, 2024/04/04
- [PATCH-for-9.1 6/7] hw/core: Move reset.c to hwcore_ss[] source set,
Philippe Mathieu-Daudé <=
- [PATCH-for-9.1 7/7] hw: Include minimal source set in user emulation build, Philippe Mathieu-Daudé, 2024/04/04