index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
tests/tcg/s390x: Test LAALG with negative cc_src
Ilya Leoshkevich
2
-0
/
+28
2023-11-07
target/s390x: Fix LAALG not updating cc_src
Ilya Leoshkevich
2
-3
/
+18
2023-11-07
tests/tcg/s390x: Test CLC with inaccessible second operand
Ilya Leoshkevich
2
-0
/
+49
2023-11-07
target/s390x: Fix CLC corrupting cc_src
Ilya Leoshkevich
1
-2
/
+5
2023-11-07
target/s390x/cpu_models: Use 'first_cpu' in s390_get_feat_block()
Philippe Mathieu-Daudé
1
-5
/
+1
2023-11-07
s390/sclp: fix SCLP facility map
Heiko Carstens
1
-3
/
+1
2023-11-07
tests/avocado: Allow newer versions of tesseract in the nextcube test
Thomas Huth
2
-14
/
+5
2023-11-07
MAINTAINERS: Add artist.c to the hppa machine section
Thomas Huth
1
-0
/
+1
2023-11-07
MAINTAINERS: Add the virtio-gpu documentation to the corresponding section
Thomas Huth
1
-0
/
+1
2023-11-07
docs/about/deprecated: Document RISC-V "pmu-num" deprecation
Rob Bradford
1
-0
/
+12
2023-11-07
target/riscv: Add "pmu-mask" property to replace "pmu-num"
Rob Bradford
5
-12
/
+51
2023-11-07
target/riscv: Use existing PMU counter mask in FDT generation
Rob Bradford
3
-7
/
+3
2023-11-07
target/riscv: Don't assume PMU counters are continuous
Rob Bradford
1
-2
/
+3
2023-11-07
target/riscv: Propagate error from PMU setup
Rob Bradford
3
-12
/
+18
2023-11-07
target/riscv: cpu: Set the OpenTitan priv to 1.12.0
Alistair Francis
1
-1
/
+1
2023-11-07
hw/ssi: ibex_spi_host: Clear the interrupt even if disabled
Alistair Francis
1
-2
/
+4
2023-11-07
disas/riscv: Replace TABs with space
Max Chou
1
-3
/
+3
2023-11-07
disas/riscv: Add support for vector crypto extensions
Max Chou
1
-0
/
+137
2023-11-07
disas/riscv: Add rv_codec_vror_vi for vror.vi
Max Chou
2
-1
/
+14
2023-11-07
disas/riscv: Add rv_fmt_vd_vs2_uimm format
Max Chou
1
-0
/
+1
2023-11-07
target/riscv: Move vector crypto extensions to riscv_cpu_extensions
Max Chou
1
-18
/
+18
2023-11-07
target/riscv: Expose Zvks[c|g] extnesion properties
Max Chou
1
-0
/
+6
2023-11-07
target/riscv: Add cfg properties for Zvks[c|g] extensions
Max Chou
2
-0
/
+20
2023-11-07
target/riscv: Expose Zvkn[c|g] extnesion properties
Max Chou
1
-0
/
+6
2023-11-07
target/riscv: Add cfg properties for Zvkn[c|g] extensions
Max Chou
2
-0
/
+23
2023-11-07
target/riscv: Expose Zvkb extension property
Max Chou
1
-0
/
+2
2023-11-07
target/riscv: Replace Zvbb checking by Zvkb
Max Chou
1
-13
/
+24
2023-11-07
target/riscv: Add cfg property for Zvkb extension
Max Chou
2
-3
/
+4
2023-11-07
target/riscv: Expose Zvkt extension property
Max Chou
1
-0
/
+2
2023-11-07
target/riscv: Add cfg property for Zvkt extension
Max Chou
2
-0
/
+6
2023-11-07
MAINTAINERS: update mail address for Weiwei Li
Weiwei Li
1
-1
/
+1
2023-11-07
target/riscv: correct csr_ops[CSR_MSECCFG]
Heinrich Schuchardt
1
-2
/
+5
2023-11-07
target/riscv/kvm: add zicsr, zifencei, zba, zbs, svnapot
Daniel Henrique Barboza
1
-0
/
+5
2023-11-07
target/riscv/kvm: add zihpm reg
Daniel Henrique Barboza
1
-0
/
+1
2023-11-07
target/riscv: add zihpm extension flag for TCG
Daniel Henrique Barboza
3
-0
/
+17
2023-11-07
target/riscv/kvm: add zicntr reg
Daniel Henrique Barboza
1
-0
/
+1
2023-11-07
target/riscv: add zicntr extension flag for TCG
Daniel Henrique Barboza
4
-0
/
+25
2023-11-07
target/riscv: pmp: Ignore writes when RW=01
Mayuresh Chitale
1
-0
/
+5
2023-11-07
target/riscv: pmp: Clear pmp/smepmp bits on reset
Mayuresh Chitale
3
-0
/
+23
2023-11-07
Add epmp to extensions list and rename it to smepmp
Himanshu Chauhan
5
-17
/
+15
2023-11-07
target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion
Daniel Henrique Barboza
1
-0
/
+20
2023-11-07
target/riscv: add riscv_cpu_accelerator_compatible()
Daniel Henrique Barboza
4
-1
/
+17
2023-11-07
target/riscv: handle custom props in qmp_query_cpu_model_expansion
Daniel Henrique Barboza
1
-0
/
+65
2023-11-07
target/riscv/tcg: add tcg_cpu_finalize_features()
Daniel Henrique Barboza
4
-30
/
+53
2023-11-07
qapi,risc-v: add query-cpu-model-expansion
Daniel Henrique Barboza
2
-2
/
+79
2023-11-07
target/riscv/kvm/kvm-cpu.c: add missing property getters()
Daniel Henrique Barboza
1
-3
/
+37
2023-11-07
docs/system/riscv: update 'virt' machine core limit
Daniel Henrique Barboza
1
-1
/
+1
2023-11-07
linux-user/riscv: change default cpu to 'max'
Daniel Henrique Barboza
1
-2
/
+1
2023-11-07
target/riscv: Add HS-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
5
-32
/
+236
2023-11-07
target/riscv: Add M-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
6
-38
/
+291
[next]