]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/core: Move system emulation files to system_ss
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2024 15:53:19 +0000 (17:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Apr 2024 09:17:27 +0000 (11:17 +0200)
commit971febb8f5e810c2d167ac9cb5bd1cdaf6ca688d
tree6bb4db43f297d7c391d227e57181f5ef98bf8cc0
parent3df4c28860e100011db3a51a8a331506a3fe51f0
hw/core: Move system emulation files to system_ss

hotplug.c, qdev-hotplug.c and reset.c are not used by user emulation
and need not be included in hwcore_ss.  Move them to system_ss, where
they belong, by letting the linker pull in the stubs when needed.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240408155330.522792-8-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/core/meson.build
stubs/hotplug-stubs.c [moved from hw/core/hotplug-stubs.c with 100% similarity]
stubs/meson.build