summary refs log tree commit diff stats
path: root/accel/tcg/tcg-accel-ops-mttcg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()Philippe Mathieu-Daudé2024-01-291-1/+1
* accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()Philippe Mathieu-Daudé2024-01-291-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-6/+6
* tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2023-10-041-1/+1
* accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson2023-10-031-1/+1
* accel/tcg: mttcg remove false-negative halted assertionNicholas Piggin2023-09-151-7/+2
* accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé2023-06-281-4/+0
* atomics: eliminate mb_read/mb_setPaolo Bonzini2023-06-061-1/+1
* *: Add missing includes of tcg/tcg.hRichard Henderson2023-06-051-1/+1
* Revert "accel/tcg: Init TCG cflags in vCPU thread handler"Peter Maydell2022-10-251-2/+3
* accel/tcg: Init TCG cflags in vCPU thread handlerPhilippe Mathieu-Daudé2022-06-201-3/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé2022-03-061-0/+1
* accel/tcg: Register a force_rcu notifierGreg Kurz2021-11-101-0/+26
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-2/+1
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+134