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-02
aspeed/fuji : correct the eeprom size
Sittisak Sinprem
1
-16
/
+20
2023-03-02
hw/at24c : modify at24c to support 1 byte address mode
Sittisak Sinprem
1
-3
/
+27
2023-03-02
hw/arm/aspeed: Adding new machine Tiogapass in QEMU
Karthikeyan Pasupathi
4
-0
/
+58
2023-03-02
hw/arm/aspeed: Adding new machine Yosemitev2 in QEMU
Karthikeyan Pasupathi
4
-0
/
+58
2023-03-02
tests/avocado/machine_aspeed.py: Add an I2C slave test
Cédric Le Goater
1
-0
/
+10
2023-03-02
hw/misc: add a toy i2c echo device
Klaus Jensen
2
-0
/
+158
2023-03-02
hw/i2c: only schedule pending master when bus is idle
Klaus Jensen
3
-15
/
+26
2023-03-02
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
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
2023-03-01
accel/tcg: Use more accurate max_insns for tb_overflow
Richard Henderson
1
-1
/
+1
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
24
-26
/
+26
2023-03-01
tcg: Adjust TCGContext.temps_in_use check
Richard Henderson
1
-6
/
+4
2023-03-01
include/exec: Remove `tb_pc()`
Anton Johansson
1
-7
/
+0
2023-03-01
target/arm: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+2
2023-03-01
target/avr: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+2
2023-03-01
target/hexagon: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/hppa: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-3
/
+5
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+1
2023-03-01
target/loongarch: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+4
2023-03-01
target/microblaze: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/mips: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2
-2
/
+3
2023-03-01
target/openrisc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
[next]