index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
Age
Commit message (
Expand
)
Author
2022-07-29
kvm: don't use perror() without useful errno
Cornelia Huck
2022-07-22
accel/kvm: Avoid Coverity warning in query_stats()
Peter Maydell
2022-07-21
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2022-07-20
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
2022-07-20
accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
Hyman Huang(黄勇)
2022-07-20
accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
Hyman Huang(黄勇)
2022-07-18
kvm: add support for boolean statistics
Paolo Bonzini
2022-07-18
linux-user/aarch64: Do not clear PROT_MTE on mprotect
Richard Henderson
2022-07-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2022-07-12
accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore
Ilya Leoshkevich
2022-07-08
accel: kvm: Fix memory leak in find_stats_descriptors
Miaoqian Lin
2022-06-28
accel/stubs: Add tcg stub for probe_access_flags
Richard Henderson
2022-06-27
accel: Introduce current_accel_name()
Alexander Graf
2022-06-20
accel/tcg: Reorganize tcg_accel_ops_init()
Philippe Mathieu-Daudé
2022-06-20
accel/tcg: Init TCG cflags in vCPU thread handler
Philippe Mathieu-Daudé
2022-06-14
qmp: add filtering of statistics by name
Paolo Bonzini
2022-06-14
qmp: add filtering of statistics by provider
Paolo Bonzini
2022-06-14
qmp: add filtering of statistics by target vCPU
Paolo Bonzini
2022-06-14
kvm: Support for querying fd-based stats
Mark Kanda
2022-06-11
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
2022-06-11
accel/tcg/cpu-exec: Unexport dump_drift_info()
Bernhard Beschow
2022-06-08
Fix 'writeable' typos
Peter Maydell
2022-06-06
replay: rewrite async event handling
Pavel Dovgalyuk
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é
[next]