aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tcg-accel-ops-mttcg.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée1-4/+0
2024-01-29accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()Philippe Mathieu-Daudé1-1/+1
2024-01-29accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()Philippe Mathieu-Daudé1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-6/+6
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson1-1/+1
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-1/+1
2023-09-15accel/tcg: mttcg remove false-negative halted assertionNicholas Piggin1-7/+2
2023-06-28accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé1-4/+0
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini1-1/+1
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson1-1/+1
2022-10-25Revert "accel/tcg: Init TCG cflags in vCPU thread handler"Peter Maydell1-2/+3
2022-06-20accel/tcg: Init TCG cflags in vCPU thread handlerPhilippe Mathieu-Daudé1-3/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-0/+1
2021-11-10accel/tcg: Register a force_rcu notifierGreg Kurz1-0/+26
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-2/+1
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-0/+134