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: Fri Jan 31 2025 15:28:51 -0500
Threads in reverse chronological order
[
Next Period
]
[RFC 0/1 v1] target/riscv: optimize the memory probing for vector fault-only-first loads.
,
Paolo Savini
,
2025/01/29
[RFC 1/1 v1] target/riscv: optimize the memory probing for vector fault-only-first loads.
,
Paolo Savini
,
2025/01/29
[PATCH] MAINTAINERS: Remove Bin Meng from RISC-V maintainers
,
Alistair Francis
,
2025/01/28
Re: [PATCH] MAINTAINERS: Remove Bin Meng from RISC-V maintainers
,
Alistair Francis
,
2025/01/28
Re: [PATCH] MAINTAINERS: Remove Bin Meng from RISC-V maintainers
,
Philippe Mathieu-Daudé
,
2025/01/28
Re: [PATCH] MAINTAINERS: Remove Bin Meng from RISC-V maintainers
,
Daniel Henrique Barboza
,
2025/01/31
[PATCH 00/10] disas: Have CPUClass::disas_set_info() callback set the endianness
,
Philippe Mathieu-Daudé
,
2025/01/27
[PATCH 01/10] target: Set disassemble_info::endian value for little-endian targets
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 01/10] target: Set disassemble_info::endian value for little-endian targets
,
Thomas Huth
,
2025/01/27
[PATCH 02/10] target: Set disassemble_info::endian value for big-endian targets
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 02/10] target: Set disassemble_info::endian value for big-endian targets
,
Thomas Huth
,
2025/01/27
[PATCH 03/10] target/arm: Set disassemble_info::endian value in disas_set_info()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 03/10] target/arm: Set disassemble_info::endian value in disas_set_info()
,
Thomas Huth
,
2025/01/27
[PATCH 04/10] target/microblaze: Set disassemble_info::endian value in disas_set_info
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 04/10] target/microblaze: Set disassemble_info::endian value in disas_set_info
,
Thomas Huth
,
2025/01/27
Re: [PATCH 04/10] target/microblaze: Set disassemble_info::endian value in disas_set_info
,
Richard Henderson
,
2025/01/27
[PATCH 05/10] target/mips: Set disassemble_info::endian value in disas_set_info()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 05/10] target/mips: Set disassemble_info::endian value in disas_set_info()
,
Thomas Huth
,
2025/01/27
[PATCH 06/10] target/ppc: Set disassemble_info::endian value in disas_set_info()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 06/10] target/ppc: Set disassemble_info::endian value in disas_set_info()
,
Thomas Huth
,
2025/01/27
[PATCH 08/10] target/sh4: Set disassemble_info::endian value in disas_set_info()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 08/10] target/sh4: Set disassemble_info::endian value in disas_set_info()
,
Thomas Huth
,
2025/01/27
[PATCH 07/10] target/riscv: Set disassemble_info::endian value in disas_set_info()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 07/10] target/riscv: Set disassemble_info::endian value in disas_set_info()
,
Thomas Huth
,
2025/01/27
[PATCH 09/10] target/xtensa: Set disassemble_info::endian value in disas_set_info()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 09/10] target/xtensa: Set disassemble_info::endian value in disas_set_info()
,
Thomas Huth
,
2025/01/27
[PATCH 10/10] disas: Remove target_words_bigendian() call in initialize_debug_target()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 10/10] disas: Remove target_words_bigendian() call in initialize_debug_target()
,
Thomas Huth
,
2025/01/27
[PATCH 0/6] hw/loader: Pass ELFDATA endian order argument to load_elf()
,
Philippe Mathieu-Daudé
,
2025/01/27
[PATCH 1/6] hw/avr/boot: Replace load_elf_ram_sym() -> load_elf_as()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 1/6] hw/avr/boot: Replace load_elf_ram_sym() -> load_elf_as()
,
Richard Henderson
,
2025/01/27
[PATCH 2/6] hw/loader: Remove unused load_elf_ram()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 2/6] hw/loader: Remove unused load_elf_ram()
,
Richard Henderson
,
2025/01/27
Re: [PATCH 2/6] hw/loader: Remove unused load_elf_ram()
,
Alistair Francis
,
2025/01/27
[PATCH 3/6] hw/loader: Clarify local variable name in load_elf_ram_sym()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 3/6] hw/loader: Clarify local variable name in load_elf_ram_sym()
,
BALATON Zoltan
,
2025/01/27
Re: [PATCH 3/6] hw/loader: Clarify local variable name in load_elf_ram_sym()
,
Richard Henderson
,
2025/01/27
Re: [PATCH 3/6] hw/loader: Clarify local variable name in load_elf_ram_sym()
,
Richard Henderson
,
2025/01/27
[PATCH 4/6] hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 4/6] hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()
,
Richard Henderson
,
2025/01/27
[PATCH 5/6] hw/loader: Pass ELFDATA endian order argument to load_elf_as()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 5/6] hw/loader: Pass ELFDATA endian order argument to load_elf_as()
,
Richard Henderson
,
2025/01/27
[PATCH 6/6] hw/loader: Pass ELFDATA endian order argument to load_elf()
,
Philippe Mathieu-Daudé
,
2025/01/27
Re: [PATCH 6/6] hw/loader: Pass ELFDATA endian order argument to load_elf()
,
BALATON Zoltan
,
2025/01/27
Re: [PATCH 6/6] hw/loader: Pass ELFDATA endian order argument to load_elf()
,
Richard Henderson
,
2025/01/27
Re: [PATCH 0/6] hw/loader: Pass ELFDATA endian order argument to load_elf()
,
Philippe Mathieu-Daudé
,
2025/01/30
[PATCH 00/12] target/riscv: Fix some RISC-V instruction corner cases
,
Anton Blanchard
,
2025/01/26
[PATCH 01/12] target/riscv: Source vector registers cannot overlap mask register
,
Anton Blanchard
,
2025/01/26
[PATCH 02/12] target/riscv: handle vrgather mask and source overlap
,
Anton Blanchard
,
2025/01/26
[PATCH 03/12] target/riscv: handle vadd.vx form mask and source overlap
,
Anton Blanchard
,
2025/01/26
[PATCH 07/12] target/riscv: handle vwadd.vx form mask and source overlap
,
Anton Blanchard
,
2025/01/26
[PATCH 10/12] target/riscv: handle vwadd.wv form vs1 and vs2 overlap
,
Anton Blanchard
,
2025/01/26
[PATCH 05/12] target/riscv: handle vslide1down.vx form mask and source overlap
,
Anton Blanchard
,
2025/01/26
[PATCH 04/12] target/riscv: handle vadd.vv form mask and source overlap
,
Anton Blanchard
,
2025/01/26
[PATCH 06/12] target/riscv: handle vzext.vf2 form mask and source overlap
,
Anton Blanchard
,
2025/01/26
[PATCH 09/12] target/riscv: handle vwadd.wv form mask and source overlap
,
Anton Blanchard
,
2025/01/26
[PATCH 12/12] target/riscv: handle overlap in widening instructions with overwrite
,
Anton Blanchard
,
2025/01/26
[PATCH 11/12] target/riscv: Add CHECK arg to GEN_OPFVF_WIDEN_TRANS
,
Anton Blanchard
,
2025/01/26
[PATCH 08/12] target/riscv: handle vwadd.vv form mask and source overlap
,
Anton Blanchard
,
2025/01/26
[PATCH v3 16/24] target/riscv: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/25
Re: [PATCH v3 16/24] target/riscv: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/26
[PATCH v2 16/24] target/riscv: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/25
Re: [PATCH v2 16/24] target/riscv: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/26
[PATCH] target/riscv: rvv: Fix unexpected behavior of vector reduction instructions when vl is 0
,
Max Chou
,
2025/01/24
Re: [PATCH] target/riscv: rvv: Fix unexpected behavior of vector reduction instructions when vl is 0
,
Daniel Henrique Barboza
,
2025/01/24
Re: [PATCH] target/riscv: rvv: Fix unexpected behavior of vector reduction instructions when vl is 0
,
Alistair Francis
,
2025/01/28
[PATCH] target/riscv: rvv: Fix incorrect vlen comparison in prop_vlen_set
,
Max Chou
,
2025/01/24
Re: [PATCH] target/riscv: rvv: Fix incorrect vlen comparison in prop_vlen_set
,
Daniel Henrique Barboza
,
2025/01/24
Re: [PATCH] target/riscv: rvv: Fix incorrect vlen comparison in prop_vlen_set
,
Alistair Francis
,
2025/01/28
[PATCH] target/riscv: rvv: Fix vslide1[up|down].vx unexpected result when XLEN=32 and SEW=64
,
Max Chou
,
2025/01/24
[PATCH 00/20] accel: Simplify cpu-target.c (omnibus)
,
Philippe Mathieu-Daudé
,
2025/01/23
[PATCH 01/20] qemu/compiler: Absorb 'clang-tsa.h'
,
Philippe Mathieu-Daudé
,
2025/01/23
[PATCH 02/20] user: Extract common MMAP API to 'user/mmap.h'
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 02/20] user: Extract common MMAP API to 'user/mmap.h'
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 02/20] user: Extract common MMAP API to 'user/mmap.h'
,
Richard Henderson
,
2025/01/26
[PATCH 03/20] gdbstub: Check for TCG before calling tb_flush()
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 03/20] gdbstub: Check for TCG before calling tb_flush()
,
Alex Bennée
,
2025/01/24
Re: [PATCH 03/20] gdbstub: Check for TCG before calling tb_flush()
,
Richard Henderson
,
2025/01/26
[PATCH 04/20] cpus: Cache CPUClass early in instance_init() handler
,
Philippe Mathieu-Daudé
,
2025/01/23
[PATCH 05/20] cpus: Keep default fields initialization in cpu_common_initfn()
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 05/20] cpus: Keep default fields initialization in cpu_common_initfn()
,
Richard Henderson
,
2025/01/26
[PATCH 06/20] accel/kvm: Remove unused 'system/cpus.h' header in kvm-cpus.h
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 06/20] accel/kvm: Remove unused 'system/cpus.h' header in kvm-cpus.h
,
Richard Henderson
,
2025/01/26
[PATCH 07/20] accel/tcg: Build tcg_flags helpers as common code
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 07/20] accel/tcg: Build tcg_flags helpers as common code
,
Richard Henderson
,
2025/01/26
[PATCH 08/20] accel/tcg: Restrict tlb_init() / destroy() to TCG
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 08/20] accel/tcg: Restrict tlb_init() / destroy() to TCG
,
Richard Henderson
,
2025/01/26
[PATCH 09/20] accel/tcg: Restrict 'icount_align_option' global to TCG
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 09/20] accel/tcg: Restrict 'icount_align_option' global to TCG
,
Richard Henderson
,
2025/01/26
[PATCH 10/20] accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 10/20] accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
,
Richard Henderson
,
2025/01/26
Re: [PATCH 10/20] accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
,
Richard Henderson
,
2025/01/26
[PATCH 11/20] accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h'
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 11/20] accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h'
,
Richard Henderson
,
2025/01/26
[PATCH 12/20] accel/accel-cpu-target.h: Include missing 'cpu.h' header
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 12/20] accel/accel-cpu-target.h: Include missing 'cpu.h' header
,
Richard Henderson
,
2025/01/26
[PATCH 13/20] accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 13/20] accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
,
Richard Henderson
,
2025/01/26
[PATCH 14/20] accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 14/20] accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c
,
Richard Henderson
,
2025/01/26
[PATCH 15/20] cpus: Fix style in cpu-target.c
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 15/20] cpus: Fix style in cpu-target.c
,
Richard Henderson
,
2025/01/26
[PATCH 16/20] cpus: Restrict cpu_common_post_load() code to TCG
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 16/20] cpus: Restrict cpu_common_post_load() code to TCG
,
Richard Henderson
,
2025/01/26
[PATCH 18/20] cpus: Have cpu_exec_initfn() per user / system emulation
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 18/20] cpus: Have cpu_exec_initfn() per user / system emulation
,
Richard Henderson
,
2025/01/26
[PATCH 19/20] cpus: Register VMState per user / system emulation
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 19/20] cpus: Register VMState per user / system emulation
,
Richard Henderson
,
2025/01/26
[PATCH 17/20] cpus: Have cpu_class_init_props() per user / system emulation
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 17/20] cpus: Have cpu_class_init_props() per user / system emulation
,
Richard Henderson
,
2025/01/26
[PATCH 20/20] cpus: Build cpu_exec_[un]realizefn() methods once
,
Philippe Mathieu-Daudé
,
2025/01/23
Re: [PATCH 20/20] cpus: Build cpu_exec_[un]realizefn() methods once
,
Richard Henderson
,
2025/01/26
[RFC 0/1 v3] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores.
,
Paolo Savini
,
2025/01/22
[RFC 1/1 v3] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores.
,
Paolo Savini
,
2025/01/22
Re: [RFC 1/1 v3] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores.
,
Alex Bennée
,
2025/01/22
Re: [RFC 1/1 v3] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores.
,
Paolo Savini
,
2025/01/23
[PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Philippe Mathieu-Daudé
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Daniel P . Berrangé
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
BALATON Zoltan
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Thomas Huth
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Peter Maydell
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Thomas Huth
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Philippe Mathieu-Daudé
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Pierrick Bouvier
,
2025/01/22
[PATCH v10 0/8] Support RISC-V IOPMP
,
Ethan Chen
,
2025/01/22
[PATCH v10 1/8] hw/core: Add config stream
,
Ethan Chen
,
2025/01/22
[PATCH v10 2/8] memory: Introduce memory region fetch operation
,
Ethan Chen
,
2025/01/22
[PATCH v10 3/8] system/physmem: Support IOMMU granularity smaller than TARGET_PAGE size
,
Ethan Chen
,
2025/01/22
[PATCH v10 4/8] target/riscv: Add support for IOPMP
,
Ethan Chen
,
2025/01/22
[PATCH v10 5/8] hw/misc/riscv_iopmp_txn_info: Add struct for transaction infomation
,
Ethan Chen
,
2025/01/22
[PATCH v10 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
Ethan Chen
,
2025/01/22
[PATCH v10 7/8] hw/misc/riscv_iopmp_dispatcher: Device for redirect IOPMP transaction infomation
,
Ethan Chen
,
2025/01/22
[PATCH v10 8/8] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2025/01/22
[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
Re: [PATCH 1/5] target/riscv/csr.c: fix deadcode in rmw_xireg()
,
Alistair Francis
,
2025/01/28
[PATCH 3/5] target/riscv/csr.c: fix deadcode in rmw_xiregi()
,
Daniel Henrique Barboza
,
2025/01/21
Re: [PATCH 3/5] target/riscv/csr.c: fix deadcode in rmw_xiregi()
,
Alistair Francis
,
2025/01/28
[PATCH 2/5] target/riscv/csr.c: fix 'ret' deadcode in rmw_xireg()
,
Daniel Henrique Barboza
,
2025/01/21
Re: [PATCH 2/5] target/riscv/csr.c: fix 'ret' deadcode in rmw_xireg()
,
Alistair Francis
,
2025/01/28
[PATCH 4/5] target/riscv/csr.c: fix deadcode in aia_smode32()
,
Daniel Henrique Barboza
,
2025/01/21
Re: [PATCH 4/5] target/riscv/csr.c: fix deadcode in aia_smode32()
,
Alistair Francis
,
2025/01/28
[PATCH 5/5] target/riscv/cpu_helper.c: fix bad_shift in riscv_cpu_interrupt()
,
Daniel Henrique Barboza
,
2025/01/21
Re: [PATCH 5/5] target/riscv/cpu_helper.c: fix bad_shift in riscv_cpu_interrupt()
,
Alistair Francis
,
2025/01/28
Re: [PATCH 0/5] target/riscv: Coverity fixes
,
Alistair Francis
,
2025/01/28
[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
Re: [PATCH v3 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
,
Alistair Francis
,
2025/01/28
[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
Re: [PATCH v3 2/2] target/riscv: throw debug exception before page fault
,
Alistair Francis
,
2025/01/28
Re: [PATCH v3 0/2] target/riscv: throw debug exception before page fault
,
Alistair Francis
,
2025/01/28
[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
Re: [PATCH 02/28] target/rx: Ensure not being build on user emulation
,
Richard Henderson
,
2025/01/24
[PATCH 03/28] target/tricore: Ensure not being build on user emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 03/28] target/tricore: Ensure not being build on user emulation
,
Richard Henderson
,
2025/01/24
[PATCH 04/28] cpus: Restrict cpu_get_memory_mapping() to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 04/28] cpus: Restrict cpu_get_memory_mapping() to system emulation
,
Richard Henderson
,
2025/01/24
[PATCH 05/28] cpus: Restrict cpu_has_work() to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 05/28] cpus: Restrict cpu_has_work() to system emulation
,
Richard Henderson
,
2025/01/24
[PATCH 06/28] cpus: Un-inline cpu_has_work()
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 06/28] cpus: Un-inline cpu_has_work()
,
Richard Henderson
,
2025/01/24
[PATCH 08/28] target/alpha: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 08/28] target/alpha: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 07/28] cpus: Introduce SysemuCPUOps::has_work() handler
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 07/28] cpus: Introduce SysemuCPUOps::has_work() handler
,
Richard Henderson
,
2025/01/24
[PATCH 09/28] target/arm: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 09/28] target/arm: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 10/28] target/avr: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 10/28] target/avr: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 11/28] target/hexagon: Remove CPUClass:has_work() handler
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 11/28] target/hexagon: Remove CPUClass:has_work() handler
,
Richard Henderson
,
2025/01/24
Re: [PATCH 11/28] target/hexagon: Remove CPUClass:has_work() handler
,
Brian Cain
,
2025/01/24
[PATCH 12/28] target/hppa: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 12/28] target/hppa: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 13/28] target/i386: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 13/28] target/i386: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 14/28] target/loongarch: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 14/28] target/loongarch: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 15/28] target/m68k: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 15/28] target/m68k: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 17/28] target/mips: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 17/28] target/mips: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 16/28] target/microblaze: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 16/28] target/microblaze: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 18/28] target/openrisc: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 18/28] target/openrisc: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 20/28] target/riscv: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 20/28] target/riscv: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
Re: [PATCH 20/28] target/riscv: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/24
[PATCH 19/28] target/ppc: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 19/28] target/ppc: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 21/28] target/rx: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 21/28] target/rx: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 22/28] target/s390x: Restrict I/O handler installers to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 22/28] target/s390x: Restrict I/O handler installers to system emulation
,
Richard Henderson
,
2025/01/24
[PATCH 24/28] target/sh4: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 24/28] target/sh4: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 23/28] target/s390x: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 23/28] target/s390x: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 26/28] target/tricore: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 26/28] target/tricore: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 25/28] target/sparc: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 25/28] target/sparc: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 27/28] target/xtensa: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 27/28] target/xtensa: Move has_work() from CPUClass to SysemuCPUOps
,
Richard Henderson
,
2025/01/24
[PATCH 28/28] cpus: Remove CPUClass::has_work() handler
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 28/28] cpus: Remove CPUClass::has_work() handler
,
Richard Henderson
,
2025/01/24
[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
Re: [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
,
Igor Mammedov
,
2025/01/22
[PATCH v3] hw/riscv/virt: Add serial alias in DTB
,
Vasilis Liaskovitis
,
2025/01/16
Re: [PATCH v3] hw/riscv/virt: Add serial alias in DTB
,
Alistair Francis
,
2025/01/30
Re: [PATCH v3] hw/riscv/virt: Add serial alias in DTB
,
Alistair Francis
,
2025/01/30
[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
Re: [PATCH 1/2] target/riscv: Fix the hpmevent mask
,
Alistair Francis
,
2025/01/28
[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
Re: [PATCH 2/2] target/riscv: Mask out upper sscofpmf bits during validation
,
Alistair Francis
,
2025/01/28
[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
Re: [PATCH v4 1/6] target/riscv: add ssu64xl
,
Alistair Francis
,
2025/01/30
[PATCH v4 2/6] target/riscv: use RVB in RVA22U64
,
Daniel Henrique Barboza
,
2025/01/15
Re: [PATCH v4 2/6] target/riscv: use RVB in RVA22U64
,
Alistair Francis
,
2025/01/30
[PATCH v4 3/6] target/riscv: add profile u_parent and s_parent
,
Daniel Henrique Barboza
,
2025/01/15
Re: [PATCH v4 3/6] target/riscv: add profile u_parent and s_parent
,
Alistair Francis
,
2025/01/30
[PATCH v4 4/6] target/riscv: change priv_ver check in validate_profile()
,
Daniel Henrique Barboza
,
2025/01/15
Re: [PATCH v4 4/6] target/riscv: change priv_ver check in validate_profile()
,
Alistair Francis
,
2025/01/30
[PATCH v4 5/6] target/riscv: add RVA23U64 profile
,
Daniel Henrique Barboza
,
2025/01/15
Re: [PATCH v4 5/6] target/riscv: add RVA23U64 profile
,
Alistair Francis
,
2025/01/30
[PATCH v4 6/6] target/riscv: add RVA23S64 profile
,
Daniel Henrique Barboza
,
2025/01/15
Re: [PATCH v4 6/6] target/riscv: add RVA23S64 profile
,
Alistair Francis
,
2025/01/30
Re: [PATCH v4 0/6] target/riscv: RVA23 profile support
,
Alistair Francis
,
2025/01/30
[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
Re: [PATCH v3 2/2] hw/riscv/riscv-iommu-bits: Remove duplicate definitions
,
Alistair Francis
,
2025/01/30
Re: [PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members
,
Jason Chien
,
2025/01/22
Re: [PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members
,
Alistair Francis
,
2025/01/30
Re: [PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members
,
Alistair Francis
,
2025/01/30
[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
Re: [PATCH v2] hw/intc/riscv_aplic: Remove redundant "hart_idx" masking
,
Alistair Francis
,
2025/01/28
[PATCH] goldfish_rtc: Fix tick_offset migration
,
Rodrigo Dias Correa
,
2025/01/14
Re: [PATCH] goldfish_rtc: Fix tick_offset migration
,
Alistair Francis
,
2025/01/30
Re: [PATCH] goldfish_rtc: Fix tick_offset migration
,
Alistair Francis
,
2025/01/30
[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
Re: [PATCH v2 1/4] target/riscv: add ssu64xl
,
Alistair Francis
,
2025/01/28
[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
Re: [PATCH v2 3/4] target/riscv: add RVA23U64 profile
,
Alistair Francis
,
2025/01/28
Re: [PATCH v2 3/4] target/riscv: add RVA23U64 profile
,
Daniel Henrique Barboza
,
2025/01/30
[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
Re: [PATCH v2 2/4] target/riscv: use RVB in RVA22U64
,
Alistair Francis
,
2025/01/28
[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
Re: [PATCH] target/riscv/csr.c: Turn off mstatus.vs when misa.v is turned off
,
Alistair Francis
,
2025/01/28
Re: [PATCH] target/riscv/csr.c: Turn off mstatus.vs when misa.v is turned off
,
Alistair Francis
,
2025/01/28
[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
Re: [PATCH v9 0/2] Support RISC-V CSR read/write in Qtest environment
,
Alistair Francis
,
2025/01/30
Re: [PATCH v9 0/2] Support RISC-V CSR read/write in Qtest environment
,
Fabiano Rosas
,
2025/01/31
[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