summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-212-4/+3Star
* 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-068-8/+0Star
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-062-11/+11
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-062-4/+4
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-213-6/+6
* accel/tcg: Fix cpu_ldq_be_mmu typoRichard Henderson2022-03-161-1/+1
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-152-4/+5
* 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
* misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé2022-03-061-1/+0Star
* accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé2022-03-061-0/+6
* accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé2022-03-061-0/+6
* accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé2022-03-061-0/+2
* accel/kvm: Simplify user-mode #ifdef'ryPhilippe Mathieu-Daudé2022-03-061-5/+0Star
* accel/meson: Only build hw virtualization with system emulationPhilippe Mathieu-Daudé2022-03-061-5/+7
* accel: Restrict sysemu stubs to system emulationPhilippe Mathieu-Daudé2022-03-061-4/+7
* 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
* kvm: add support for KVM_GUESTDBG_BLOCKIRQMaxim Levitsky2021-12-101-0/+17
* gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky2021-12-101-0/+12
* 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/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-031-0/+7
|\
| * hvf: Avoid mapping regions < PAGE_SIZE as ramAlexander Graf2021-11-021-0/+7
* | 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
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson2021-11-022-760/+102Star
|\ \ \ | |/ / |/| |
| * | 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