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
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
2021-03-11
1
-16
/
+16
|
\
|
*
exec/memory: Use struct Object typedef
Philippe Mathieu-Daudé
2021-03-09
1
-16
/
+16
*
|
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...
Peter Maydell
2021-03-10
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove deprecated target tilegx
Thomas Huth
2021-03-09
1
-1
/
+0
*
|
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210306' into...
Peter Maydell
2021-03-09
1
-0
/
+2
|
\
\
|
*
|
exec: Poison Hexagon target-specific definitions
Philippe Mathieu-Daudé
2021-03-07
1
-0
/
+2
|
|
/
*
|
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
2021-03-06
1
-6
/
+1
*
|
include/exec: lightly re-arrange TranslationBlock
Alex Bennée
2021-03-06
1
-3
/
+8
*
|
accel/tcg: drop the use of CF_HASH_MASK and rename params
Alex Bennée
2021-03-06
2
-6
/
+7
*
|
accel/tcg: move CF_CLUSTER calculation to curr_cflags
Alex Bennée
2021-03-06
2
-6
/
+5
*
|
accel/tcg: rename tb_lookup__cpu_state and hoist state extraction
Alex Bennée
2021-03-06
1
-10
/
+8
|
/
*
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-02-18
2
-5
/
+5
*
accel/tcg: remove CF_NOCACHE and special cases
Alex Bennée
2021-02-18
1
-3
/
+0
*
exec: Move TranslationBlock typedef to qemu/typedefs.h
Richard Henderson
2021-02-18
1
-1
/
+0
*
linux-user/aarch64: Implement PROT_MTE
Richard Henderson
2021-02-16
1
-0
/
+1
*
exec: Rename guest_{addr,range}_valid to *_untagged
Richard Henderson
2021-02-16
1
-2
/
+2
*
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-16
2
-3
/
+11
*
exec: Introduce cpu_untagged_addr
Richard Henderson
2021-02-16
1
-0
/
+7
*
linux-user: Fix guest_addr_valid vs reserved_va
Richard Henderson
2021-02-16
1
-5
/
+4
*
linux-user: Do not use guest_addr_valid for h2g_valid
Richard Henderson
2021-02-16
1
-1
/
+4
*
exec: Improve types for guest_addr_valid
Richard Henderson
2021-02-16
1
-1
/
+1
*
exec: Use uintptr_t in cpu_ldst.h
Richard Henderson
2021-02-16
1
-3
/
+3
*
exec: Use uintptr_t for guest_base
Richard Henderson
2021-02-16
1
-1
/
+1
*
linux-user: Introduce PAGE_ANON
Richard Henderson
2021-02-16
1
-0
/
+2
*
tcg: Introduce target-specific page data for user-only
Richard Henderson
2021-02-16
1
-6
/
+36
*
bswap.h: Remove unused float-access functions
Peter Maydell
2021-02-15
1
-8
/
+0
*
gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()
Peter Maydell
2021-02-15
1
-20
/
+0
*
memory: alloc RAM from file at offset
Jagannathan Raman
2021-02-09
2
-2
/
+4
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-02-09
2
-8
/
+6
|
\
|
*
fuzz: ignore address_space_map is_write flag
Alexander Bulekov
2021-02-08
2
-8
/
+6
*
|
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...
Peter Maydell
2021-02-08
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
migration: support UFFD write fault processing in ram_save_iterate()
Andrey Gruzdev
2021-02-08
1
-0
/
+7
|
*
migration: introduce UFFD-WP low-level interface helpers
Andrey Gruzdev
2021-02-08
1
-0
/
+1
*
|
confidential guest support: Introduce cgs "ready" flag
David Gibson
2021-02-08
1
-0
/
+24
*
|
confidential guest support: Introduce new confidential guest support class
David Gibson
2021-02-08
1
-0
/
+38
|
/
*
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
2021-02-05
1
-2
/
+9
*
tcg/tci: Make tci_tb_ptr thread-local
Richard Henderson
2021-02-05
1
-1
/
+1
*
exec/cpu-defs: Remove TCG backends dependency
Philippe Mathieu-Daudé
2021-02-05
1
-3
/
+0
*
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2021-02-01
2
-2
/
+5
*
accel/tcg: Restrict cpu_io_recompile() from other accelerators
Philippe Mathieu-Daudé
2021-01-23
1
-1
/
+0
*
accel/tcg: Restrict tb_gen_code() from other accelerators
Philippe Mathieu-Daudé
2021-01-23
1
-5
/
+0
*
accel/tcg: Move tb_flush_jmp_cache() to cputlb.c
Richard Henderson
2021-01-23
1
-3
/
+0
*
accel/tcg: Make cpu_gen_init() static
Philippe Mathieu-Daudé
2021-01-23
1
-2
/
+0
*
gdbstub: drop gdbserver_cleanup in favour of gdb_exit
Alex Bennée
2021-01-18
1
-3
/
+11
*
gdbstub: drop CPUEnv from gdb_exit()
Alex Bennée
2021-01-18
1
-1
/
+1
*
tcg: Use tcg_constant_i32 with icount expander
Richard Henderson
2021-01-13
1
-12
/
+13
*
tcg: Make DisasContextBase.tb const
Richard Henderson
2021-01-07
2
-3
/
+3
*
tcg: Introduce tcg_splitwx_to_{rx,rw}
Richard Henderson
2021-01-07
2
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-01-06
1
-0
/
+39
|
\
|
*
remove TCG includes from common code
Paolo Bonzini
2021-01-02
1
-0
/
+39
[next]