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
2025-10-03
target/riscv: Fix endianness swap on compressed instructions
vhaudiquet
1
-3
/
+3
2025-10-03
hw/riscv/riscv-iommu: Fixup PDT Nested Walk
Guo Ren (Alibaba DAMO Academy)
1
-2
/
+141
2025-10-03
target/riscv: rvv: Fix vslide1[up|down].vx unexpected result when XLEN=32 and...
Max Chou
3
-20
/
+66
2025-10-03
target/riscv: rvv: Modify minimum VLEN according to enabled vector extensions
Max Chou
1
-2
/
+17
2025-10-03
target/riscv: rvv: Replace checking V by checking Zve32x
Max Chou
5
-5
/
+7
2025-10-03
target/riscv: Fix ssamoswap error handling
Jim Shu
3
-0
/
+62
2025-10-03
target/riscv: Fix SSP CSR error handling in VU/VS mode
Jim Shu
1
-0
/
+2
2025-10-03
target/riscv: Fix the mepc when sspopchk triggers the exception
Jim Shu
1
-0
/
+1
2025-10-03
target/riscv: do not use translator_ldl in opcode_at
Vladimir Isaev
1
-1
/
+2
2025-10-03
qemu/osdep: align memory allocations to 2M on RISC-V
Xuemei Liu
1
-1
/
+1
2025-10-03
target/riscv: use riscv_csrr in riscv_csr_read
stove
1
-1
/
+1
2025-10-03
target/riscv/kvm: Use riscv_cpu_is_32bit() when handling SBI_DBCN reg
Philippe Mathieu-Daudé
1
-1
/
+1
2025-10-03
target/riscv: Save stimer and vstimer in CPU vmstate
TANG Tiancheng
1
-0
/
+25
2025-10-03
hw/intc: Save timers array in RISC-V mtimer VMState
TANG Tiancheng
2
-2
/
+8
2025-10-03
migration: Add support for a variable-length array of UINT32 pointers
TANG Tiancheng
1
-0
/
+10
2025-10-02
hw/intc: Save time_delta in RISC-V mtimer VMState
TANG Tiancheng
1
-2
/
+3
2025-10-02
hw/char: sifive_uart: Add newline to error message
Frank Chang
1
-1
/
+1
2025-10-02
hw/char: sifive_uart: Remove outdated comment about Tx FIFO
Frank Chang
1
-6
/
+0
2025-10-02
hw/char: sifive_uart: Avoid pushing Tx FIFO when size is zero
Frank Chang
1
-1
/
+3
2025-10-02
hw/char: sifive_uart: Raise IRQ according to the Tx/Rx watermark thresholds
Frank Chang
1
-12
/
+12
2025-10-02
roms/opensbi: Update to v1.7
Daniel Henrique Barboza
3
-0
/
+0
2025-10-02
target/riscv: implement MonitorDef HMP API
Daniel Henrique Barboza
2
-0
/
+149
2025-10-02
linux-user/syscall.c: sync RISC-V hwprobe with Linux
Daniel Henrique Barboza
1
-0
/
+89
2025-10-02
docs/interop/firmware: Add riscv64 to FirmwareArchitecture
Andrea Bolognani
1
-1
/
+3
2025-10-02
hw/riscv/riscv-iommu: Fix MSI table size limit
Andrew Jones
1
-4
/
+7
2025-10-01
migration-test: strv parameter
Steve Sistare
2
-0
/
+18
2025-10-01
migration-test: migrate_args
Steve Sistare
2
-24
/
+43
2025-10-01
migration-test: misc exports
Steve Sistare
4
-0
/
+12
2025-10-01
migration-test: shm path accessor
Steve Sistare
1
-1
/
+6
2025-10-01
migration-test: only_source option
Steve Sistare
2
-9
/
+17
2025-10-01
tests/qtest: qtest_init_after_exec
Steve Sistare
2
-0
/
+27
2025-10-01
tests/qtest: qtest_qemu_spawn_func
Steve Sistare
1
-5
/
+13
2025-10-01
tests/qtest: qtest_create_test_state
Steve Sistare
1
-7
/
+14
2025-10-01
tests/qtest: qtest_qemu_args
Steve Sistare
2
-23
/
+39
2025-10-01
tests/qtest: export qtest_qemu_binary
Steve Sistare
2
-1
/
+10
2025-10-01
tests/qtest: optimize qtest_get_machines
Steve Sistare
1
-5
/
+7
2025-10-01
tests/qtest/migration: Fix cpr-tests in case the machine is not available
Thomas Huth
3
-4
/
+9
2025-10-01
tests/qtest: Add missing checks for the availability of machines
Thomas Huth
3
-3
/
+5
2025-10-01
tracetool/syslog: add Rust support
Tanish Desai
6
-2
/
+57
2025-10-01
tracetool/ftrace: add Rust support
Tanish Desai
3
-2
/
+48
2025-10-01
tracetool/log: add Rust support
Tanish Desai
3
-2
/
+54
2025-10-01
log: change qemu_loglevel to unsigned
Paolo Bonzini
4
-26
/
+26
2025-10-01
tracetool/simple: add Rust support
Tanish Desai
3
-0
/
+49
2025-10-01
rust: pl011: add tracepoints
Paolo Bonzini
5
-24
/
+50
2025-10-01
rust: qdev: add minimal clock bindings
Paolo Bonzini
1
-0
/
+33
2025-10-01
rust: add trace crate
Tanish Desai
7
-2
/
+83
2025-10-01
tracetool: Add Rust format support
Tanish Desai
2
-0
/
+219
2025-10-01
tracetool/backend: remove redundant trace event checks
Tanish Desai
5
-28
/
+20
2025-10-01
tracetool: add CHECK_TRACE_EVENT_GET_STATE
Tanish Desai
2
-16
/
+36
2025-10-01
trace/ftrace: move snprintf+write from tracepoints to ftrace.c
Paolo Bonzini
4
-32
/
+24
[next]