Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-riscv (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Tue Jan 21 2025 18:13:42 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/5] target/riscv: Coverity fixes
,
Daniel Henrique Barboza
,
2025/01/21
[PATCH 1/5] target/riscv/csr.c: fix deadcode in rmw_xireg()
,
Daniel Henrique Barboza
,
2025/01/21
[PATCH 3/5] target/riscv/csr.c: fix deadcode in rmw_xiregi()
,
Daniel Henrique Barboza
,
2025/01/21
[PATCH 2/5] target/riscv/csr.c: fix 'ret' deadcode in rmw_xireg()
,
Daniel Henrique Barboza
,
2025/01/21
[PATCH 4/5] target/riscv/csr.c: fix deadcode in aia_smode32()
,
Daniel Henrique Barboza
,
2025/01/21
[PATCH 5/5] target/riscv/cpu_helper.c: fix bad_shift in riscv_cpu_interrupt()
,
Daniel Henrique Barboza
,
2025/01/21
[PATCH v3 0/2] target/riscv: throw debug exception before page fault
,
Daniel Henrique Barboza
,
2025/01/21
[PATCH v3 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
,
Daniel Henrique Barboza
,
2025/01/21
Re: [PATCH v3 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH v3 2/2] target/riscv: throw debug exception before page fault
,
Daniel Henrique Barboza
,
2025/01/21
Re: [PATCH v3 2/2] target/riscv: throw debug exception before page fault
,
Richard Henderson
,
2025/01/21
[PATCH 00/28] cpus: Restrict CPU has_work() handlers to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 01/28] target/hexagon: Ensure not being build on system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 01/28] target/hexagon: Ensure not being build on system emulation
,
Brian Cain
,
2025/01/21
[PATCH 02/28] target/rx: Ensure not being build on user emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 03/28] target/tricore: Ensure not being build on user emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 04/28] cpus: Restrict cpu_get_memory_mapping() to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 05/28] cpus: Restrict cpu_has_work() to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 06/28] cpus: Un-inline cpu_has_work()
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 08/28] target/alpha: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 07/28] cpus: Introduce SysemuCPUOps::has_work() handler
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 09/28] target/arm: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 10/28] target/avr: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 11/28] target/hexagon: Remove CPUClass:has_work() handler
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 12/28] target/hppa: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 13/28] target/i386: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 14/28] target/loongarch: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 15/28] target/m68k: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 17/28] target/mips: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 16/28] target/microblaze: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 18/28] target/openrisc: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 20/28] target/riscv: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 19/28] target/ppc: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 21/28] target/rx: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 22/28] target/s390x: Restrict I/O handler installers to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 24/28] target/sh4: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 23/28] target/s390x: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 26/28] target/tricore: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 25/28] target/sparc: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 27/28] target/xtensa: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 28/28] cpus: Remove CPUClass::has_work() handler
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 5/7] tests/qtest: rename qtest_send_prefix and roll-up into qtest_send
,
Alex Bennée
,
2025/01/20
Re: [PATCH 5/7] tests/qtest: rename qtest_send_prefix and roll-up into qtest_send
,
Daniel Henrique Barboza
,
2025/01/20
[PATCH v2 0/2] target/riscv: throw debug exception before page fault
,
Daniel Henrique Barboza
,
2025/01/20
[PATCH v2 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
,
Daniel Henrique Barboza
,
2025/01/20
Re: [PATCH v2 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH v2 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
,
Daniel Henrique Barboza
,
2025/01/21
Re: [PATCH v2 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH v2 2/2] target/riscv: throw debug exception before page fault
,
Daniel Henrique Barboza
,
2025/01/20
Re: [PATCH v2 2/2] target/riscv: throw debug exception before page fault
,
Richard Henderson
,
2025/01/21
Re: [PATCH v2 2/2] target/riscv: throw debug exception before page fault
,
Daniel Henrique Barboza
,
2025/01/21
Re: [PATCH] target/riscv: throw debug exception before page fault
,
Richard Henderson
,
2025/01/20
[PATCH] hw/char/riscv_htif: Convert HTIF_DEBUG() to trace events
,
Philippe Mathieu-Daudé
,
2025/01/16
Re: [PATCH] hw/char/riscv_htif: Convert HTIF_DEBUG() to trace events
,
Alistair Francis
,
2025/01/16
Re: [PATCH] hw/char/riscv_htif: Convert HTIF_DEBUG() to trace events
,
Alistair Francis
,
2025/01/16
Re: [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
,
Philippe Mathieu-Daudé
,
2025/01/16
Re: [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
,
Philippe Mathieu-Daudé
,
2025/01/16
[PATCH v3] hw/riscv/virt: Add serial alias in DTB
,
Vasilis Liaskovitis
,
2025/01/16
[PATCH v2] hw/riscv/virt: Add serial alias in DTB
,
Vasilis Liaskovitis
,
2025/01/16
Re: [PATCH v2] hw/riscv/virt: Add serial alias in DTB
,
Andrew Jones
,
2025/01/16
[RFC PATCH] hw/riscv/virt: Add serial alias in DTB
,
Vasilis Liaskovitis
,
2025/01/16
Re: [RFC PATCH] hw/riscv/virt: Add serial alias in DTB
,
Andrew Jones
,
2025/01/16
Re: [RFC PATCH] hw/riscv/virt: Add serial alias in DTB
,
Vasilis Liaskovitis
,
2025/01/16
[PATCH v9] target/riscv: Add Smdbltrp ISA extension enable switch
,
Clément Léger
,
2025/01/16
Re: [PATCH v9] target/riscv: Add Smdbltrp ISA extension enable switch
,
Daniel Henrique Barboza
,
2025/01/16
Re: [PATCH v9] target/riscv: Add Smdbltrp ISA extension enable switch
,
Alistair Francis
,
2025/01/17
Re: [RFC PATCH 5/6] hw/riscv/riscv-iommu: Acquire device IDs dynamically
,
Daniel Henrique Barboza
,
2025/01/16
Re: [RFC PATCH 4/6] hw/riscv/riscv-iommu: Allow PCI hosts with iommu_ops registered connecting to the IOMMU
,
Daniel Henrique Barboza
,
2025/01/16
[PATCH] riscv: disable Smdbltrp for the max cpu
,
Clément Léger
,
2025/01/16
Re: [PATCH] riscv: disable Smdbltrp for the max cpu
,
Daniel Henrique Barboza
,
2025/01/16
Re: [PATCH] riscv: disable Smdbltrp for the max cpu
,
Clément Léger
,
2025/01/16
[PATCH qemu] target/riscv: Check ext_zca for misaligned return address of mret/sret.
,
~yuming
,
2025/01/15
[PATCH 0/2] Minor mhpmevent related fixes
,
Atish Patra
,
2025/01/15
[PATCH 1/2] target/riscv: Fix the hpmevent mask
,
Atish Patra
,
2025/01/15
Re: [PATCH 1/2] target/riscv: Fix the hpmevent mask
,
Daniel Henrique Barboza
,
2025/01/16
[PATCH 2/2] target/riscv: Mask out upper sscofpmf bits during validation
,
Atish Patra
,
2025/01/15
Re: [PATCH 2/2] target/riscv: Mask out upper sscofpmf bits during validation
,
Daniel Henrique Barboza
,
2025/01/16
[PATCH v4 0/6] target/riscv: RVA23 profile support
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v4 1/6] target/riscv: add ssu64xl
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v4 2/6] target/riscv: use RVB in RVA22U64
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v4 3/6] target/riscv: add profile u_parent and s_parent
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v4 4/6] target/riscv: change priv_ver check in validate_profile()
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v4 5/6] target/riscv: add RVA23U64 profile
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v4 6/6] target/riscv: add RVA23S64 profile
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members
,
Jason Chien
,
2025/01/15
[PATCH v3 2/2] hw/riscv/riscv-iommu-bits: Remove duplicate definitions
,
Jason Chien
,
2025/01/15
[PATCH v3 0/6] target/riscv: RVA23 profile support
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v3 1/6] target/riscv: add ssu64xl
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v3 2/6] target/riscv: use RVB in RVA22U64
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v3 3/6] target/riscv: add profile u_parent and s_parent
,
Daniel Henrique Barboza
,
2025/01/15
Re: [PATCH v3 3/6] target/riscv: add profile u_parent and s_parent
,
Andrew Jones
,
2025/01/15
[PATCH v3 4/6] target/riscv: change priv_ver check in validate_profile()
,
Daniel Henrique Barboza
,
2025/01/15
Re: [PATCH v3 4/6] target/riscv: change priv_ver check in validate_profile()
,
Andrew Jones
,
2025/01/15
[PATCH v3 5/6] target/riscv: add RVA23U64 profile
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v3 6/6] target/riscv: add RVA23S64 profile
,
Daniel Henrique Barboza
,
2025/01/15
Re: [PATCH v3 6/6] target/riscv: add RVA23S64 profile
,
Andrew Jones
,
2025/01/15
[PATCH v2 1/2] hw/riscv/riscv-iommu: Remove redundant struct members
,
Jason Chien
,
2025/01/15
[PATCH v2 2/2] hw/riscv/riscv-iommu-bits: Remove duplicate definitions
,
Jason Chien
,
2025/01/15
Re: [PATCH v2 1/2] hw/riscv/riscv-iommu: Remove redundant struct members
,
Philippe Mathieu-Daudé
,
2025/01/15
[PATCH v2] hw/intc/riscv_aplic: Remove redundant "hart_idx" masking
,
Huang Borong
,
2025/01/14
Re: [PATCH v2] hw/intc/riscv_aplic: Remove redundant "hart_idx" masking
,
Andrew Jones
,
2025/01/15
[PATCH] goldfish_rtc: Fix tick_offset migration
,
Rodrigo Dias Correa
,
2025/01/14
[PATCH v2 0/4] target/riscv: RVA23 profile support
,
Daniel Henrique Barboza
,
2025/01/14
[PATCH v2 1/4] target/riscv: add ssu64xl
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH v2 1/4] target/riscv: add ssu64xl
,
Andrew Jones
,
2025/01/15
[PATCH v2 3/4] target/riscv: add RVA23U64 profile
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH v2 3/4] target/riscv: add RVA23U64 profile
,
Andrew Jones
,
2025/01/15
[PATCH v2 4/4] target/riscv: add RVA23S64 profile
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH v2 4/4] target/riscv: add RVA23S64 profile
,
Andrew Jones
,
2025/01/15
Re: [PATCH v2 4/4] target/riscv: add RVA23S64 profile
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v2 2/4] target/riscv: use RVB in RVA22U64
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH v2 2/4] target/riscv: use RVB in RVA22U64
,
Andrew Jones
,
2025/01/15
[PATCH 0/4] target/riscv: RVA23 profile support
,
Daniel Henrique Barboza
,
2025/01/14
[PATCH 1/4] target/riscv: add ssu64xl
,
Daniel Henrique Barboza
,
2025/01/14
[PATCH 3/4] target/riscv: add RVA23U64 profile
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH 3/4] target/riscv: add RVA23U64 profile
,
Andrew Jones
,
2025/01/14
Re: [PATCH 3/4] target/riscv: add RVA23U64 profile
,
Daniel Henrique Barboza
,
2025/01/14
[PATCH 2/4] target/riscv: use RVB in RVA22U64
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH 2/4] target/riscv: use RVB in RVA22U64
,
Andrew Jones
,
2025/01/14
Re: [PATCH 2/4] target/riscv: use RVB in RVA22U64
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH 2/4] target/riscv: use RVB in RVA22U64
,
Andrew Jones
,
2025/01/14
Re: [PATCH 2/4] target/riscv: use RVB in RVA22U64
,
Daniel Henrique Barboza
,
2025/01/14
[PATCH 4/4] target/riscv: add RVA23S64 profile
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH 4/4] target/riscv: add RVA23S64 profile
,
Andrew Jones
,
2025/01/14
Re: [PATCH 4/4] target/riscv: add RVA23S64 profile
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH 4/4] target/riscv: add RVA23S64 profile
,
Andrew Jones
,
2025/01/14
Re: [PATCH 4/4] target/riscv: add RVA23S64 profile
,
Daniel Henrique Barboza
,
2025/01/14
[PATCH 1/2] hw/riscv/riscv-iommu: Remove redundant variables
,
Jason Chien
,
2025/01/14
[PATCH 2/2] hw/riscv/riscv-iommu-bits: Remove redundant definitions
,
Jason Chien
,
2025/01/14
Re: [PATCH 2/2] hw/riscv/riscv-iommu-bits: Remove redundant definitions
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH 2/2] hw/riscv/riscv-iommu-bits: Remove redundant definitions
,
Andrew Jones
,
2025/01/14
Re: [PATCH 1/2] hw/riscv/riscv-iommu: Remove redundant variables
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH 1/2] hw/riscv/riscv-iommu: Remove redundant variables
,
Andrew Jones
,
2025/01/14
[PATCH] target/riscv/csr.c: Turn off mstatus.vs when misa.v is turned off
,
Evgenii Prokopiev
,
2025/01/14
Re: [PATCH] target/riscv/csr.c: Turn off mstatus.vs when misa.v is turned off
,
Daniel Henrique Barboza
,
2025/01/14
[PATCH v1] hw/intc/riscv_aplic: Remove redundant masking of hart_idx in riscv_aplic_msi_send()
,
Huang Borong
,
2025/01/14
Re: [PATCH v1] hw/intc/riscv_aplic: Remove redundant masking of hart_idx in riscv_aplic_msi_send()
,
Daniel Henrique Barboza
,
2025/01/14
Re: [PATCH v1] hw/intc/riscv_aplic: Remove redundant masking of hart_idx in riscv_aplic_msi_send()
,
Andrew Jones
,
2025/01/14
[PATCH v2] target/riscv: Support Supm and Sspm as part of Zjpm v1.0
,
baturo . alexey
,
2025/01/13
Re: [PATCH v2] target/riscv: Support Supm and Sspm as part of Zjpm v1.0
,
Alistair Francis
,
2025/01/13
Re: [PATCH v2] target/riscv: Support Supm and Sspm as part of Zjpm v1.0
,
Alexey Baturo
,
2025/01/13
[PATCH 0/2] hw/riscv/virt: Remove unnecessary use of &first_cpu
,
Philippe Mathieu-Daudé
,
2025/01/12
[PATCH 1/2] target/riscv: Have kvm_riscv_get_timebase_frequency() take RISCVCPU cpu
,
Philippe Mathieu-Daudé
,
2025/01/12
Re: [PATCH 1/2] target/riscv: Have kvm_riscv_get_timebase_frequency() take RISCVCPU cpu
,
Alistair Francis
,
2025/01/12
[PATCH 2/2] hw/riscv/virt: Remove unnecessary use of &first_cpu
,
Philippe Mathieu-Daudé
,
2025/01/12
Re: [PATCH 2/2] hw/riscv/virt: Remove unnecessary use of &first_cpu
,
Alistair Francis
,
2025/01/12
Re: [PATCH 0/2] hw/riscv/virt: Remove unnecessary use of &first_cpu
,
Alistair Francis
,
2025/01/12
[PATCH] target/riscv: Support Supm and Sspm as part of Zjpm v1.0
,
baturo . alexey
,
2025/01/11
Re: [PATCH] target/riscv: Support Supm and Sspm as part of Zjpm v1.0
,
Daniel Henrique Barboza
,
2025/01/13
[PULL 11/32] tests/functional: update the riscv64 tuxrun tests
,
Alex Bennée
,
2025/01/10
[PULL 10/32] tests/functional: update the riscv32 tuxrun tests
,
Alex Bennée
,
2025/01/10
[PATCH v8 0/9] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
,
Clément Léger
,
2025/01/10
[PATCH v8 1/9] target/riscv: Fix henvcfg potentially containing stale bits
,
Clément Léger
,
2025/01/10
[PATCH v8 4/9] target/riscv: Implement Ssdbltrp exception handling
,
Clément Léger
,
2025/01/10
[PATCH v8 7/9] target/riscv: Implement Smdbltrp sret, mret and mnret behavior
,
Clément Léger
,
2025/01/10
[PATCH v8 6/9] target/riscv: Add Smdbltrp CSRs handling
,
Clément Léger
,
2025/01/10
[PATCH v8 3/9] target/riscv: Implement Ssdbltrp sret, mret and mnret behavior
,
Clément Léger
,
2025/01/10
[PATCH v8 2/9] target/riscv: Add Ssdbltrp CSRs handling
,
Clément Léger
,
2025/01/10
[PATCH v8 5/9] target/riscv: Add Ssdbltrp ISA extension enable switch
,
Clément Léger
,
2025/01/10
[PATCH v8 8/9] target/riscv: Implement Smdbltrp behavior
,
Clément Léger
,
2025/01/10
[PATCH v8 9/9] target/riscv: Add Smdbltrp ISA extension enable switch
,
Clément Léger
,
2025/01/10
Re: [PATCH v8 0/9] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
,
Alistair Francis
,
2025/01/13
[PATCH v5 00/11] Add RISC-V Counter delegation ISA extension support
,
Atish Patra
,
2025/01/10
[PATCH v5 01/11] target/riscv: Add properties for Indirect CSR Access extension
,
Atish Patra
,
2025/01/10
[PATCH v5 02/11] target/riscv: Decouple AIA processing from xiselect and xireg
,
Atish Patra
,
2025/01/10
[PATCH v5 03/11] target/riscv: Enable S*stateen bits for AIA
,
Atish Patra
,
2025/01/10
[PATCH v5 04/11] target/riscv: Support generic CSR indirect access
,
Atish Patra
,
2025/01/10
[PATCH v5 05/11] target/riscv: Add properties for counter delegation ISA extensions
,
Atish Patra
,
2025/01/10
[PATCH v5 06/11] target/riscv: Add counter delegation definitions
,
Atish Patra
,
2025/01/10
[PATCH v5 08/11] target/riscv: Add counter delegation/configuration support
,
Atish Patra
,
2025/01/10
[PATCH v5 10/11] target/riscv: Add implied rule for counter delegation extensions
,
Atish Patra
,
2025/01/10
[PATCH v5 11/11] target/riscv: Add configuration for S[m|s]csrind, Smcdeleg/Ssccfg
,
Atish Patra
,
2025/01/10
[PATCH v5 07/11] target/riscv: Add select value range check for counter delegation
,
Atish Patra
,
2025/01/10
[PATCH v5 09/11] target/riscv: Invoke pmu init after feature enable
,
Atish Patra
,
2025/01/10
Re: [PATCH v5 00/11] Add RISC-V Counter delegation ISA extension support
,
Alistair Francis
,
2025/01/12
Re: [PATCH v7 0/9] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
,
Alistair Francis
,
2025/01/09
Re: [PATCH v7 0/9] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
,
Clément Léger
,
2025/01/10
Re: [PATCH v4 00/11] Add RISC-V Counter delegation ISA extension support
,
Alistair Francis
,
2025/01/09
Re: [PATCH v4 00/11] Add RISC-V Counter delegation ISA extension support
,
Atish Kumar Patra
,
2025/01/10
Re: [PATCH v4 10/11] target/riscv: Add implied rule for counter delegation extensions
,
Alistair Francis
,
2025/01/09
Re: [PATCH v4 08/11] target/riscv: Add counter delegation/configuration support
,
Alistair Francis
,
2025/01/09
Re: [PATCH v4 05/11] target/riscv: Add properties for counter delegation ISA extensions
,
Alistair Francis
,
2025/01/09
Re: [PATCH v4 04/11] target/riscv: Support generic CSR indirect access
,
Alistair Francis
,
2025/01/09
Re: [PATCH v4 01/11] target/riscv: Add properties for Indirect CSR Access extension
,
Alistair Francis
,
2025/01/09
[PATCH v10 0/1] target/riscv: rvv: Use wider accesses for unit stride load/store
,
Craig Blackmore
,
2025/01/09
[PATCH v10 1/1] target/riscv: rvv: Use wider accesses for unit stride load/store
,
Craig Blackmore
,
2025/01/09
Re: [PATCH v10 1/1] target/riscv: rvv: Use wider accesses for unit stride load/store
,
Daniel Henrique Barboza
,
2025/01/15
[PATCH v9 0/1] target/riscv: rvv: Use wider accesses for unit stride load/store
,
Craig Blackmore
,
2025/01/09
[PATCH v9 1/1] target/riscv: rvv: Use wider accesses for unit stride load/store
,
Craig Blackmore
,
2025/01/09
Re: [RFC PATCH 0/6] Avoid contention for PCIIOMMUOps between IOMMU and PCIe host
,
Jason Chien
,
2025/01/09
[PATCH v9 0/2] Support RISC-V CSR read/write in Qtest environment
,
Ivan Klokov
,
2025/01/09
[PATCH v9 1/2] target/riscv: Add RISC-V CSR qtest support
,
Ivan Klokov
,
2025/01/09
[PATCH v9 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Ivan Klokov
,
2025/01/09
[PATCH v9 0/8] Support RISC-V IOPMP
,
Ethan Chen
,
2025/01/08
[PATCH v9 1/8] hw/core: Add config stream
,
Ethan Chen
,
2025/01/08
[PATCH v9 2/8] memory: Introduce memory region fetch operation
,
Ethan Chen
,
2025/01/08
[PATCH v9 3/8] system/physmem: Support IOMMU granularity smaller than TARGET_PAGE size
,
Ethan Chen
,
2025/01/08
[PATCH v9 4/8] target/riscv: Add support for IOPMP
,
Ethan Chen
,
2025/01/08
[PATCH v9 5/8] hw/misc/riscv_iopmp_txn_info: Add struct for transaction infomation
,
Ethan Chen
,
2025/01/08
[PATCH v9 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
Ethan Chen
,
2025/01/08
[PATCH v9 8/8] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2025/01/08
[PATCH v9 7/8] hw/misc/riscv_iopmp_dispatcher: Device for redirect IOPMP transaction infomation
,
Ethan Chen
,
2025/01/08
[PATCH v8 0/1] target/riscv: rvv: Use wider accesses for unit stride load/store
,
Craig Blackmore
,
2025/01/08
[PATCH v8 1/1] target/riscv: rvv: Use wider accesses for unit stride load/store
,
Craig Blackmore
,
2025/01/08
Re: [PATCH v8 1/1] target/riscv: rvv: Use wider accesses for unit stride load/store
,
Richard Henderson
,
2025/01/08
Re: [PATCH v16 00/14] macOS PV Graphics and new vmapple machine type
,
Michael S. Tsirkin
,
2025/01/08
[PATCH v4 00/32] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR-FINAL)
,
Alex Bennée
,
2025/01/08
[PATCH v4 02/32] tests/functional: update the i386 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 08/32] tests/functional: update the ppc32 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 15/32] tests/functional/aarch64: add tests for FEAT_RME
,
Alex Bennée
,
2025/01/08
[PATCH v4 13/32] tests/functional: update the sparc64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 14/32] tests/functional: update the x86_64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 06/32] tests/functional: update the mips64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 17/32] system/qtest: properly feedback results of clock_[step|set]
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 17/32] system/qtest: properly feedback results of clock_[step|set]
,
Michael Tokarev
,
2025/01/13
[PATCH v4 01/32] tests/functional: update the arm tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 22/32] tests/functional: bail aarch64_virt tests early if missing TCG
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 22/32] tests/functional: bail aarch64_virt tests early if missing TCG
,
Thomas Huth
,
2025/01/08
[PATCH v4 03/32] tests/functional: add a m68k tuxrun tests
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 03/32] tests/functional: add a m68k tuxrun tests
,
Daniel P . Berrangé
,
2025/01/08
[PATCH v4 21/32] tests/functional: remove unused kernel_command_line
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 21/32] tests/functional: remove unused kernel_command_line
,
Thomas Huth
,
2025/01/08
[PATCH v4 04/32] tests/functional: update the mips32 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 12/32] tests/functional: update the s390x tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 31/32] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker
,
Alex Bennée
,
2025/01/08
[PATCH v4 18/32] tests/functional: remove hacky sleep from the tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 23/32] tests/functional: extend test_aarch64_virt with vulkan test
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 23/32] tests/functional: extend test_aarch64_virt with vulkan test
,
Thomas Huth
,
2025/01/08
[PATCH v4 09/32] tests/functional: update the ppc64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 10/32] tests/functional: update the riscv32 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 16/32] tests/qtest: remove clock_steps from virtio tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 30/32] pc-bios: ensure keymaps dependencies set vnc tests
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 30/32] pc-bios: ensure keymaps dependencies set vnc tests
,
Paolo Bonzini
,
2025/01/09
[PATCH v4 07/32] tests/functional: update the mips64el tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 05/32] tests/functional: update the mips32el tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 11/32] tests/functional: update the riscv64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 20/32] tests/functional: update tuxruntest to use uncompress utility
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 20/32] tests/functional: update tuxruntest to use uncompress utility
,
Thomas Huth
,
2025/01/08
[PATCH v4 26/32] tests/lcitool: remove temp workaround for debian mips64el
,
Alex Bennée
,
2025/01/08
[PATCH v4 28/32] tests/vm: partially un-tabify help output
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 28/32] tests/vm: partially un-tabify help output
,
Thomas Huth
,
2025/01/08
[PATCH v4 25/32] tests/docker: move riscv64 cross container from sid to trixie
,
Alex Bennée
,
2025/01/08
[PATCH v4 29/32] tests/vm: allow interactive login as root
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 29/32] tests/vm: allow interactive login as root
,
Thomas Huth
,
2025/01/08
[PATCH v4 27/32] tests/vm: fix build_path based path
,
Alex Bennée
,
2025/01/08
[PATCH v4 24/32] tests/lcitool: bump to latest version of libvirt-ci
,
Alex Bennée
,
2025/01/08
[PATCH v4 19/32] tests/functional: add zstd support to uncompress utility
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 19/32] tests/functional: add zstd support to uncompress utility
,
Daniel P . Berrangé
,
2025/01/08
Re: [PATCH v4 19/32] tests/functional: add zstd support to uncompress utility
,
Thomas Huth
,
2025/01/08
[PATCH v4 32/32] MAINTAINERS: Remove myself from reviewers
,
Alex Bennée
,
2025/01/08
Re: [PATCH] hw/riscv/riscv-iommu.c: Introduce a translation tag for the page table cache
,
Jason Chien
,
2025/01/08
Re: [PATCH] hw/riscv/riscv-iommu.c: Introduce a translation tag for the page table cache
,
Daniel Henrique Barboza
,
2025/01/11
Re: [PATCH] hw/riscv/riscv-iommu.c: Introduce a translation tag for the page table cache
,
Alistair Francis
,
2025/01/12
[PATCH v3 00/29] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR)
,
Alex Bennée
,
2025/01/07
[PATCH v3 02/29] tests/functional: update the i386 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 01/29] tests/functional: update the arm tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 03/29] tests/functional: add a m68k tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 04/29] tests/functional: update the mips32 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 05/29] tests/functional: update the mips32el tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 07/29] tests/functional: update the mips64el tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 08/29] tests/functional: update the ppc32 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 10/29] tests/functional: update the riscv32 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 06/29] tests/functional: update the mips64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 09/29] tests/functional: update the ppc64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 26/29] tests/vm: allow interactive login as root
,
Alex Bennée
,
2025/01/07
[PATCH v3 11/29] tests/functional: update the riscv64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 12/29] tests/functional: update the s390x tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 14/29] tests/functional: update the x86_64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 13/29] tests/functional: update the sparc64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 29/29] MAINTAINERS: Remove myself from reviewers
,
Alex Bennée
,
2025/01/07
[PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests
,
Alex Bennée
,
2025/01/07
Re: [PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests
,
Fabiano Rosas
,
2025/01/07
[PATCH v3 25/29] tests/vm: partially un-tabify help output
,
Alex Bennée
,
2025/01/07
[PATCH v3 15/29] tests/functional/aarch64: add tests for FEAT_RME
,
Alex Bennée
,
2025/01/07
[PATCH v3 22/29] tests/docker: move riscv64 cross container from sid to trixie
,
Alex Bennée
,
2025/01/07
[PATCH v3 27/29] pc-bios: ensure keymaps dependencies set vnc tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 24/29] tests/vm: fix build_path based path
,
Alex Bennée
,
2025/01/07
[PATCH v3 28/29] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker
,
Alex Bennée
,
2025/01/07
[PATCH v3 21/29] tests/lcitool: bump to latest version of libvirt-ci
,
Alex Bennée
,
2025/01/07
[PATCH v3 17/29] system/qtest: properly feedback results of clock_[step|set]
,
Alex Bennée
,
2025/01/07
[PATCH v3 23/29] tests/lcitool: remove temp workaround for debian mips64el
,
Alex Bennée
,
2025/01/07
[PATCH v3 20/29] tests/functional: extend test_aarch64_virt with vulkan test
,
Alex Bennée
,
2025/01/07
Re: [PATCH v3 20/29] tests/functional: extend test_aarch64_virt with vulkan test
,
Thomas Huth
,
2025/01/08
[PATCH v3 19/29] tests/functional: add zstd support to uncompress utility
,
Alex Bennée
,
2025/01/07
Re: [PATCH v3 19/29] tests/functional: add zstd support to uncompress utility
,
Thomas Huth
,
2025/01/08
[PATCH v3 18/29] tests/functional: remove hacky sleep from the tests
,
Alex Bennée
,
2025/01/07
Re: [PATCH 26/71] hw/gpio: Constify all Property
,
Miles Glenn
,
2025/01/06
[PATCH v2 0/2] target/riscv: add traces for exceptions
,
Daniel Henrique Barboza
,
2025/01/06
[PATCH v2 2/2] target/riscv: add trace in riscv_raise_exception()
,
Daniel Henrique Barboza
,
2025/01/06
[PATCH v2 1/2] target/riscv: use RISCVException enum in exception helpers
,
Daniel Henrique Barboza
,
2025/01/06
Re: [PATCH v2 0/2] target/riscv: add traces for exceptions
,
Alistair Francis
,
2025/01/06
[PATCH v15 0/7] Pointer Masking update for Zjpm v1.0
,
baturo . alexey
,
2025/01/06
[PATCH v15 2/7] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v1.0
,
baturo . alexey
,
2025/01/06
[PATCH v15 1/7] target/riscv: Remove obsolete pointer masking extension code.
,
baturo . alexey
,
2025/01/06
[PATCH v15 3/7] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
,
baturo . alexey
,
2025/01/06
[PATCH v15 4/7] target/riscv: Add pointer masking tb flags
,
baturo . alexey
,
2025/01/06
[PATCH v15 5/7] target/riscv: Update address modify functions to take into account pointer masking
,
baturo . alexey
,
2025/01/06
[PATCH v15 6/7] target/riscv: Apply pointer masking for virtualized memory accesses
,
baturo . alexey
,
2025/01/06
[PATCH v15 7/7] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension
,
baturo . alexey
,
2025/01/06
Re: [PATCH v15 0/7] Pointer Masking update for Zjpm v1.0
,
Alistair Francis
,
2025/01/06
[PATCH v12 0/6] Add Smrnmi support
,
frank . chang
,
2025/01/06
[PATCH v12 1/6] target/riscv: Add 'ext_smrnmi' in the RISCVCPUConfig
,
frank . chang
,
2025/01/06
[PATCH v12 2/6] target/riscv: Add Smrnmi CSRs
,
frank . chang
,
2025/01/06
[PATCH v12 3/6] target/riscv: Handle Smrnmi interrupt and exception
,
frank . chang
,
2025/01/06
Re: [PATCH v12 3/6] target/riscv: Handle Smrnmi interrupt and exception
,
Alistair Francis
,
2025/01/06
[PATCH v12 4/6] target/riscv: Add Smrnmi mnret instruction
,
frank . chang
,
2025/01/06
[PATCH v12 5/6] target/riscv: Add Smrnmi cpu extension
,
frank . chang
,
2025/01/06
Re: [PATCH v12 5/6] target/riscv: Add Smrnmi cpu extension
,
Alistair Francis
,
2025/01/06
[PATCH v12 6/6] target/riscv: Add Zicfilp support for Smrnmi
,
frank . chang
,
2025/01/06
Re: [PATCH v12 0/6] Add Smrnmi support
,
Alistair Francis
,
2025/01/06
Re: [PATCH v11 0/6] Add Smrnmi support
,
Alistair Francis
,
2025/01/05
Re: [PATCH v11 6/6] target/riscv: Add Zicfilp support for Smrnmi
,
Alistair Francis
,
2025/01/05
Re: [PATCH v11 5/6] target/riscv: Add Smrnmi cpu extension
,
Alistair Francis
,
2025/01/05
Re: [PATCH v11 5/6] target/riscv: Add Smrnmi cpu extension
,
Frank Chang
,
2025/01/06
Re: [PATCH v11 4/6] target/riscv: Add Smrnmi mnret instruction
,
Alistair Francis
,
2025/01/05
Re: [PATCH 0/2] target/riscv: add traces for exceptions
,
Alistair Francis
,
2025/01/05
Re: [PATCH v14 0/7] Pointer Masking update for Zjpm v1.0
,
Alistair Francis
,
2025/01/05
Re: [PATCH v14 0/7] Pointer Masking update for Zjpm v1.0
,
Alexey Baturo
,
2025/01/06
Re: [PATCH v14 3/7] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
,
Alistair Francis
,
2025/01/05
Re: [PATCH 2/2] target/riscv: add trace in riscv_raise_exception()
,
Alistair Francis
,
2025/01/05
Re: [PATCH 1/2] target/riscv: use RISCVException enum in exception helpers
,
Alistair Francis
,
2025/01/05
Re: [PATCH 1/2] target/riscv: use RISCVException enum in exception helpers
,
Philippe Mathieu-Daudé
,
2025/01/06
Re: [PATCH v2 0/9] target/riscv: add 'sha' support
,
Alistair Francis
,
2025/01/05
[PATCH v3 0/2] Enhanced VSTART and VL checks for vector instructions
,
Chao Liu
,
2025/01/05
[PATCH v3 2/2] target/riscv: fix handling of nop for vstart >= vl in some vector instruction
,
Chao Liu
,
2025/01/05
[PATCH v3 1/2] target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter
,
Chao Liu
,
2025/01/05
Re: [PATCH v1 1/1] target/riscv: Fix handling of NOP for vstart >= vl in vext_vx_rm_2()
,
Alistair Francis
,
2025/01/05
Re: [PATCH v4] riscv/gdbstub: add V bit to priv reg
,
Alistair Francis
,
2025/01/05
Re: [PATCH v4] riscv/gdbstub: add V bit to priv reg
,
Alistair Francis
,
2025/01/05
Re: [PATCH v8 0/2] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores
,
Alistair Francis
,
2025/01/05
Re: [PATCH v11 3/6] target/riscv: Handle Smrnmi interrupt and exception
,
Alistair Francis
,
2025/01/05
Re: [PATCH v11 3/6] target/riscv: Handle Smrnmi interrupt and exception
,
Frank Chang
,
2025/01/06
Re: [PATCH v8 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Alistair Francis
,
2025/01/05
Re: [PATCH v8 1/2] target/riscv: Add RISC-V CSR qtest support
,
Alistair Francis
,
2025/01/05
Re: [PATCH v16 14/14] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2025/01/04
Re: [PATCH v16 14/14] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2025/01/04
[PATCH 0/2] tcg/riscv: Use BEXTI for single-bit extractions
,
Richard Henderson
,
2025/01/02
[PATCH 2/2] tcg/riscv: Use BEXTI for single-bit extractions
,
Richard Henderson
,
2025/01/02
Re: [PATCH 2/2] tcg/riscv: Use BEXTI for single-bit extractions
,
Alistair Francis
,
2025/01/05
Re: [PATCH 2/2] tcg/riscv: Use BEXTI for single-bit extractions
,
Philippe Mathieu-Daudé
,
2025/01/07
Re: [PATCH 2/2] tcg/riscv: Use BEXTI for single-bit extractions
,
Richard Henderson
,
2025/01/07
[PATCH 1/2] util/cpuinfo-riscv: Detect Zbs
,
Richard Henderson
,
2025/01/02
Re: [PATCH 1/2] util/cpuinfo-riscv: Detect Zbs
,
Alistair Francis
,
2025/01/05
Re: [PATCH 1/2] util/cpuinfo-riscv: Detect Zbs
,
Philippe Mathieu-Daudé
,
2025/01/07
Re: [PATCH v8 0/2] Support RISC-V CSR read/write in Qtest environment
,
Fabiano Rosas
,
2025/01/02
Re: [PATCH] hw/riscv/riscv-iommu-sys.c: fix duplicated 'table_size'
,
Alistair Francis
,
2025/01/01
Re: [PATCH v2 1/1] hw/intc/riscv_aplic: Fix APLIC in_clrip and clripnum write emulation
,
Alistair Francis
,
2025/01/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc