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
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-13
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging
Richard Henderson
10
-373
/
+135
2021-10-13
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20211013' into staging
Richard Henderson
1
-83
/
+90
2021-10-13
target/alpha: Reorg integer memory operations
Richard Henderson
1
-64
/
+40
2021-10-13
target/alpha: Reorg fp memory operations
Richard Henderson
1
-26
/
+57
2021-10-13
target/arm: Use cpu_*_mmu instead of helper_*_mmu
Richard Henderson
2
-47
/
+11
2021-10-13
target/sparc: Use cpu_*_mmu instead of helper_*_mmu
Richard Henderson
1
-7
/
+7
2021-10-13
target/s390x: Use cpu_*_mmu instead of helper_*_mmu
Richard Henderson
1
-4
/
+4
2021-10-13
target/mips: Use 8-byte memory ops for msa load/store
Richard Henderson
1
-130
/
+71
2021-10-13
target/mips: Use cpu_*_data_ra for msa load/store
Richard Henderson
1
-285
/
+135
2021-10-13
accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
Richard Henderson
4
-4
/
+0
2021-10-13
target/hexagon: Implement cpu_mmu_index
Richard Henderson
1
-0
/
+9
2021-10-13
target/s390x: Use MO_128 for 16 byte atomics
Richard Henderson
1
-2
/
+2
2021-10-13
target/ppc: Use MO_128 for 16 byte atomics
Richard Henderson
1
-5
/
+7
2021-10-13
target/i386: Use MO_128 for 16 byte atomics
Richard Henderson
1
-1
/
+1
2021-10-13
target/arm: Use MO_128 for 16 byte atomics
Richard Henderson
1
-4
/
+4
2021-10-13
target/i386/sev: Use local variable for kvm_sev_launch_measure
Dov Murik
1
-9
/
+7
2021-10-13
target/i386/sev: Use local variable for kvm_sev_launch_start
Dov Murik
1
-13
/
+10
2021-10-13
hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c
Philippe Mathieu-Daudé
1
-27
/
+0
2021-10-13
hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
Philippe Mathieu-Daudé
1
-5
/
+0
2021-10-13
monitor: Reduce hmp_info_sev() declaration
Philippe Mathieu-Daudé
2
-2
/
+2
2021-10-13
target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.c
Philippe Mathieu-Daudé
4
-40
/
+45
2021-10-13
target/i386/sev: Move qmp_query_sev_launch_measure() to sev.c
Philippe Mathieu-Daudé
4
-21
/
+20
2021-10-13
target/i386/sev: Move qmp_query_sev_capabilities() to sev.c
Philippe Mathieu-Daudé
4
-9
/
+7
2021-10-13
target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.c
Philippe Mathieu-Daudé
3
-34
/
+34
2021-10-13
target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
Philippe Mathieu-Daudé
4
-12
/
+13
2021-10-13
target/i386/sev: Remove stubs by using code elision
Philippe Mathieu-Daudé
4
-49
/
+19
2021-10-13
target/i386/sev: Declare system-specific functions in 'sev.h'
Philippe Mathieu-Daudé
4
-4
/
+12
2021-10-13
target/i386/sev: Rename sev_i386.h -> sev.h
Philippe Mathieu-Daudé
7
-6
/
+6
2021-10-13
target/i386/sev: Restrict SEV to system emulation
Philippe Mathieu-Daudé
3
-44
/
+63
2021-10-13
target/i386/sev: Use g_autofree in sev_launch_get_measure()
Philippe Mathieu-Daudé
1
-9
/
+4
2021-10-13
target/i386/sev: sev_get_attestation_report use g_autofree
Dr. David Alan Gilbert
1
-8
/
+3
2021-10-13
target/i386/sev: Mark unreachable code with g_assert_not_reached()
Philippe Mathieu-Daudé
1
-2
/
+2
2021-10-13
target/i386/sev: Remove sev_get_me_mask()
Philippe Mathieu-Daudé
3
-15
/
+0
2021-10-13
target/i386/sev_i386.h: Remove unused headers
Philippe Mathieu-Daudé
2
-4
/
+1
2021-10-13
target/i386/cpu: Add missing 'qapi/error.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2021-10-13
target/i386/monitor: Return QMP error when SEV is not enabled for guest
Philippe Mathieu-Daudé
1
-0
/
+5
2021-10-13
target/i386/sev: Prefix QMP errors with 'SEV'
Philippe Mathieu-Daudé
2
-10
/
+12
2021-10-13
target/i386/kvm: Restrict SEV stubs to x86 architecture
Philippe Mathieu-Daudé
2
-0
/
+24
2021-10-13
target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
Philippe Mathieu-Daudé
1
-1
/
+5
2021-10-12
target/s390x: move tcg_gen_insn_start to s390x_tr_insn_start
Richard Henderson
1
-2
/
+8
2021-10-07
target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
Frank Chang
2
-13
/
+21
2021-10-07
target/riscv: Remove RVB (replaced by Zb[abcs])
Philipp Tomsich
3
-33
/
+0
2021-10-07
target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
Philipp Tomsich
2
-77
/
+21
2021-10-07
target/riscv: Add rev8 instruction, removing grev/grevi
Philipp Tomsich
4
-79
/
+15
2021-10-07
target/riscv: Add a REQUIRE_32BIT macro
Philipp Tomsich
1
-0
/
+6
2021-10-07
target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
Philipp Tomsich
4
-55
/
+18
2021-10-07
target/riscv: Reassign instructions to the Zbb-extension
Philipp Tomsich
2
-41
/
+50
2021-10-07
target/riscv: Add instructions of the Zbc-extension
Philipp Tomsich
4
-1
/
+65
2021-10-07
target/riscv: Reassign instructions to the Zbs-extension
Philipp Tomsich
2
-18
/
+24
2021-10-07
target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
Philipp Tomsich
2
-78
/
+0
[next]