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