Age | Commit message (Expand) | Author |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster |
2022-04-26 | accel/tcg: Assert mmu_idx in range before use in cputlb | Richard Henderson |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau |
2022-04-20 | Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson |
2022-04-20 | accel/tcg: Remove ATOMIC_MMU_IDX | Richard Henderson |
2022-04-20 | Don't include sysemu/tcg.h if it is not necessary | Thomas Huth |
2022-04-20 | util/log: Remove qemu_log_flush | Richard Henderson |
2022-04-20 | accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock | Richard Henderson |
2022-04-20 | exec/translator: Pass the locked filepointer to disas_log hook | Richard Henderson |
2022-04-20 | *: Use fprintf between qemu_log_trylock/unlock | Richard Henderson |
2022-04-20 | util/log: Rename qemu_log_lock to qemu_log_trylock | Richard Henderson |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-16 | accel/tcg: Fix cpu_ldq_be_mmu typo | Richard Henderson |
2022-03-15 | kvm/msi: do explicit commit when adding msi routes | Longpeng(Mike) |
2022-03-06 | accel/tcg: Remove pointless CPUArchState casts | Philippe Mathieu-Daudé |
2022-03-06 | misc: Add missing "sysemu/cpu-timers.h" include | Philippe Mathieu-Daudé |
2022-03-06 | misc: Remove unnecessary "sysemu/cpu-timers.h" include | Philippe Mathieu-Daudé |
2022-03-06 | accel: Introduce AccelOpsClass::cpus_are_resettable() | Philippe Mathieu-Daudé |
2022-03-06 | accel: Introduce AccelOpsClass::cpu_thread_is_idle() | Philippe Mathieu-Daudé |
2022-03-06 | accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE | Philippe Mathieu-Daudé |
2022-03-06 | accel/kvm: Simplify user-mode #ifdef'ry | Philippe Mathieu-Daudé |
2022-03-06 | accel/meson: Only build hw virtualization with system emulation | Philippe Mathieu-Daudé |
2022-03-06 | accel: Restrict sysemu stubs to system emulation | Philippe Mathieu-Daudé |
2022-02-28 | accel/tcg/cpu-exec: Fix precise single-stepping after interrupt | Luc Michel |
2022-02-21 | include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h | Peter Maydell |
2022-02-14 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into... | Peter Maydell |
2022-02-09 | plugins: move reset of plugin data to tb_start | Alex Bennée |
2022-02-09 | tracing: remove TCG memory access tracing | Alex Bennée |
2022-02-09 | replay: use CF_NOIRQ for special exception-replaying TB | Pavel Dovgalyuk |
2022-02-09 | accel/tcg: Optimize jump cache flush during tlb range flush | Idan Horowitz |
2022-01-18 | monitor: move x-query-profile into accel/tcg to fix build | Alex Bennée |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot |
2021-12-10 | kvm: add support for KVM_GUESTDBG_BLOCKIRQ | Maxim Levitsky |
2021-12-10 | gdbstub, kvm: let KVM report supported singlestep flags | Maxim Levitsky |
2021-11-29 | accel/tcg: suppress IRQ check for special TBs | Alex Bennée |
2021-11-16 | meson: remove useless libdl test | Paolo Bonzini |
2021-11-10 | accel/tcg: Register a force_rcu notifier | Greg Kurz |
2021-11-04 | plugins: try and make plugin_insn_append more ergonomic | Alex Bennée |
2021-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson |
2021-11-03 | Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques... | Richard Henderson |
2021-11-02 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into staging | Richard Henderson |
2021-11-02 | qapi: introduce x-query-opcount QMP command | Daniel P. Berrangé |
2021-11-02 | qapi: introduce x-query-jit QMP command | Daniel P. Berrangé |
2021-11-02 | hvf: Avoid mapping regions < PAGE_SIZE as ram | Alexander Graf |
2021-11-02 | tcg: Add helper_unaligned_{ld,st} for user-only sigbus | Richard Henderson |
2021-11-02 | accel/tcg: Report unaligned load/store for user-only | Richard Henderson |