index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-12
fd-trans: Fix race condition on reallocation of the translation table.
Owen Anderson
3
-7
/
+52
2021-07-12
linux-user/syscall: Remove ERRNO_TABLE_SIZE check
Philippe Mathieu-Daudé
1
-5
/
+0
2021-07-12
linux-user: Simplify host <-> target errno conversion using macros
Philippe Mathieu-Daudé
2
-145
/
+154
2021-07-12
linux-user/mips: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
4
-423
/
+220
2021-07-12
linux-user/hppa: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2
-210
/
+214
2021-07-12
linux-user/alpha: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2
-194
/
+198
2021-07-12
linux-user: Extract target errno to 'target_errno_defs.h'
Philippe Mathieu-Daudé
24
-7
/
+139
2021-07-12
linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
Philippe Mathieu-Daudé
2
-3
/
+3
2021-07-12
linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)
Philippe Mathieu-Daudé
1
-1
/
+1
2021-07-12
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
46
-439
/
+217
2021-07-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
193
-340
/
+885
2021-07-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
15
-66
/
+70
2021-07-11
Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into staging
Peter Maydell
50
-125
/
+4496
2021-07-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709'...
Peter Maydell
17
-80
/
+792
2021-07-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
42
-543
/
+1350
2021-07-10
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210709' in...
Peter Maydell
70
-602
/
+3255
2021-07-09
cpu: Add breakpoint tracepoints
Richard Henderson
2
-4
/
+14
2021-07-09
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
12
-18
/
+4
2021-07-09
accel/tcg: Log tb->cflags with -d exec
Richard Henderson
1
-3
/
+3
2021-07-09
accel/tcg: Split out log_cpu_exec
Richard Henderson
1
-27
/
+34
2021-07-09
accel/tcg: Move tb_lookup to cpu-exec.c
Richard Henderson
2
-50
/
+30
2021-07-09
accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c
Richard Henderson
2
-22
/
+30
2021-07-09
target/i386: Use cpu_breakpoint_test in breakpoint_handler
Richard Henderson
1
-9
/
+3
2021-07-09
tcg: Fix prologue disassembly
Richard Henderson
1
-2
/
+2
2021-07-09
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
11
-124
/
+1168
2021-07-09
util/guest-random: Fix size arg to tail memcpy
Mark Nelson
1
-1
/
+1
2021-07-09
migration: fix typo in mig_throttle_guest_down comment
Olaf Hering
1
-1
/
+1
2021-07-09
target/xtensa/xtensa-semi: Fix compilation problem on Haiku
Thomas Huth
1
-45
/
+39
2021-07-09
hw/virtio: Document *_should_notify() are called within rcu_read_lock()
Philippe Mathieu-Daudé
1
-0
/
+2
2021-07-09
misc: Remove redundant new line in perror()
Li Zhijian
2
-2
/
+2
2021-07-09
virtiofsd: Add missing newline in error message
Hubert Jasudowicz
1
-1
/
+1
2021-07-09
misc: Fix "havn't" typo
Philippe Mathieu-Daudé
5
-8
/
+14
2021-07-09
memory: Display MemoryRegion name in read/write ops trace events
Philippe Mathieu-Daudé
2
-6
/
+10
2021-07-09
qemu-option: Drop dead assertion
Markus Armbruster
1
-2
/
+0
2021-07-09
target/xtensa: Use translator_use_goto_tb
Richard Henderson
1
-5
/
+1
2021-07-09
target/tricore: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-1
/
+2
2021-07-09
target/tricore: Use translator_use_goto_tb
Richard Henderson
1
-15
/
+2
2021-07-09
target/sparc: Use translator_use_goto_tb
Richard Henderson
1
-14
/
+5
2021-07-09
target/sh4: Use translator_use_goto_tb
Richard Henderson
1
-8
/
+3
2021-07-09
target/s390x: Remove use_exit_tb
Richard Henderson
1
-9
/
+2
2021-07-09
target/s390x: Use translator_use_goto_tb
Richard Henderson
1
-6
/
+1
2021-07-09
target/rx: Use translator_use_goto_tb
Richard Henderson
1
-10
/
+1
2021-07-09
target/riscv: Use translator_use_goto_tb
Richard Henderson
1
-19
/
+1
2021-07-09
target/ppc: Use translator_use_goto_tb
Richard Henderson
1
-9
/
+1
2021-07-09
target/openrisc: Use translator_use_goto_tb
Richard Henderson
1
-7
/
+8
2021-07-09
target/nios2: Use translator_use_goto_tb
Richard Henderson
1
-14
/
+1
2021-07-09
target/mips: Fix missing else in gen_goto_tb
Richard Henderson
1
-1
/
+2
2021-07-09
target/mips: Use translator_use_goto_tb
Richard Henderson
1
-15
/
+2
2021-07-09
target/microblaze: Use translator_use_goto_tb
Richard Henderson
1
-10
/
+1
2021-07-09
target/m68k: Use translator_use_goto_tb
Richard Henderson
1
-11
/
+1
[next]