summary refs log tree commit diff stats
path: root/accel/tcg/tcg-accel-ops-rr.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
* Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell2024-01-091-9/+9
|\
| * qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi2024-01-081-2/+2
| * system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-7/+7
* | replay: stop us hanging in rr_wait_io_eventAlex Bennée2024-01-081-1/+1
|/
* 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-2/+2
* accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé2023-06-281-3/+0
* atomics: eliminate mb_read/mb_setPaolo Bonzini2023-06-061-2/+2
* *: Add missing includes of tcg/tcg.hRichard Henderson2023-06-051-1/+1
* tcg: round-robin: do not use mb_read for rr_current_cpuPaolo Bonzini2023-05-181-4/+7
* accel/tcg/tcg-accel-ops-rr: ensure fairness with icountJamie Iles2023-05-111-1/+36
* Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-10-261-3/+4
|\
| * Revert "accel/tcg: Init TCG cflags in vCPU thread handler"Peter Maydell2022-10-251-3/+4
* | accel/tcg/tcg-accel-ops-rr: fix trivial typoMatheus Tavares Bernardino2022-10-241-1/+1
|/
* accel/tcg: Init TCG cflags in vCPU thread handlerPhilippe Mathieu-Daudé2022-06-201-4/+3
* 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-2/+2
* 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/+10
* accel/tcg: remove redundant TCG_KICK_PERIOD defineLuc Michel2021-09-141-2/+0
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-1/+1
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+298