summaryrefslogtreecommitdiffstats
path: root/accel/tcg
Commit message (Expand)AuthorAgeFilesLines
* linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka2022-08-111-0/+26
* icount: Take iothread lock when running QEMU timersPeter Maydell2022-08-091-0/+6
* linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson2022-07-181-2/+11
* accel/tcg: Fix unaligned stores to s390x low-address-protected lowcoreIlya Leoshkevich2022-07-121-3/+5
* accel/tcg: Reorganize tcg_accel_ops_init()Philippe Mathieu-Daudé2022-06-201-7/+8
* accel/tcg: Init TCG cflags in vCPU thread handlerPhilippe Mathieu-Daudé2022-06-202-7/+5Star
* accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow2022-06-112-6/+1Star
* accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow2022-06-111-1/+1
* Fix 'writeable' typosPeter Maydell2022-06-081-3/+3
* replay: rewrite async event handlingPavel Dovgalyuk2022-06-061-3/+2Star
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-114-12/+12
* accel/tcg: Assert mmu_idx in range before use in cputlbRichard Henderson2022-04-271-13/+27
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-2/+1Star
* Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-214-4/+0Star
|\
| * accel/tcg: Remove ATOMIC_MMU_IDXRichard Henderson2022-04-202-2/+0Star
| * Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-202-2/+0Star
* | util/log: Remove qemu_log_flushRichard Henderson2022-04-201-1/+0Star
* | accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlockRichard Henderson2022-04-201-1/+1
* | exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-1/+1
* | *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-203-65/+76
* | util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-203-3/+3
|/
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-067-7/+0Star
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-2/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-212-3/+3
* accel/tcg: Fix cpu_ldq_be_mmu typoRichard Henderson2022-03-161-1/+1
* accel/tcg: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé2022-03-061-2/+2
* misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé2022-03-064-0/+4
* accel/tcg/cpu-exec: Fix precise single-stepping after interruptLuc Michel2022-02-281-2/+6
* include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell2022-02-211-0/+1
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell2022-02-142-1/+11
|\
| * replay: use CF_NOIRQ for special exception-replaying TBPavel Dovgalyuk2022-02-081-1/+2
| * accel/tcg: Optimize jump cache flush during tlb range flushIdan Horowitz2022-02-081-0/+9
* | plugins: move reset of plugin data to tb_startAlex Bennée2022-02-091-11/+20
* | tracing: remove TCG memory access tracingAlex Bennée2022-02-094-48/+0Star
|/
* monitor: move x-query-profile into accel/tcg to fix buildAlex Bennée2022-01-181-0/+31
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-083-23/+23
* accel/tcg: suppress IRQ check for special TBsAlex Bennée2021-11-292-2/+11
* meson: remove useless libdl testPaolo Bonzini2021-11-161-1/+1
* accel/tcg: Register a force_rcu notifierGreg Kurz2021-11-102-0/+36
* plugins: try and make plugin_insn_append more ergonomicAlex Bennée2021-11-042-3/+2Star
* Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson2021-11-033-65/+92
|\
| * qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé2021-11-023-8/+17
| * qapi: introduce x-query-jit QMP commandDaniel P. Berrangé2021-11-023-57/+75
* | tcg: Add helper_unaligned_{ld,st} for user-only sigbusRichard Henderson2021-11-021-0/+11
* | accel/tcg: Report unaligned load/store for user-onlyRichard Henderson2021-11-021-1/+6
* | accel/tcg: Report unaligned atomics for user-onlyRichard Henderson2021-11-021-1/+12
* | linux-user: Add cpu_loop_exit_sigsegvRichard Henderson2021-11-021-15/+18
* | linux-user/host/riscv: Populate host_signal.hRichard Henderson2021-11-021-134/+0Star
* | linux-user/host/mips: Populate host_signal.hRichard Henderson2021-11-021-51/+1Star
* | linux-user/host/s390: Populate host_signal.hRichard Henderson2021-11-021-87/+1Star