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
2023-03-07
qemu-thread-posix: cleanup, fix, document QemuEvent
Paolo Bonzini
1
-20
/
+49
2023-03-07
qatomic: add smp_mb__before/after_rmw()
Paolo Bonzini
2
-6
/
+37
2023-03-02
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
82
-223
/
+13477
2023-03-02
Merge tag 'pull-testing-next-010323-1' of https://gitlab.com/stsquad/qemu int...
Peter Maydell
71
-158
/
+992
2023-03-02
Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
12
-147
/
+161
2023-03-02
Merge tag 'bsd-user-2023q1-pull-request' of gitlab.com:bsdimp/qemu into staging
Peter Maydell
4
-2
/
+593
2023-03-02
target/ppc: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
4
-49
/
+53
2023-03-02
target/loongarch: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
3
-27
/
+38
2023-03-02
target/i386: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
1
-35
/
+39
2023-03-02
target/arm: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
3
-30
/
+29
2023-03-01
readline: fix hmp completion issue
Dongli Zhang
1
-6
/
+2
2023-03-01
Merge tag 'pull-tcg-20230301' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
84
-889
/
+869
2023-03-01
bsd-user: implement sysctlbyname(2)
Kyle Evans
3
-0
/
+74
2023-03-01
bsd-user: do_freebsd_sysctl helper for sysctl(2)
Kyle Evans
3
-1
/
+61
2023-03-01
bsd-user: Start translation of arch-specific sysctls
Juergen Lock
1
-2
/
+143
2023-03-01
bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variants
Juergen Lock
1
-4
/
+86
2023-03-01
bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmt
Juergen Lock
1
-0
/
+18
2023-03-01
bsd-user: Helper routines oidfmt
Stacey Son
1
-4
/
+127
2023-03-01
bsd-user: various helper routines for sysctl
Warner Losh
1
-0
/
+86
2023-03-01
bsd-user: Add sysarch syscall
Stacey Son
1
-0
/
+7
2023-03-01
build: Don't specify -no-pie for --static user-mode programs
Warner Losh
1
-1
/
+1
2023-03-01
bsd-user: Don't truncate the return value from freebsd_syscall
Doug Rabson
1
-1
/
+1
2023-03-01
tcg: Update docs/devel/tcg-ops.rst for temporary changes
Richard Henderson
1
-101
/
+129
2023-03-01
tcg: Remove tcg_temp_local_new_*, tcg_const_local_*
Richard Henderson
3
-46
/
+0
2023-03-01
exec/gen-icount: Don't use tcg_temp_local_new_i32
Richard Henderson
1
-7
/
+1
2023-03-01
target/xtensa: Don't use tcg_temp_local_new_*
Richard Henderson
1
-8
/
+8
2023-03-01
target/ppc: Don't use tcg_temp_local_new
Richard Henderson
3
-9
/
+9
2023-03-01
target/mips: Don't use tcg_temp_local_new
Richard Henderson
2
-45
/
+16
2023-03-01
target/i386: Don't use tcg_temp_local_new
Richard Henderson
1
-18
/
+9
2023-03-01
target/hppa: Don't use tcg_temp_local_new
Richard Henderson
1
-3
/
+0
2023-03-01
target/hexagon/idef-parser: Drop gen_tmp_local
Richard Henderson
1
-22
/
+2
2023-03-01
target/hexagon: Don't use tcg_temp_local_new_*
Richard Henderson
7
-30
/
+26
2023-03-01
target/cris: Don't use tcg_temp_local_new
Richard Henderson
2
-8
/
+8
2023-03-01
target/arm: Don't use tcg_temp_local_new_*
Richard Henderson
2
-6
/
+6
2023-03-01
target/arm: Drop copies in gen_sve_{ldr,str}
Richard Henderson
3
-39
/
+0
2023-03-01
tcg: Change default temp lifetime to TEMP_TB
Richard Henderson
1
-4
/
+4
2023-03-01
tcg: Don't re-use TEMP_TB temporaries
Richard Henderson
2
-52
/
+55
2023-03-01
accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
Richard Henderson
1
-6
/
+2
2023-03-01
accel/tcg/plugin: Use tcg_temp_ebb_*
Richard Henderson
1
-10
/
+14
2023-03-01
tcg: Use tcg_constant_ptr in do_dup
Richard Henderson
1
-2
/
+1
2023-03-01
tcg: Use tcg_temp_ebb_new_* in tcg/
Richard Henderson
3
-223
/
+223
2023-03-01
tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
Richard Henderson
1
-0
/
+28
2023-03-01
tcg: Add tcg_gen_movi_ptr
Richard Henderson
1
-0
/
+5
2023-03-01
tcg: Use tcg_constant_i32 in tcg_gen_io_start
Richard Henderson
1
-3
/
+1
2023-03-01
tcg: Pass TCGTempKind to tcg_temp_new_internal
Richard Henderson
2
-13
/
+13
2023-03-01
tcg: Remove TEMP_NORMAL
Richard Henderson
2
-18
/
+3
2023-03-01
tcg: Add liveness_pass_0
Richard Henderson
1
-0
/
+70
2023-03-01
tcg: Use noinline for major tcg_gen_code subroutines
Richard Henderson
1
-3
/
+6
2023-03-01
tcg: Rename TEMP_LOCAL to TEMP_TB
Richard Henderson
3
-14
/
+18
2023-03-01
tcg: Remove branch-to-next regardless of reference count
Richard Henderson
1
-16
/
+17
[next]