aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/meson.build
AgeCommit message (Expand)Author
2024-05-24target/ppc: Move out BookE and related MMU functions from mmu_common.cBALATON Zoltan
2023-11-07target/ppc: Restrict KVM objects to system emulationPhilippe Mathieu-Daudé
2023-11-07hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVMPhilippe Mathieu-Daudé
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-07-07target/ppc: Only generate decodetree files when TCG is enabledPhilippe Mathieu-Daudé
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2022-03-02target/ppc: make power8-pmu.c CONFIG_TCG onlyDaniel Henrique Barboza
2021-12-17target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson
2021-06-03target/ppc: updated meson.build to support disable-tcgBruno Larsen (billionai)
2021-06-03target/ppc: created tcg-stub.c fileBruno Larsen (billionai)
2021-05-19target/ppc: isolated cpu init from translation logicBruno Larsen (billionai)
2021-05-04target/ppc: Move helper_regs.h functions out-of-lineRichard Henderson
2020-08-21meson: targetPaolo Bonzini