aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster4-12/+12
2022-04-26accel/tcg: Assert mmu_idx in range before use in cputlbRichard Henderson1-13/+27
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2-4/+3
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson4-4/+0
2022-04-20accel/tcg: Remove ATOMIC_MMU_IDXRichard Henderson2-2/+0
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth2-2/+0
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-1/+0
2022-04-20accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlockRichard Henderson1-1/+1
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-1/+1
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson3-65/+76
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson3-3/+3
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau8-8/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2-11/+11
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-4/+4
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster3-6/+6
2022-03-16accel/tcg: Fix cpu_ldq_be_mmu typoRichard Henderson1-1/+1
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2-4/+5
2022-03-06accel/tcg: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé1-2/+2
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé4-0/+4
2022-03-06misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-1/+0
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé1-0/+6
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé1-0/+6
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé1-0/+2
2022-03-06accel/kvm: Simplify user-mode #ifdef'ryPhilippe Mathieu-Daudé1-5/+0
2022-03-06accel/meson: Only build hw virtualization with system emulationPhilippe Mathieu-Daudé1-5/+7
2022-03-06accel: Restrict sysemu stubs to system emulationPhilippe Mathieu-Daudé1-4/+7
2022-02-28accel/tcg/cpu-exec: Fix precise single-stepping after interruptLuc Michel1-2/+6
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell1-0/+1
2022-02-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell2-1/+11
2022-02-09plugins: move reset of plugin data to tb_startAlex Bennée1-11/+20
2022-02-09tracing: remove TCG memory access tracingAlex Bennée4-48/+0
2022-02-09replay: use CF_NOIRQ for special exception-replaying TBPavel Dovgalyuk1-1/+2
2022-02-09accel/tcg: Optimize jump cache flush during tlb range flushIdan Horowitz1-0/+9
2022-01-18monitor: move x-query-profile into accel/tcg to fix buildAlex Bennée1-0/+31
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot3-23/+23
2021-12-10kvm: add support for KVM_GUESTDBG_BLOCKIRQMaxim Levitsky1-0/+17
2021-12-10gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky1-0/+12
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée2-2/+11
2021-11-16meson: remove useless libdl testPaolo Bonzini1-1/+1
2021-11-10accel/tcg: Register a force_rcu notifierGreg Kurz2-0/+36
2021-11-04plugins: try and make plugin_insn_append more ergonomicAlex Bennée2-3/+2
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson1-0/+7
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson3-65/+92
2021-11-02Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson2-760/+102
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé3-8/+17
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé3-57/+75
2021-11-02hvf: Avoid mapping regions < PAGE_SIZE as ramAlexander Graf1-0/+7
2021-11-02tcg: Add helper_unaligned_{ld,st} for user-only sigbusRichard Henderson1-0/+11
2021-11-02accel/tcg: Report unaligned load/store for user-onlyRichard Henderson1-1/+6