aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tcg-accel-ops-rr.c
AgeCommit message (Expand)Author
2024-08-28Revert "replay: stop us hanging in rr_wait_io_event"Nicholas Piggin
2024-01-29accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()Philippe Mathieu-Daudé
2024-01-29accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()Philippe Mathieu-Daudé
2024-01-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-06-28accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson
2023-05-18tcg: round-robin: do not use mb_read for rr_current_cpuPaolo Bonzini
2023-05-11accel/tcg/tcg-accel-ops-rr: ensure fairness with icountJamie Iles
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-25Revert "accel/tcg: Init TCG cflags in vCPU thread handler"Peter Maydell
2022-10-24accel/tcg/tcg-accel-ops-rr: fix trivial typoMatheus Tavares Bernardino
2022-06-20accel/tcg: Init TCG cflags in vCPU thread handlerPhilippe Mathieu-Daudé
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2021-11-10accel/tcg: Register a force_rcu notifierGreg Kurz
2021-09-14accel/tcg: remove redundant TCG_KICK_PERIOD defineLuc Michel
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana