aboutsummaryrefslogtreecommitdiff
path: root/softmmu/arch_init.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé1-0/+9
2021-08-26meson.build: Define QEMU_ARCH in config-target.hPeter Maydell1-41/+0
2021-08-26softmmu/arch_init.c: Trim down include listPeter Maydell1-7/+0
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell1-9/+0
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell1-9/+0
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster1-2/+0
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster1-2/+0
2021-05-12Remove the deprecated moxie targetThomas Huth1-2/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-07-11Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell1-0/+2
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana1-0/+113