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
...
*
Normalize header guard symbol definition
Markus Armbruster
2022-05-11
1
-1
/
+1
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
2
-11
/
+11
*
include/exec/log: Do not reference QemuLogFile directly
Richard Henderson
2022-04-20
1
-9
/
+4
*
linux-user: Expand log_page_dump inline
Richard Henderson
2022-04-20
1
-15
/
+0
*
exec/log: Remove log_disas and log_target_disas
Richard Henderson
2022-04-20
1
-24
/
+0
*
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
1
-1
/
+1
*
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-1
/
+1
*
include: move target page bits declaration to page-vary.h
Marc-André Lureau
2022-04-06
1
-0
/
+18
*
include: move cpu_exec* declarations to cpu-common.h
Marc-André Lureau
2022-04-06
1
-0
/
+3
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
2
-2
/
+2
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
6
-9
/
+8
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
4
-6
/
+7
*
softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERROR
Philippe Mathieu-Daudé
2022-03-21
1
-0
/
+9
*
softmmu: List CPU types again
Philippe Mathieu-Daudé
2022-03-16
1
-0
/
+2
*
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-06
1
-2
/
+0
*
exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition
Philippe Mathieu-Daudé
2022-03-06
1
-0
/
+1
*
exec/cpu: Make address_space_init/reloading_memory_map target agnostic
Philippe Mathieu-Daudé
2022-03-06
2
-25
/
+23
*
exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
Philippe Mathieu-Daudé
2022-03-06
1
-12
/
+13
*
misc: Add missing "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+0
*
exec: Make cpu_memory_rw_debug() target agnostic
Philippe Mathieu-Daudé
2022-03-06
2
-4
/
+4
*
exec: Declare vaddr as a generic target-agnostic type
Philippe Mathieu-Daudé
2022-03-06
1
-0
/
+12
*
tcg: Remove dh_alias indirection for dh_typecode
Richard Henderson
2022-02-28
1
-9
/
+10
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-2
/
+0
*
exec/ramblock: Add missing includes
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+2
*
include/exec: fix softmmu version of TARGET_ABI_FMT_lx
Alex Bennée
2022-02-09
1
-1
/
+1
*
tracing: excise the tcg related from tracetool
Alex Bennée
2022-02-09
1
-2
/
+0
*
tracing: remove the trace-tcg includes from the build
Alex Bennée
2022-02-09
2
-2
/
+0
*
exec/cpu: Make host pages variables / macros 'target agnostic'
Philippe Mathieu-Daudé
2022-01-27
2
-9
/
+9
*
exec/memory: Extract address_space_set() from dma_memory_set()
Philippe Mathieu-Daudé
2022-01-20
1
-0
/
+16
*
memory: Update description of memory_region_is_mapped()
David Hildenbrand
2022-01-18
1
-1
/
+2
*
memory: Make memory_region_is_mapped() succeed when mapped via an alias
David Hildenbrand
2022-01-18
1
-0
/
+1
*
exec/memop: Adding signed quad and octo defines
Frédéric Pétrot
2022-01-08
1
-0
/
+7
*
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2022-01-08
1
-4
/
+4
*
cpu: remove unnecessary #ifdef CONFIG_TCG
Paolo Bonzini
2021-12-18
1
-2
/
+0
*
accel/tcg: introduce CF_NOIRQ
Alex Bennée
2021-11-29
2
-4
/
+18
*
plugins: try and make plugin_insn_append more ergonomic
Alex Bennée
2021-11-04
1
-2
/
+10
*
Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...
Richard Henderson
2021-11-03
2
-4
/
+4
|
\
|
*
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
2021-11-02
1
-1
/
+1
|
*
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
2021-11-02
1
-2
/
+2
|
*
qapi: introduce x-query-ramblock QMP command
Daniel P. Berrangé
2021-11-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into staging
Richard Henderson
2021-11-02
1
-8
/
+47
|
\
\
|
|
/
|
/
|
|
*
linux-user: Add cpu_loop_exit_sigbus
Richard Henderson
2021-11-02
1
-0
/
+14
|
*
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
2021-11-02
1
-0
/
+15
|
*
linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
Richard Henderson
2021-11-02
1
-12
/
+0
|
*
accel/tcg: Split out handle_sigsegv_accerr_write
Richard Henderson
2021-10-30
1
-0
/
+12
|
*
accel/tcg: Split out adjust_signal_pc
Richard Henderson
2021-10-30
1
-0
/
+10
*
|
memory: introduce total_dirty_pages to stat dirty pages
Hyman Huang(黄勇)
2021-11-01
1
-0
/
+9
*
|
memory: Introduce replay_discarded callback for RamDiscardManager
David Hildenbrand
2021-11-01
1
-0
/
+21
*
|
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
2021-11-01
2
-5
/
+19
|
/
[prev]
[next]