commit | 34d9dfc4d7d49a5763fdfe92226b33a63ed11ca0 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Wed Nov 30 12:15:59 2022 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Dec 01 11:30:46 2022 +0000 |
tree | 1801cbdc8b0273690dadf7a817a1ed94a34cb947 | |
parent | f7151aac5c9785d301876f929675adc290cc631e [diff] |
hw/misc: Move some arm-related files from specific_ss into softmmu_ss By removing #include "kvm-consts.h" from arm-powerctl.h (seems not to be required there) and adjusting the header includes in some files, we can move them from specific_ss into softmmu_ss, so that they only need to be compiled once and not for qemu-system-arm and qemu-system-aarch64 individually. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-id: 20221130111559.52150-1-thuth@redhat.com