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
*
accel/tcg: Handle gdb singlestep in cpu_tb_exec
Richard Henderson
2021-10-16
1
-0
/
+11
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging
Richard Henderson
2021-10-13
3
-475
/
+572
|
\
|
*
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
2021-10-13
1
-0
/
+1
|
*
accel/tcg: Add cpu_{ld,st}*_mmu interfaces
Richard Henderson
2021-10-13
3
-475
/
+571
*
|
hvf: Determine slot count from struct layout
Alexander Graf
2021-10-13
1
-1
/
+1
*
|
target/i386/kvm: Restrict SEV stubs to x86 architecture
Philippe Mathieu-Daudé
2021-10-13
2
-23
/
+0
|
/
*
accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
Alex Bennée
2021-10-12
1
-72
/
+85
*
trace: Split guest_mem_before
Richard Henderson
2021-10-06
4
-44
/
+20
*
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-10-06
4
-29
/
+21
*
accel/tcg: Pass MemOpIdx to atomic_trace_*_post
Richard Henderson
2021-10-06
2
-39
/
+39
*
trace/mem: Pass MemOpIdx to trace_mem_get_info
Richard Henderson
2021-10-06
3
-25
/
+35
*
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-10-06
4
-55
/
+55
*
accel/tcg: Drop signness in tracing in cputlb.c
Richard Henderson
2021-10-06
2
-46
/
+9
*
memory: Name all the memory listeners
Peter Xu
2021-09-30
2
-2
/
+6
*
accel/tcg: Restrict cpu_handle_halt() to sysemu
Philippe Mathieu-Daudé
2021-09-22
1
-2
/
+4
*
arm/hvf: Add a WFI handler
Peter Collingbourne
2021-09-21
1
-3
/
+2
*
hvf: Add Apple Silicon support
Alexander Graf
2021-09-20
1
-0
/
+9
*
hvf: Introduce hvf_arch_init() callback
Alexander Graf
2021-09-20
1
-1
/
+2
*
hvf: Add execute to dirty log permission bitmap
Alexander Graf
2021-09-20
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...
Peter Maydell
2021-09-16
1
-1
/
+1
|
\
|
*
target/i386: spelling: occured=>occurred, mininum=>minimum
Michael Tokarev
2021-09-16
1
-1
/
+1
*
|
accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
Ilya Leoshkevich
2021-09-14
1
-7
/
+41
*
|
accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
Philippe Mathieu-Daudé
2021-09-14
1
-3
/
+7
*
|
accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
Philippe Mathieu-Daudé
2021-09-14
1
-2
/
+2
*
|
accel/tcg: remove redundant TCG_KICK_PERIOD define
Luc Michel
2021-09-14
1
-2
/
+0
*
|
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich
2021-09-14
2
-25
/
+73
|
/
*
accel/tcg: Remove double bswap for helper_atomic_sto_*_mmu
Richard Henderson
2021-07-30
1
-1
/
+0
*
kvm: ppc: Print meaningful message on KVM_CREATE_VM failure
Fabiano Rosas
2021-07-29
1
-0
/
+6
*
accel/tcg: Remove unused variable in cpu_exec
Richard Henderson
2021-07-26
1
-8
/
+2
*
accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()
Peter Maydell
2021-07-26
1
-1
/
+3
*
accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.low
Peter Maydell
2021-07-26
1
-1
/
+1
*
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
2021-07-21
3
-11
/
+7
*
accel/tcg: Hoist tb_cflags to a local in translator_loop
Richard Henderson
2021-07-21
1
-5
/
+4
*
accel/tcg: Move breakpoint recognition outside translation
Richard Henderson
2021-07-21
2
-26
/
+89
*
accel/tcg: Merge tb_find into its only caller
Richard Henderson
2021-07-21
1
-43
/
+42
*
accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic
Richard Henderson
2021-07-21
1
-3
/
+8
*
accel/tcg: Handle -singlestep in curr_cflags
Richard Henderson
2021-07-21
3
-3
/
+9
*
accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain
Richard Henderson
2021-07-21
1
-1
/
+1
*
accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
Richard Henderson
2021-07-21
2
-1
/
+12
*
accel/tcg: Move curr_cflags into cpu-exec.c
Richard Henderson
2021-07-21
1
-0
/
+5
*
accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
Richard Henderson
2021-07-21
1
-3
/
+2
*
accel/tcg: Push trace info building into atomic_common.c.inc
Richard Henderson
2021-07-21
2
-48
/
+37
*
accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
Richard Henderson
2021-07-21
3
-24
/
+36
*
accel/tcg: Remove ATOMIC_MMU_DECLS
Richard Henderson
2021-07-21
3
-14
/
+0
*
accel/tcg: Fold EXTRA_ARGS into atomic_template.h
Richard Henderson
2021-07-21
3
-18
/
+20
*
accel/tcg: Standardize atomic helpers on softmmu api
Richard Henderson
2021-07-21
4
-104
/
+70
*
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
2021-07-21
2
-20
/
+39
*
qemu/atomic: Add aligned_{int64,uint64}_t types
Richard Henderson
2021-07-21
1
-2
/
+2
*
plugins: fix-up handling of internal hostaddr for 32 bit
Alex Bennée
2021-07-14
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-12
6
-105
/
+113
|
\
[next]