aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/meson.build
AgeCommit message (Expand)Author
2024-01-29accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in mesonPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich
2024-01-19system/watchpoint: Move TCG specific code to accel/tcg/Philippe Mathieu-Daudé
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Make icount.o a target agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Make monitor.c a target-agnostic unitPhilippe Mathieu-Daudé
2023-09-07configure, meson: move --enable-plugins to mesonPaolo Bonzini
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé
2023-02-27accel/tcg: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich
2022-10-26accel/tcg: Split out tb-maint.cRichard Henderson
2021-11-16meson: remove useless libdl testPaolo Bonzini
2021-07-09monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann
2021-07-09accel: build tcg modularGerd Hoffmann
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2020-12-10accel/tcg: split CpusAccel into three TCG variantsClaudio Fontana
2020-10-05cpus: extract out TCG-specific code to accel/tcgClaudio Fontana
2020-09-08configure: move -ldl test to mesonPaolo Bonzini
2020-08-21meson: accelMarc-André Lureau