summary refs log tree commit diff stats
path: root/linux-user/exit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2024-01-291-1/+1
* build: Remove --enable-gprofRichard Henderson2023-10-041-6/+0
* *: Add missing includes of qemu/plugin.hRichard Henderson2023-03-221-0/+1
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-1/+1
* tcg: add perfmap and jitdumpIlya Leoshkevich2023-01-161-0/+2
* linux-user: Don't include gdbstub.h in qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée2021-07-231-1/+1
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-1/+1
* build: move TARGET_GPROF to config-host.makPaolo Bonzini2020-02-121-2/+2
* *-user: notify plugin of exitEmilio G. Cota2019-10-281-0/+1
* linux-user: fix GPROF build failureAlex Bennée2019-05-101-0/+3
* linux-user: add gcov support to preexit_cleanupAlex Bennée2018-07-051-0/+7
* linux-user: introduce preexit_cleanupAlex Bennée2018-07-051-0/+28