Age | Commit message (Expand) | Author | Files | Lines |
2022-08-18 | kvm: fix segfault with query-stats-schemas and -M none | Paolo Bonzini | 1 | -3/+5 |
2022-08-11 | linux-user/aarch64: Reset target data on MADV_DONTNEED | Vitaly Buka | 1 | -0/+26 |
2022-08-09 | icount: Take iothread lock when running QEMU timers | Peter Maydell | 1 | -0/+6 |
2022-07-29 | kvm: don't use perror() without useful errno | Cornelia Huck | 1 | -1/+1 |
2022-07-22 | accel/kvm: Avoid Coverity warning in query_stats() | Peter Maydell | 1 | -1/+1 |
2022-07-21 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -1/+9 |
2022-07-20 | softmmu/dirtylimit: Implement virtual CPU throttle | Hyman Huang(黄勇) | 1 | -1/+19 |
2022-07-20 | accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function | Hyman Huang(黄勇) | 2 | -0/+10 |
2022-07-20 | accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping | Hyman Huang(黄勇) | 1 | -10/+13 |
2022-07-18 | kvm: add support for boolean statistics | Paolo Bonzini | 1 | -1/+9 |
2022-07-18 | linux-user/aarch64: Do not clear PROT_MTE on mprotect | Richard Henderson | 1 | -2/+11 |
2022-07-12 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -0/+1 |
2022-07-12 | accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore | Ilya Leoshkevich | 1 | -3/+5 |
2022-07-08 | accel: kvm: Fix memory leak in find_stats_descriptors | Miaoqian Lin | 1 | -0/+1 |
2022-06-28 | accel/stubs: Add tcg stub for probe_access_flags | Richard Henderson | 1 | -0/+7 |
2022-06-27 | accel: Introduce current_accel_name() | Alexander Graf | 1 | -0/+8 |
2022-06-20 | accel/tcg: Reorganize tcg_accel_ops_init() | Philippe Mathieu-Daudé | 1 | -7/+8 |
2022-06-20 | accel/tcg: Init TCG cflags in vCPU thread handler | Philippe Mathieu-Daudé | 2 | -7/+5 |
2022-06-14 | qmp: add filtering of statistics by name | Paolo Bonzini | 1 | -6/+11 |
2022-06-14 | qmp: add filtering of statistics by provider | Paolo Bonzini | 1 | -1/+2 |
2022-06-14 | qmp: add filtering of statistics by target vCPU | Paolo Bonzini | 1 | -2/+7 |
2022-06-14 | kvm: Support for querying fd-based stats | Mark Kanda | 1 | -0/+392 |
2022-06-11 | accel/tcg: Inline dump_opcount_info() and remove it | Bernhard Beschow | 2 | -6/+1 |
2022-06-11 | accel/tcg/cpu-exec: Unexport dump_drift_info() | Bernhard Beschow | 1 | -1/+1 |
2022-06-08 | Fix 'writeable' typos | Peter Maydell | 3 | -7/+7 |
2022-06-06 | replay: rewrite async event handling | Pavel Dovgalyuk | 1 | -3/+2 |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 4 | -12/+12 |
2022-04-26 | accel/tcg: Assert mmu_idx in range before use in cputlb | Richard Henderson | 1 | -13/+27 |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 2 | -4/+3 |
2022-04-20 | Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 4 | -4/+0 |
2022-04-20 | accel/tcg: Remove ATOMIC_MMU_IDX | Richard Henderson | 2 | -2/+0 |
2022-04-20 | Don't include sysemu/tcg.h if it is not necessary | Thomas Huth | 2 | -2/+0 |
2022-04-20 | util/log: Remove qemu_log_flush | Richard Henderson | 1 | -1/+0 |
2022-04-20 | accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock | Richard Henderson | 1 | -1/+1 |
2022-04-20 | exec/translator: Pass the locked filepointer to disas_log hook | Richard Henderson | 1 | -1/+1 |
2022-04-20 | *: Use fprintf between qemu_log_trylock/unlock | Richard Henderson | 3 | -65/+76 |
2022-04-20 | util/log: Rename qemu_log_lock to qemu_log_trylock | Richard Henderson | 3 | -3/+3 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 8 | -8/+0 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 2 | -11/+11 |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -1/+1 |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 2 | -4/+4 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 3 | -6/+6 |
2022-03-16 | accel/tcg: Fix cpu_ldq_be_mmu typo | Richard Henderson | 1 | -1/+1 |
2022-03-15 | kvm/msi: do explicit commit when adding msi routes | Longpeng(Mike) | 2 | -4/+5 |
2022-03-06 | accel/tcg: Remove pointless CPUArchState casts | Philippe Mathieu-Daudé | 1 | -2/+2 |
2022-03-06 | misc: Add missing "sysemu/cpu-timers.h" include | Philippe Mathieu-Daudé | 4 | -0/+4 |
2022-03-06 | misc: Remove unnecessary "sysemu/cpu-timers.h" include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2022-03-06 | accel: Introduce AccelOpsClass::cpus_are_resettable() | Philippe Mathieu-Daudé | 1 | -0/+6 |
2022-03-06 | accel: Introduce AccelOpsClass::cpu_thread_is_idle() | Philippe Mathieu-Daudé | 1 | -0/+6 |
2022-03-06 | accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE | Philippe Mathieu-Daudé | 1 | -0/+2 |