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
/
include
/
exec
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
disas: include an optional note for the start of disassembly
Alex Bennée
2020-05-15
1
-2
/
+2
*
accel/tcg: Relax va restrictions on 64-bit guests
Richard Henderson
2020-05-15
1
-4
/
+19
*
exec/cpu-all: Use bool for have_guest_base
Richard Henderson
2020-05-15
1
-1
/
+1
*
accel/tcg: Add endian-specific cpu_{ld, st}* operations
Richard Henderson
2020-05-11
1
-65
/
+206
*
accel/tcg: Add probe_access_flags
Richard Henderson
2020-05-11
2
-1
/
+34
*
accel/tcg: Add block comment for probe_access
Richard Henderson
2020-05-11
1
-0
/
+17
*
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
2020-05-06
1
-5
/
+9
*
gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
Philippe Mathieu-Daudé
2020-05-06
1
-0
/
+11
*
gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
Philippe Mathieu-Daudé
2020-04-15
1
-0
/
+9
*
gdbstub: Do not use memset() on GByteArray
Philippe Mathieu-Daudé
2020-04-15
1
-0
/
+9
*
memory: Do not allow direct write access to rom_device regions
Alexander Duyck
2020-04-13
1
-2
/
+2
*
Add rx-softmmu
Yoshinori Sato
2020-03-19
1
-0
/
+1
*
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2020-03-17
1
-18
/
+41
*
gdbstub: add helper for 128 bit registers
Alex Bennée
2020-03-17
1
-0
/
+13
*
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-2
/
+2
*
exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
2
-4
/
+4
*
exec: Let address_space_unmap() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-1
/
+1
*
exec: Let the cpu_[physical]_memory API use void pointer arguments
Philippe Mathieu-Daudé
2020-02-20
2
-2
/
+2
*
exec: Let the address_space API use void pointer arguments
Philippe Mathieu-Daudé
2020-02-20
1
-6
/
+6
*
exec: Let flatview API take void pointer arguments
Philippe Mathieu-Daudé
2020-02-20
1
-1
/
+1
*
tcg: Add support for a helper with 7 arguments
Taylor Simpson
2020-02-12
4
-0
/
+28
*
ram_addr: Split RAMBlock definition
Juan Quintela
2020-01-29
2
-39
/
+65
*
cputlb: Make tlb_n_entries private to cputlb.c
Richard Henderson
2020-01-22
1
-5
/
+0
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-16
1
-1
/
+1
*
cputlb: Expand cpu_ldst_template.h in cputlb.c
Richard Henderson
2020-01-16
2
-160
/
+24
*
cputlb: Remove support for MMU_MODE*_SUFFIX
Richard Henderson
2020-01-16
1
-230
/
+0
*
cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
Richard Henderson
2020-01-16
2
-190
/
+29
*
cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-only
Richard Henderson
2020-01-16
1
-5
/
+75
*
cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
Richard Henderson
2020-01-16
2
-38
/
+12
*
translator: Use cpu_ld*_code instead of open-coding
Richard Henderson
2020-01-16
2
-46
/
+13
*
cputlb: Move body of cpu_ldst_template.h out of line
Richard Henderson
2020-01-16
2
-100
/
+50
*
cputlb: Use trace_mem_get_info instead of trace_mem_build_info
Richard Henderson
2020-01-16
2
-17
/
+17
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...
Peter Maydell
2019-12-20
1
-5
/
+29
|
\
|
*
linux-user: log page table changes under -d page
Alex Bennée
2019-12-19
1
-6
/
+5
|
*
Add use of RCU for qemu_logfile.
Robert Foley
2019-12-18
1
-4
/
+29
*
|
memory: include MemoryListener documentation and some missing function parame...
Paolo Bonzini
2019-12-18
1
-4
/
+214
*
|
memory.h: Silence kernel-doc complaints
Paolo Bonzini
2019-12-17
1
-6
/
+10
*
|
memory: use RCU_READ_LOCK_GUARD
Paolo Bonzini
2019-12-17
1
-2
/
+1
|
/
*
Memory: Enable writeback for given memory region
Beata Michalska
2019-12-16
2
-0
/
+14
*
tcg: cputlb: Add probe_read
Beata Michalska
2019-12-16
1
-0
/
+6
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...
Peter Maydell
2019-10-30
10
-37
/
+244
|
\
|
*
include/exec: wrap cpu_ldst.h in CONFIG_TCG
Alex Bennée
2019-10-28
1
-0
/
+2
|
*
translator: add translator_ld{ub,sw,uw,l,q}
Emilio G. Cota
2019-10-28
2
-1
/
+72
|
*
cputlb: ensure _cmmu helper functions follow the naming standard
Alex Bennée
2019-10-28
1
-2
/
+2
|
*
plugin-gen: add plugin_insn_append
Emilio G. Cota
2019-10-28
1
-0
/
+14
|
*
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
2019-10-28
3
-27
/
+34
|
*
plugin-gen: add module for TCG-related code
Emilio G. Cota
2019-10-28
4
-0
/
+60
|
*
cputlb: introduce get_page_addr_code_hostp
Emilio G. Cota
2019-10-28
1
-0
/
+38
|
*
cputlb: document get_page_addr_code
Emilio G. Cota
2019-10-28
1
-3
/
+21
|
*
trace: add mmu_index to mem_info
Alex Bennée
2019-10-28
2
-12
/
+9
[prev]
[next]