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: Sun Jun 30 2024 23:41:59 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/6] target/riscv: Expose RV32 cpu to RV64 QEMU
,
LIU Zhiwei
,
2024/06/30
[PATCH 1/6] target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
,
LIU Zhiwei
,
2024/06/30
[PATCH 2/6] target/riscv: Adjust PMP size for no-MMU RV64 QEMU running RV32
,
LIU Zhiwei
,
2024/06/30
[PATCH 3/6] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
,
LIU Zhiwei
,
2024/06/30
[PATCH 4/6] target/riscv: Detect sxl to set bit width for RV32 in RV64
,
LIU Zhiwei
,
2024/06/30
[PATCH 5/6] target/riscv: Correct mcause/scause bit width for RV32 in RV64 QEMU
,
LIU Zhiwei
,
2024/06/30
[PATCH 6/6] target/riscv: Enable RV32 CPU support in RV64 QEMU
,
LIU Zhiwei
,
2024/06/30
[PATCH v2 00/11] target/riscv: Support zimop/zcmop/zama16b/zabha
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 01/11] target/riscv: Add zimop extension
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 02/11] disas/riscv: Support zimop disassemble
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 03/11] target/riscv: Add zcmop extension
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 04/11] disas/riscv: Support zcmop disassemble
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 05/11] target/riscv: Support Zama16b extension
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 06/11] target/riscv: Move gen_amo before implement Zabha
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 07/11] target/riscv: Add AMO instructions for Zabha
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 08/11] target/riscv: Move gen_cmpxchg before adding amocas.[b|h]
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 09/11] target/riscv: Add amocas.[b|h] for Zabha
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 10/11] target/riscv: Enable zabha for max cpu
,
LIU Zhiwei
,
2024/06/29
[PATCH v2 11/11] disas/riscv: Support zabha disassemble
,
LIU Zhiwei
,
2024/06/29
[PATCH 1/3] target/riscv: zimop and zcmop extension for riscv
,
Deepak Gupta
,
2024/06/28
Re: [PATCH 1/3] target/riscv: zimop and zcmop extension for riscv
,
Deepak Gupta
,
2024/06/28
[PATCH 1/3] target/riscv: zimop and zcmop extension for riscv
,
Deepak Gupta
,
2024/06/28
[PATCH 2/3] target/riscv: zimop instruction encoding and its implementation
,
Deepak Gupta
,
2024/06/28
[PATCH 3/3] target/riscv: Introduce `compressed zimop` aka `zcmop`
,
Deepak Gupta
,
2024/06/28
[PATCH] target/riscv: Fix the check with vector register multiples of LMUL
,
Zhiwei Jiang
,
2024/06/28
[PATCH] target/riscv: Fix the check with vector register multiples of LMUL
,
Zhiwei Jiang
,
2024/06/28
[PATCH 0/3] util: Add cpuinfo support for riscv
,
Richard Henderson
,
2024/06/27
[PATCH 2/3] util/cpuinfo-riscv: Support OpenBSD signal frame
,
Richard Henderson
,
2024/06/27
[PATCH 1/3] util/cpuinfo-riscv: Support host/cpuinfo.h for riscv
,
Richard Henderson
,
2024/06/27
[PATCH 3/3] util/cpuinfo-riscv: Use linux __riscv_hwprobe syscall
,
Richard Henderson
,
2024/06/27
[PATCH v7 00/11] Add RISC-V ISA extension smcntrpmf support
,
Atish Patra
,
2024/06/26
[PATCH v7 01/11] target/riscv: Combine set_mode and set_virt functions.
,
Atish Patra
,
2024/06/26
[PATCH v7 02/11] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
,
Atish Patra
,
2024/06/26
[PATCH v7 03/11] target/riscv: Add cycle & instret privilege mode filtering properties
,
Atish Patra
,
2024/06/26
[PATCH v7 04/11] target/riscv: Add cycle & instret privilege mode filtering definitions
,
Atish Patra
,
2024/06/26
[PATCH v7 05/11] target/riscv: Add cycle & instret privilege mode filtering support
,
Atish Patra
,
2024/06/26
[PATCH v7 06/11] target/riscv: Implement privilege mode filtering for cycle/instret
,
Atish Patra
,
2024/06/26
[PATCH v7 07/11] target/riscv: Save counter values during countinhibit update
,
Atish Patra
,
2024/06/26
[PATCH v7 08/11] target/riscv: Enforce WARL behavior for scounteren/hcounteren
,
Atish Patra
,
2024/06/26
[PATCH v7 10/11] target/riscv: More accurately model priv mode filtering.
,
Atish Patra
,
2024/06/26
[PATCH v7 09/11] target/riscv: Start counters from both mhpmcounter and mcountinhibit
,
Atish Patra
,
2024/06/26
[PATCH v7 11/11] target/riscv: Do not setup pmu timer if OF is disabled
,
Atish Patra
,
2024/06/26
[PATCH] tcg/riscv: Fix building on OpenBSD/riscv64
,
Brad Smith
,
2024/06/26
Re: [PATCH] tcg/riscv: Fix building on OpenBSD/riscv64
,
Daniel Henrique Barboza
,
2024/06/26
[PATCH] tcg/riscv: Fix building on OpenBSD/riscv64
,
Brad Smith
,
2024/06/27
Re: [PATCH] tcg/riscv: Fix building on OpenBSD/riscv64
,
Richard Henderson
,
2024/06/27
[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger
,
Alvin Chang
,
2024/06/26
[PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger
,
Alvin Chang
,
2024/06/26
Re: [PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger
,
Alistair Francis
,
2024/06/26
RE: [PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger
,
張哲嘉
,
2024/06/26
[PATCH v6 2/3] target/riscv: Apply modularized matching conditions for watchpoint
,
Alvin Chang
,
2024/06/26
[PATCH v6 3/3] target/riscv: Apply modularized matching conditions for icount trigger
,
Alvin Chang
,
2024/06/26
Re: [PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger
,
Alistair Francis
,
2024/06/27
[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger
,
alvinga
,
2024/06/26
[PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger
,
alvinga
,
2024/06/26
[PATCH v6 2/3] target/riscv: Apply modularized matching conditions for watchpoint
,
alvinga
,
2024/06/26
[PATCH v6 3/3] target/riscv: Apply modularized matching conditions for icount trigger
,
alvinga
,
2024/06/26
[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger
,
Alvin Chang
,
2024/06/26
[PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger
,
Alvin Chang
,
2024/06/26
[PATCH v6 2/3] target/riscv: Apply modularized matching conditions for watchpoint
,
Alvin Chang
,
2024/06/26
[PATCH v6 3/3] target/riscv: Apply modularized matching conditions for icount trigger
,
Alvin Chang
,
2024/06/26
[PATCH] disas/riscv: Add decode for Zawrs extension
,
Rob Bradford
,
2024/06/26
[RFC PATCH v3 0/2] Support RISC-V CSR read/write in Qtest environment
,
Ivan Klokov
,
2024/06/25
[RFC PATCH v3 1/2] target/riscv: Add RISC-V CSR qtest support
,
Ivan Klokov
,
2024/06/25
Re: [RFC PATCH v3 1/2] target/riscv: Add RISC-V CSR qtest support
,
Thomas Huth
,
2024/06/26
[RFC PATCH v3 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Ivan Klokov
,
2024/06/25
Re: [RFC PATCH v3 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Thomas Huth
,
2024/06/26
[PATCH v4 00/16] Add support for RISC-V ACPI tests
,
Sunil V L
,
2024/06/25
[PATCH v4 01/16] hw/riscv/virt.c: Make block devices default to virtio
,
Sunil V L
,
2024/06/25
[PATCH v4 02/16] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
,
Sunil V L
,
2024/06/25
[PATCH v4 03/16] uefi-test-tools: Add support for python based build script
,
Sunil V L
,
2024/06/25
[PATCH v4 04/16] tests/data/uefi-boot-images: Add RISC-V ISO image
,
Sunil V L
,
2024/06/25
[PATCH v4 05/16] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
,
Sunil V L
,
2024/06/25
[PATCH v4 06/16] tests/qtest/bios-tables-test.c: Add support for arch in path
,
Sunil V L
,
2024/06/25
[PATCH v4 07/16] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
,
Sunil V L
,
2024/06/25
[PATCH v4 08/16] tests/qtest/bios-tables-test.c: Set "arch" for x86 tests
,
Sunil V L
,
2024/06/25
[PATCH v4 09/16] tests/data/acpi: Move x86 ACPI tables under x86/${machine} path
,
Sunil V L
,
2024/06/25
[PATCH v4 10/16] tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path
,
Sunil V L
,
2024/06/25
[PATCH v4 11/16] meson.build: Add RISC-V to the edk2-target list
,
Sunil V L
,
2024/06/25
[PATCH v4 12/16] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
,
Sunil V L
,
2024/06/25
[PATCH v4 13/16] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
,
Sunil V L
,
2024/06/25
[PATCH v4 14/16] tests/qtest/bios-tables-test: Add empty ACPI data files for RISC-V
,
Sunil V L
,
2024/06/25
[PATCH v4 15/16] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Sunil V L
,
2024/06/25
[PATCH v4 16/16] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V
,
Sunil V L
,
2024/06/25
Re: [PATCH v4 16/16] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V
,
Igor Mammedov
,
2024/06/27
[PATCH v8] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
,
Alexei Filippov
,
2024/06/25
Re: [PATCH v8] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
,
Andrew Jones
,
2024/06/26
[PATCH v2] target/riscv: Add support for machine specific pmu's events
,
Alexei Filippov
,
2024/06/25
Re: [PATCH v2] target/riscv: Add support for machine specific pmu's events
,
Richard Henderson
,
2024/06/25
[PATCH] target/riscv: Add support for machine specific pmu's events
,
Alexei Filippov
,
2024/06/25
[PATCH v3 0/6] Introduce extension implied rules
,
frank . chang
,
2024/06/25
[PATCH v3 1/6] target/riscv: Introduce extension implied rules definition
,
frank . chang
,
2024/06/25
Re: [PATCH v3 1/6] target/riscv: Introduce extension implied rules definition
,
Alistair Francis
,
2024/06/25
[PATCH v3 2/6] target/riscv: Introduce extension implied rule helpers
,
frank . chang
,
2024/06/25
Re: [PATCH v3 2/6] target/riscv: Introduce extension implied rule helpers
,
Alistair Francis
,
2024/06/25
[PATCH v3 4/6] target/riscv: Add multi extension implied rules
,
frank . chang
,
2024/06/25
[PATCH v3 3/6] target/riscv: Add MISA extension implied rules
,
frank . chang
,
2024/06/25
[PATCH v3 5/6] target/riscv: Add Zc extension implied rule
,
frank . chang
,
2024/06/25
[PATCH v3 6/6] target/riscv: Remove extension auto-update check statements
,
frank . chang
,
2024/06/25
Re: [PATCH v3 0/6] Introduce extension implied rules
,
Alistair Francis
,
2024/06/25
[PATCH v4 00/14] riscv: QEMU RISC-V IOMMU Support
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 01/14] exec/memtxattr: add process identifier to the transaction attributes
,
Daniel Henrique Barboza
,
2024/06/24
Re: [PATCH v4 01/14] exec/memtxattr: add process identifier to the transaction attributes
,
Alistair Francis
,
2024/06/25
Re: [PATCH v4 01/14] exec/memtxattr: add process identifier to the transaction attributes
,
Jason Chien
,
2024/06/26
[PATCH v4 02/14] hw/riscv: add riscv-iommu-bits.h
,
Daniel Henrique Barboza
,
2024/06/24
Re: [PATCH v4 02/14] hw/riscv: add riscv-iommu-bits.h
,
Alistair Francis
,
2024/06/25
[PATCH v4 03/14] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 04/14] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 05/14] hw/riscv: add riscv-iommu-pci reference device
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 06/14] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
,
Daniel Henrique Barboza
,
2024/06/24
Re: [PATCH v4 06/14] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
,
Alistair Francis
,
2024/06/25
[PATCH v4 07/14] test/qtest: add riscv-iommu-pci tests
,
Daniel Henrique Barboza
,
2024/06/24
Re: [PATCH v4 07/14] test/qtest: add riscv-iommu-pci tests
,
Alistair Francis
,
2024/06/25
[PATCH v4 08/14] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 09/14] hw/riscv/riscv-iommu: add s-stage and g-stage support
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 10/14] hw/riscv/riscv-iommu: add ATS support
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 11/14] hw/riscv/riscv-iommu: add DBG support
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 12/14] hw/riscv/riscv-iommu: Add another irq for mrif notifications
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 13/14] qtest/riscv-iommu-test: add init queues test
,
Daniel Henrique Barboza
,
2024/06/24
[PATCH v4 14/14] docs/specs: add riscv-iommu
,
Daniel Henrique Barboza
,
2024/06/24
Re: [PATCH v4 14/14] docs/specs: add riscv-iommu
,
Alistair Francis
,
2024/06/25
[PATCH v3 00/15] Add support for RISC-V ACPI tests
,
Sunil V L
,
2024/06/21
[PATCH v3 02/15] uefi-test-tools: Add support for python based build script
,
Sunil V L
,
2024/06/21
Re: [PATCH v3 02/15] uefi-test-tools: Add support for python based build script
,
Gerd Hoffmann
,
2024/06/24
Re: [PATCH v3 02/15] uefi-test-tools: Add support for python based build script
,
Igor Mammedov
,
2024/06/25
[PATCH v3 01/15] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
,
Sunil V L
,
2024/06/21
Re: [PATCH v3 01/15] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
,
Igor Mammedov
,
2024/06/25
[PATCH v3 03/15] tests/data/uefi-boot-images: Add RISC-V ISO image
,
Sunil V L
,
2024/06/21
[PATCH v3 04/15] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
,
Sunil V L
,
2024/06/21
[PATCH v3 05/15] tests/qtest/bios-tables-test.c: Add support for arch in path
,
Sunil V L
,
2024/06/21
Re: [PATCH v3 05/15] tests/qtest/bios-tables-test.c: Add support for arch in path
,
Alistair Francis
,
2024/06/24
Re: [PATCH v3 05/15] tests/qtest/bios-tables-test.c: Add support for arch in path
,
Igor Mammedov
,
2024/06/25
[PATCH v3 06/15] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
,
Sunil V L
,
2024/06/21
Re: [PATCH v3 06/15] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
,
Alistair Francis
,
2024/06/24
Re: [PATCH v3 06/15] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
,
Igor Mammedov
,
2024/06/25
[PATCH v3 07/15] tests/qtest/bios-tables-test.c: Set "arch" for x86 tests
,
Sunil V L
,
2024/06/21
Re: [PATCH v3 07/15] tests/qtest/bios-tables-test.c: Set "arch" for x86 tests
,
Igor Mammedov
,
2024/06/25
[PATCH v3 08/15] tests/data/acpi: Move x86 ACPI tables under x86/${machine} path
,
Sunil V L
,
2024/06/21
Re: [PATCH v3 08/15] tests/data/acpi: Move x86 ACPI tables under x86/${machine} path
,
Igor Mammedov
,
2024/06/25
[PATCH v3 09/15] tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path
,
Sunil V L
,
2024/06/21
Re: [PATCH v3 09/15] tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path
,
Igor Mammedov
,
2024/06/25
[PATCH v3 10/15] meson.build: Add RISC-V to the edk2-target list
,
Sunil V L
,
2024/06/21
[PATCH v3 11/15] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
,
Sunil V L
,
2024/06/21
[PATCH v3 12/15] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
,
Sunil V L
,
2024/06/21
[PATCH v3 13/15] tests/qtest/bios-tables-test: Add empty ACPI data files for RISC-V
,
Sunil V L
,
2024/06/21
[PATCH v3 14/15] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Sunil V L
,
2024/06/21
Re: [PATCH v3 14/15] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Igor Mammedov
,
2024/06/25
Re: [PATCH v3 14/15] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Igor Mammedov
,
2024/06/25
Re: [PATCH v3 14/15] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Sunil V L
,
2024/06/25
Re: [PATCH v3 14/15] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Igor Mammedov
,
2024/06/25
Re: [PATCH v3 14/15] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Sunil V L
,
2024/06/25
[PATCH v3 15/15] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V
,
Sunil V L
,
2024/06/21
[PATCH] hw/riscv/virt.c: Make block devices default to virtio
,
Sunil V L
,
2024/06/20
Re: [PATCH] hw/riscv/virt.c: Make block devices default to virtio
,
Daniel Henrique Barboza
,
2024/06/20
Re: [PATCH] hw/riscv/virt.c: Make block devices default to virtio
,
Alistair Francis
,
2024/06/20
Re: [PATCH] hw/riscv/virt.c: Make block devices default to virtio
,
Alistair Francis
,
2024/06/20
[PATCH v2 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Rajnesh Kanwal
,
2024/06/19
[PATCH v2 1/6] target/riscv: Remove obsolete sfence.vm instruction
,
Rajnesh Kanwal
,
2024/06/19
Re: [PATCH v2 1/6] target/riscv: Remove obsolete sfence.vm instruction
,
Jason Chien
,
2024/06/25
[PATCH v2 2/6] target/riscv: Add Control Transfer Records CSR definitions.
,
Rajnesh Kanwal
,
2024/06/19
Re: [PATCH v2 2/6] target/riscv: Add Control Transfer Records CSR definitions.
,
Alistair Francis
,
2024/06/25
Re: [PATCH v2 2/6] target/riscv: Add Control Transfer Records CSR definitions.
,
Jason Chien
,
2024/06/26
[PATCH v2 3/6] target/riscv: Add support for Control Transfer Records extension CSRs.
,
Rajnesh Kanwal
,
2024/06/19
Re: [PATCH v2 3/6] target/riscv: Add support for Control Transfer Records extension CSRs.
,
Jason Chien
,
2024/06/25
[PATCH v2 4/6] target/riscv: Add support to record CTR entries.
,
Rajnesh Kanwal
,
2024/06/19
Re: [PATCH v2 4/6] target/riscv: Add support to record CTR entries.
,
Jason Chien
,
2024/06/25
[PATCH v2 5/6] target/riscv: Add CTR sctrclr instruction.
,
Rajnesh Kanwal
,
2024/06/19
Re: [PATCH v2 5/6] target/riscv: Add CTR sctrclr instruction.
,
Jason Chien
,
2024/06/25
[PATCH v2 6/6] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs.
,
Rajnesh Kanwal
,
2024/06/19
Re: [PATCH v2 6/6] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs.
,
Jason Chien
,
2024/06/25
Re: [PATCH v2 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Alistair Francis
,
2024/06/25
Re: [PATCH v2 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Jason Chien
,
2024/06/26
Re: [PATCH v2 09/12] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
,
Igor Mammedov
,
2024/06/19
Re: [PATCH v2 08/12] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
,
Igor Mammedov
,
2024/06/19
Re: [PATCH v2 05/12] tests/qtest/bios-tables-test.c: Add support for arch in path
,
Igor Mammedov
,
2024/06/19
Re: [PATCH v2 07/12] meson.build: Add RISC-V to the edk2-target list
,
Igor Mammedov
,
2024/06/19
Re: [PATCH v2 06/12] tests/data/acpi/virt: Move ACPI tables under aarch64
,
Igor Mammedov
,
2024/06/19
Re: [PATCH v2 06/12] tests/data/acpi/virt: Move ACPI tables under aarch64
,
Michael S. Tsirkin
,
2024/06/19
Re: [PATCH v2 06/12] tests/data/acpi/virt: Move ACPI tables under aarch64
,
Sunil V L
,
2024/06/19
Re: [PATCH v2 06/12] tests/data/acpi/virt: Move ACPI tables under aarch64
,
Igor Mammedov
,
2024/06/20
Is there a way to check values of registers before and after running a program on qemu-system-risc64v?
,
Shobhit
,
2024/06/18
Re: Is there a way to check values of registers before and after running a program on qemu-system-risc64v?
,
Deepak Gupta
,
2024/06/18
Re: Is there a way to check values of registers before and after running a program on qemu-system-risc64v?
,
address@hidden
,
2024/06/19
Re: Is there a way to check values of registers before and after running a program on qemu-system-risc64v?
,
Shobhit
,
2024/06/19
Re: Is there a way to check values of registers before and after running a program on qemu-system-risc64v?
,
Himanshu Chauhan
,
2024/06/19
Re: Is there a way to check values of registers before and after running a program on qemu-system-risc64v?
,
Shobhit
,
2024/06/19
Re: Is there a way to check values of registers before and after running a program on qemu-system-risc64v?
,
Deepak Gupta
,
2024/06/19
Re: Is there a way to check values of registers before and after running a program on qemu-system-risc64v?
,
Shobhit
,
2024/06/20
Re: [PATCH v2 04/12] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
,
Igor Mammedov
,
2024/06/18
[PATCH v2] target/riscv: fix instructions count handling in icount mode
,
Clément Léger
,
2024/06/18
Re: [PATCH v2] target/riscv: fix instructions count handling in icount mode
,
Atish Kumar Patra
,
2024/06/19
Re: [PATCH v2] target/riscv: fix instructions count handling in icount mode
,
Alistair Francis
,
2024/06/24
Re: [PATCH v3 09/13] hw/riscv/riscv-iommu: add s-stage and g-stage support
,
Jason Chien
,
2024/06/18
Re: [PATCH v3 09/13] hw/riscv/riscv-iommu: add s-stage and g-stage support
,
Daniel Henrique Barboza
,
2024/06/21
[RFC PATCH v2 0/2] Support RISC-V CSR read/write in Qtest environment
,
Ivan Klokov
,
2024/06/18
[RFC PATCH v2 2/2] QTest example for RISC-V CSR register
,
Ivan Klokov
,
2024/06/18
[RFC PATCH v2 1/2] Add RISC-V CSR qtest support
,
Ivan Klokov
,
2024/06/18
Re: [RFC PATCH v2 1/2] Add RISC-V CSR qtest support
,
Thomas Huth
,
2024/06/18
[PATCH v2 0/6] Introduce extension implied rules
,
frank . chang
,
2024/06/15
[PATCH v2 1/6] target/riscv: Introduce extension implied rules definition
,
frank . chang
,
2024/06/15
Re: [PATCH v2 1/6] target/riscv: Introduce extension implied rules definition
,
Daniel Henrique Barboza
,
2024/06/20
[PATCH v2 2/6] target/riscv: Introduce extension implied rule helpers
,
frank . chang
,
2024/06/15
Re: [PATCH v2 2/6] target/riscv: Introduce extension implied rule helpers
,
Daniel Henrique Barboza
,
2024/06/20
Re: [PATCH v2 2/6] target/riscv: Introduce extension implied rule helpers
,
Alistair Francis
,
2024/06/21
Re: [PATCH v2 2/6] target/riscv: Introduce extension implied rule helpers
,
Frank Chang
,
2024/06/21
[PATCH v2 3/6] target/riscv: Add MISA implied rules
,
frank . chang
,
2024/06/15
Re: [PATCH v2 3/6] target/riscv: Add MISA implied rules
,
Daniel Henrique Barboza
,
2024/06/20
[PATCH v2 5/6] target/riscv: Add Zc extension implied rule
,
frank . chang
,
2024/06/15
Re: [PATCH v2 5/6] target/riscv: Add Zc extension implied rule
,
Daniel Henrique Barboza
,
2024/06/20
[PATCH v2 4/6] target/riscv: Add standard extension implied rules
,
frank . chang
,
2024/06/15
Re: [PATCH v2 4/6] target/riscv: Add standard extension implied rules
,
Daniel Henrique Barboza
,
2024/06/20
[PATCH v2 6/6] target/riscv: Remove extension auto-update check statements
,
frank . chang
,
2024/06/15
Re: [PATCH v2 6/6] target/riscv: Remove extension auto-update check statements
,
Daniel Henrique Barboza
,
2024/06/20
Can I utilize the RISC-V vector extension with QEMU?
,
bithamr
,
2024/06/13
Re: Can I utilize the RISC-V vector extension with QEMU?
,
Daniel Henrique Barboza
,
2024/06/17
[RFC PATCH v4 0/5] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
,
Max Chou
,
2024/06/13
[RFC PATCH v4 1/5] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
,
Max Chou
,
2024/06/13
Re: [RFC PATCH v4 1/5] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
,
Richard Henderson
,
2024/06/19
Re: [RFC PATCH v4 1/5] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
,
Frank Chang
,
2024/06/20
Re: [RFC PATCH v4 1/5] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
,
Alex Bennée
,
2024/06/20
[RFC PATCH v4 2/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
,
Max Chou
,
2024/06/13
Re: [RFC PATCH v4 2/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
,
Richard Henderson
,
2024/06/20
Re: [RFC PATCH v4 2/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
,
Max Chou
,
2024/06/25
Re: [RFC PATCH v4 2/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
,
Richard Henderson
,
2024/06/20
[RFC PATCH v4 3/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride whole register load/store
,
Max Chou
,
2024/06/13
[RFC PATCH v4 4/5] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
,
Max Chou
,
2024/06/13
Re: [RFC PATCH v4 4/5] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
,
Richard Henderson
,
2024/06/20
Re: [RFC PATCH v4 4/5] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
,
Max Chou
,
2024/06/24
[RFC PATCH v4 5/5] target/riscv: Inline unit-stride ld/st and corresponding functions for performance
,
Max Chou
,
2024/06/13
Re: [RFC PATCH v4 5/5] target/riscv: Inline unit-stride ld/st and corresponding functions for performance
,
Richard Henderson
,
2024/06/20
[RFC PATCH v3 0/5] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
,
Max Chou
,
2024/06/13
[RFC PATCH v3 1/5] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
,
Max Chou
,
2024/06/13
[RFC PATCH v3 3/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride whole register load/store
,
Max Chou
,
2024/06/13
[RFC PATCH v3 4/5] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
,
Max Chou
,
2024/06/13
[RFC PATCH v3 2/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
,
Max Chou
,
2024/06/13
[RFC PATCH v3 5/5] target/riscv: Inline unit-stride ld/st and corresponding functions for performance
,
Max Chou
,
2024/06/13
Re: [RFC PATCH v3 0/5] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
,
Daniel Henrique Barboza
,
2024/06/13
[RFC PATCH 0/2] Support RISC-V CSR read/write in Qtest environment
,
Ivan Klokov
,
2024/06/13
[PATCH 2/2] QTest example for RISC-V CSR register
,
Ivan Klokov
,
2024/06/13
Re: [PATCH 2/2] QTest example for RISC-V CSR register
,
Thomas Huth
,
2024/06/13
[PATCH 1/2] Add RISC-V CSR qtest support
,
Ivan Klokov
,
2024/06/13
[PATCH v3 0/3] hw/dma: Add error handling for loading descriptions failing
,
Fea.Wang
,
2024/06/12
[PATCH v3 1/3] hw/dma: Enhance error handling in loading description
,
Fea.Wang
,
2024/06/12
[PATCH v3 2/3] hw/dma: Add a trace log for a description loading failure
,
Fea.Wang
,
2024/06/12
Re: [PATCH v3 2/3] hw/dma: Add a trace log for a description loading failure
,
Philippe Mathieu-Daudé
,
2024/06/18
[PATCH v3 3/3] hw/net: Fix the transmission return size
,
Fea.Wang
,
2024/06/12
Re: [PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
,
Philippe Mathieu-Daudé
,
2024/06/12
Re: [PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
,
Peter Maydell
,
2024/06/12
Re: [PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
,
Philippe Mathieu-Daudé
,
2024/06/12
Re: [PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
,
Robin Murphy
,
2024/06/12
Re: [PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
,
Zhenyu Zhang
,
2024/06/17
Re: [PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
,
Philippe Mathieu-Daudé
,
2024/06/17
[RFC PATCH 00/16] Implements RISC-V WorldGuard extension v0.4
,
Jim Shu
,
2024/06/12
[RFC PATCH 01/16] accel/tcg: Store section pointer in CPUTLBEntryFull
,
Jim Shu
,
2024/06/12
Re: [RFC PATCH 01/16] accel/tcg: Store section pointer in CPUTLBEntryFull
,
LIU Zhiwei
,
2024/06/13
Re: [RFC PATCH 01/16] accel/tcg: Store section pointer in CPUTLBEntryFull
,
Jim Shu
,
2024/06/13
Re: [RFC PATCH 01/16] accel/tcg: Store section pointer in CPUTLBEntryFull
,
LIU Zhiwei
,
2024/06/14
[RFC PATCH 02/16] accel/tcg: memory access from CPU will pass access_type to IOMMU
,
Jim Shu
,
2024/06/12
Re: [RFC PATCH 02/16] accel/tcg: memory access from CPU will pass access_type to IOMMU
,
Ethan Chen
,
2024/06/13
Re: [RFC PATCH 02/16] accel/tcg: memory access from CPU will pass access_type to IOMMU
,
Jim Shu
,
2024/06/13
[RFC PATCH 03/16] exec: Add RISC-V WorldGuard WID to MemTxAttrs
,
Jim Shu
,
2024/06/12
[RFC PATCH 04/16] hw/misc: riscv_worldguard: Add RISC-V WorldGuard global config
,
Jim Shu
,
2024/06/12
[RFC PATCH 05/16] target/riscv: Add CPU options of WorldGuard CPU extension
,
Jim Shu
,
2024/06/12
[RFC PATCH 06/16] target/riscv: Add hard-coded CPU state of WG extension
,
Jim Shu
,
2024/06/12
[RFC PATCH 07/16] target/riscv: Add defines for WorldGuard CSRs
,
Jim Shu
,
2024/06/12
[RFC PATCH 08/16] target/riscv: Allow global WG config to set WG CPU callbacks
,
Jim Shu
,
2024/06/12
[RFC PATCH 10/16] target/riscv: Add WID to MemTxAttrs of CPU memory transactions
,
Jim Shu
,
2024/06/12
[RFC PATCH 09/16] target/riscv: Implement WorldGuard CSRs
,
Jim Shu
,
2024/06/12
[RFC PATCH 11/16] hw/misc: riscv_worldguard: Add API to enable WG extension of CPU
,
Jim Shu
,
2024/06/12
[RFC PATCH 12/16] hw/misc: riscv_wgchecker: Implement RISC-V WorldGuard Checker
,
Jim Shu
,
2024/06/12
[RFC PATCH 13/16] hw/misc: riscv_wgchecker: Implement wgchecker slot registers
,
Jim Shu
,
2024/06/12
[RFC PATCH 14/16] hw/misc: riscv_wgchecker: Implement correct block-access behavior
,
Jim Shu
,
2024/06/12
[RFC PATCH 15/16] hw/misc: riscv_wgchecker: Check the slot settings in translate
,
Jim Shu
,
2024/06/12
[RFC PATCH 16/16] hw/riscv: virt: Add WorldGuard support
,
Jim Shu
,
2024/06/12
[PATCH v7 0/2] Support RISC-V IOPMP
,
Ethan Chen
,
2024/06/11
[PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
Ethan Chen
,
2024/06/11
Re: [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
LIU Zhiwei
,
2024/06/13
Re: [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
Ethan Chen
,
2024/06/13
Re: [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
LIU Zhiwei
,
2024/06/14
Re: [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
LIU Zhiwei
,
2024/06/17
Re: [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
Ethan Chen
,
2024/06/19
Re: [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
Stefan Weil
,
2024/06/17
Re: [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
Ethan Chen
,
2024/06/19
[PATCH v7 2/2] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2024/06/11
Re: [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support
,
Alistair Francis
,
2024/06/21
Re: [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2024/06/23
Re: [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support
,
Alistair Francis
,
2024/06/25
Re: [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2024/06/26
Re: qemu-riscv32 usermode still broken?
,
Alistair Francis
,
2024/06/11
Re: qemu-riscv32 usermode still broken?
,
Andreas K. Huettel
,
2024/06/11
Re: qemu-riscv32 usermode still broken?
,
Alistair Francis
,
2024/06/11
[PATCH v3 0/5] semihosting: Restrict to TCG
,
Philippe Mathieu-Daudé
,
2024/06/10
[PATCH v3 1/5] target/m68k: Restrict semihosting to TCG
,
Philippe Mathieu-Daudé
,
2024/06/10
[PATCH v3 2/5] target/xtensa: Restrict semihosting to TCG
,
Philippe Mathieu-Daudé
,
2024/06/10
Re: [PATCH v3 2/5] target/xtensa: Restrict semihosting to TCG
,
Max Filippov
,
2024/06/10
[PATCH v3 3/5] target/mips: Restrict semihosting to TCG
,
Philippe Mathieu-Daudé
,
2024/06/10
[PATCH v3 4/5] target/riscv: Restrict semihosting to TCG
,
Philippe Mathieu-Daudé
,
2024/06/10
Re: [PATCH v3 4/5] target/riscv: Restrict semihosting to TCG
,
Alistair Francis
,
2024/06/10
[PATCH v3 5/5] semihosting: Restrict to TCG
,
Philippe Mathieu-Daudé
,
2024/06/10
Re: [PATCH v3 0/5] semihosting: Restrict to TCG
,
Alex Bennée
,
2024/06/11
Re: [PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
Alistair Francis
,
2024/06/09
Re: [PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
Andrew Jones
,
2024/06/10
Re: [PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
Daniel Henrique Barboza
,
2024/06/10
Re: [PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
Alistair Francis
,
2024/06/10
Re: [PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
LIU Zhiwei
,
2024/06/10
Re: [PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
Daniel Henrique Barboza
,
2024/06/11
Re: [PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
LIU Zhiwei
,
2024/06/12
Re: [PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
Daniel Henrique Barboza
,
2024/06/12
Re: [PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
LIU Zhiwei
,
2024/06/14
Re: [PATCH v3 11/13] hw/riscv/riscv-iommu: add DBG support
,
Frank Chang
,
2024/06/09
Re: [PATCH v3 10/13] hw/riscv/riscv-iommu: add ATS support
,
Frank Chang
,
2024/06/09
Re: [PATCH v3 05/13] hw/riscv: add riscv-iommu-pci reference device
,
Frank Chang
,
2024/06/09
[PATCH] target/riscv: Fix froundnx.h nanbox check
,
Branislav Brzak
,
2024/06/09
Re: [PATCH] target/riscv: Fix froundnx.h nanbox check
,
Alistair Francis
,
2024/06/21
Re: [PATCH] target/riscv: Fix froundnx.h nanbox check
,
Richard Henderson
,
2024/06/21
Re: [PATCH] target/riscv: Fix froundnx.h nanbox check
,
Alistair Francis
,
2024/06/21
[PATCH] target/riscv: support atomic instruction fetch (Ziccif)
,
Jim Shu
,
2024/06/07
Re: [PATCH] target/riscv: support atomic instruction fetch (Ziccif)
,
Richard Henderson
,
2024/06/07
Re: [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/06/06
Re: [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation
,
Jason Chien
,
2024/06/11
Re: [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/06/12
Re: [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation
,
Jason Chien
,
2024/06/18
Re: [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation
,
Jason Chien
,
2024/06/18
[PATCH v4 0/6] target/riscv: Support RISC-V privilege 1.13 spec
,
Fea.Wang
,
2024/06/06
[PATCH v4 1/6] target/riscv: Reuse the conversion function of priv_spec
,
Fea.Wang
,
2024/06/06
[PATCH v4 2/6] target/riscv: Define macros and variables for ss1p13
,
Fea.Wang
,
2024/06/06
[PATCH v4 3/6] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
Fea.Wang
,
2024/06/06
[PATCH v4 4/6] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
,
Fea.Wang
,
2024/06/06
[PATCH v4 5/6] target/riscv: Reserve exception codes for sw-check and hw-err
,
Fea.Wang
,
2024/06/06
[PATCH v4 6/6] target/riscv: Support the version for ss1p13
,
Fea.Wang
,
2024/06/06
Re: [PATCH v4 6/6] target/riscv: Support the version for ss1p13
,
Alistair Francis
,
2024/06/06
Re: [PATCH v4 0/6] target/riscv: Support RISC-V privilege 1.13 spec
,
Alistair Francis
,
2024/06/07
[PATCH v4 0/3] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
,
Chao Du
,
2024/06/05
[PATCH v4 1/3] target/riscv/kvm: add software breakpoints support
,
Chao Du
,
2024/06/05
[PATCH v4 3/3] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
,
Chao Du
,
2024/06/05
[PATCH v4 2/3] target/riscv/kvm: handle the exit with debug reason
,
Chao Du
,
2024/06/05
Re: [PATCH v4 0/3] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
,
Alistair Francis
,
2024/06/05
Re: [PATCH v3 02/13] hw/riscv: add riscv-iommu-bits.h
,
Daniel Henrique Barboza
,
2024/06/05
Re: [PATCH v3 08/13] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
,
Tomasz Jeznach
,
2024/06/05
Re: [PATCH v3 08/13] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
,
Daniel Henrique Barboza
,
2024/06/07
Re: [PATCH RFC 4/8] target/riscv: Support generic CSR indirect access
,
Jason Chien
,
2024/06/05
Re: [PATCH RFC 2/8] target/riscv: Decouple AIA processing from xiselect and xireg
,
Jason Chien
,
2024/06/05
[PATCH RESEND 0/6] Introduce extension implied rules
,
frank . chang
,
2024/06/05
[PATCH RESEND 1/6] target/riscv: Introduce extension implied rules definition
,
frank . chang
,
2024/06/05
Re: [PATCH RESEND 1/6] target/riscv: Introduce extension implied rules definition
,
Alistair Francis
,
2024/06/10
Re: [PATCH RESEND 1/6] target/riscv: Introduce extension implied rules definition
,
Frank Chang
,
2024/06/10
[PATCH RESEND 2/6] target/riscv: Introduce extension implied rule helpers
,
frank . chang
,
2024/06/05
Re: [PATCH RESEND 2/6] target/riscv: Introduce extension implied rule helpers
,
Frank Chang
,
2024/06/11
[PATCH RESEND 3/6] target/riscv: Add MISA implied rules
,
frank . chang
,
2024/06/05
Re: [PATCH RESEND 3/6] target/riscv: Add MISA implied rules
,
Alistair Francis
,
2024/06/10
[PATCH RESEND 4/6] target/riscv: Add standard extension implied rules
,
frank . chang
,
2024/06/05
Re: [PATCH RESEND 4/6] target/riscv: Add standard extension implied rules
,
Alistair Francis
,
2024/06/10
[PATCH RESEND 5/6] target/riscv: Add Zc extension implied rule
,
frank . chang
,
2024/06/05
[PATCH RESEND 6/6] target/riscv: Remove extension auto-update check statements
,
frank . chang
,
2024/06/05
[PATCH RESEND 0/6] Introduce extension implied rules
,
Jerry Zhang Jian
,
2024/06/05
[PATCH v3 0/3] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
,
Chao Du
,
2024/06/04
[PATCH v3 1/3] target/riscv/kvm: add software breakpoints support
,
Chao Du
,
2024/06/04
[PATCH v3 3/3] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
,
Chao Du
,
2024/06/04
[PATCH v3 2/3] target/riscv/kvm: handle the exit with debug reason
,
Chao Du
,
2024/06/04
Re: [PATCH v3 0/3] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
,
Alistair Francis
,
2024/06/05
Re: [PATCH 1/6] target/riscv: Remove obsolete sfence.vm instruction
,
Alistair Francis
,
2024/06/04
Re: [PATCH v2 8/8] hw/riscv/virt.c: imsics DT: add '#msi-cells'
,
Alistair Francis
,
2024/06/04
Re: [PATCH v2 7/8] hw/riscv/virt.c: imsics DT: add 'qemu, imsics' to 'compatible'
,
Alistair Francis
,
2024/06/04
Re: [PATCH v2 6/8] hw/riscv/virt.c: change imsic nodename to 'interrupt-controller'
,
Alistair Francis
,
2024/06/04
Re: [PATCH v2 5/8] hw/riscv/virt.c: aplic DT: rename prop to 'riscv, delegation'
,
Alistair Francis
,
2024/06/04
Re: [PATCH v2 4/8] hw/riscv/virt.c: aplic DT: add 'qemu, aplic' to 'compatible'
,
Alistair Francis
,
2024/06/04
Re: [PATCH v2 3/8] hw/riscv/virt.c: rename aplic nodename to 'interrupt-controller'
,
Alistair Francis
,
2024/06/04
Re: [PATCH v2 2/8] hw/riscv/virt.c: add aplic nodename helper
,
Alistair Francis
,
2024/06/04
Re: [PATCH v2 1/8] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
,
Alistair Francis
,
2024/06/04
Re: [PATCH RESEND v2 3/3] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
,
Alistair Francis
,
2024/06/04
Re: [PATCH RESEND v2 2/3] target/riscv/kvm: handle the exit with debug reason
,
Alistair Francis
,
2024/06/04
Re: [PATCH RESEND v2 1/3] target/riscv/kvm: add software breakpoints support
,
Alistair Francis
,
2024/06/04
Re: [PATCH 3/3] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
,
Alistair Francis
,
2024/06/04
Re: [PATCH 3/3] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
,
Igor Mammedov
,
2024/06/05
Re: [PATCH 3/3] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
,
Sunil V L
,
2024/06/06
Re: [PATCH 2/3] hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLIC
,
Alistair Francis
,
2024/06/04
Re: [PATCH 1/3] gpex-acpi: Support PCI link devices outside the host bridge
,
Alistair Francis
,
2024/06/04
Re: [PATCH 1/3] gpex-acpi: Support PCI link devices outside the host bridge
,
Michael S. Tsirkin
,
2024/06/05
Re: [PATCH 1/3] gpex-acpi: Support PCI link devices outside the host bridge
,
Sunil V L
,
2024/06/05
Re: [PATCH 5/6] target/riscv: Add CTR sctrclr instruction.
,
Jason Chien
,
2024/06/04
Re: [PATCH 5/6] target/riscv: Add CTR sctrclr instruction.
,
Beeman Strong
,
2024/06/04
Re: [PATCH 5/6] target/riscv: Add CTR sctrclr instruction.
,
Jason Chien
,
2024/06/05
Re: [PATCH 5/6] target/riscv: Add CTR sctrclr instruction.
,
Beeman Strong
,
2024/06/05
Re: [PATCH 6/6] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs.
,
Jason Chien
,
2024/06/04
Re: [PATCH 4/6] target/riscv: Add support to record CTR entries.
,
Jason Chien
,
2024/06/04
Re: [PATCH v2 0/8] hw/riscv/virt.c: aplic/imsic DT fixes
,
Conor Dooley
,
2024/06/04
Re: [PATCH v2 0/8] hw/riscv/virt.c: aplic/imsic DT fixes
,
Alistair Francis
,
2024/06/04
Re: [PATCH 3/6] target/riscv: Add support for Control Transfer Records extension CSRs.
,
Jason Chien
,
2024/06/04
Re: [PATCH 3/6] target/riscv: Add support for Control Transfer Records extension CSRs.
,
Rajnesh Kanwal
,
2024/06/10
Re: [PATCH 3/6] target/riscv: Add support for Control Transfer Records extension CSRs.
,
Jason Chien
,
2024/06/11
Re: [RFC v2 0/7] Introduce SMP Cache Topology
,
Daniel P . Berrangé
,
2024/06/04
Re: [RFC v2 0/7] Introduce SMP Cache Topology
,
Zhao Liu
,
2024/06/04
[PATCH v4] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
,
Yu-Ming Chang
,
2024/06/04
Re: [RFC v2 3/7] hw/core: Add cache topology options in -smp
,
Markus Armbruster
,
2024/06/04
Re: [RFC v2 3/7] hw/core: Add cache topology options in -smp
,
Daniel P . Berrangé
,
2024/06/04
Re: [RFC v2 3/7] hw/core: Add cache topology options in -smp
,
Zhao Liu
,
2024/06/04
Re: [PATCH] target/riscv: rvzicbo: Fixup CBO extension register calculation
,
Philippe Mathieu-Daudé
,
2024/06/04
Re: [PATCH] target/riscv: rvzicbo: Fixup CBO extension register calculation
,
Philippe Mathieu-Daudé
,
2024/06/04
Re: [PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Jason Chien
,
2024/06/04
Re: [PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Beeman Strong
,
2024/06/04
Re: [PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Jason Chien
,
2024/06/04
Re: [PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Beeman Strong
,
2024/06/04
Re: [PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Beeman Strong
,
2024/06/06
[PATCH v3 0/6] target/riscv: Support RISC-V privilege 1.13 spec
,
Fea.Wang
,
2024/06/04
[PATCH v3 1/6] target/riscv: Reuse the conversion function of priv_spec
,
Fea.Wang
,
2024/06/04
[PATCH v3 2/6] target/riscv: Define macros and variables for ss1p13
,
Fea.Wang
,
2024/06/04
Re: [PATCH v3 2/6] target/riscv: Define macros and variables for ss1p13
,
Alistair Francis
,
2024/06/05
[PATCH v3 3/6] target/riscv: Support the version for ss1p13
,
Fea.Wang
,
2024/06/04
Re: [PATCH v3 3/6] target/riscv: Support the version for ss1p13
,
Alistair Francis
,
2024/06/05
Re: [PATCH v3 3/6] target/riscv: Support the version for ss1p13
,
Fea Wang
,
2024/06/06
[PATCH v3 4/6] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
Fea.Wang
,
2024/06/04
Re: [PATCH v3 4/6] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
Alistair Francis
,
2024/06/05
[PATCH v3 5/6] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
,
Fea.Wang
,
2024/06/04
[PATCH v3 6/6] target/riscv: Reserve exception codes for sw-check and hw-err
,
Fea.Wang
,
2024/06/04
[PATCH v5 0/4] RISC-V: Modularize common match conditions for trigger
,
Alvin Chang
,
2024/06/04
[PATCH v5 1/4] target/riscv: Add functions for common matching conditions of trigger
,
Alvin Chang
,
2024/06/04
Re: [PATCH v5 1/4] target/riscv: Add functions for common matching conditions of trigger
,
Alistair Francis
,
2024/06/26
RE: [PATCH v5 1/4] target/riscv: Add functions for common matching conditions of trigger
,
張哲嘉
,
2024/06/26
Re: [PATCH v5 1/4] target/riscv: Add functions for common matching conditions of trigger
,
Alistair Francis
,
2024/06/26
[PATCH v5 2/4] target/riscv: Apply modularized matching conditions for breakpoint
,
Alvin Chang
,
2024/06/04
[PATCH v5 3/4] target/riscv: Apply modularized matching conditions for watchpoint
,
Alvin Chang
,
2024/06/04
[PATCH v5 4/4] target/riscv: Apply modularized matching conditions for icount trigger
,
Alvin Chang
,
2024/06/04
Re: [PATCH v5 0/4] RISC-V: Modularize common match conditions for trigger
,
Alistair Francis
,
2024/06/04
Re: [PATCH v2] target/riscv: zvbb implies zvkb
,
Alistair Francis
,
2024/06/03
Re: [PATCH v2 00/12] Add support for RISC-V ACPI tests
,
Alistair Francis
,
2024/06/03
Re: [PATCH v2 00/12] Add support for RISC-V ACPI tests
,
Michael S. Tsirkin
,
2024/06/04
Re: [PATCH v2 12/12] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V
,
Alistair Francis
,
2024/06/03
Re: [PATCH v2 12/12] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V
,
Igor Mammedov
,
2024/06/19
Re: [PATCH v2 11/12] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Alistair Francis
,
2024/06/03
Re: [PATCH v2 11/12] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Igor Mammedov
,
2024/06/19
Re: [PATCH v2 11/12] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Sunil V L
,
2024/06/19
Re: [PATCH v2 10/12] tests/qtest/bios-tables-test: Add empty ACPI data files for RISC-V
,
Alistair Francis
,
2024/06/03
Re: [PATCH v2 10/12] tests/qtest/bios-tables-test: Add empty ACPI data files for RISC-V
,
Igor Mammedov
,
2024/06/19
Re: [PATCH v2 01/12] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
,
Alistair Francis
,
2024/06/03
Re: [PATCH 6/6] disas/riscv: Support zabha disassemble
,
Alistair Francis
,
2024/06/03
Re: [PATCH 4/6] target/riscv: Add amocas.[b|h] for Zabha
,
Alistair Francis
,
2024/06/03
Re: [PATCH 3/6] target/riscv: Move gen_cmpxchg before adding amocas.[b|h]
,
Alistair Francis
,
2024/06/03
Re: [PATCH 2/6] target/riscv: Add AMO instructions for Zabha
,
Alistair Francis
,
2024/06/03
Re: [PATCH 1/6] target/riscv: Move gen_amo before implement Zabha
,
Alistair Francis
,
2024/06/03
Re: [PATCH 4/4] disas/riscv: Support zcmop disassemble
,
Alistair Francis
,
2024/06/03
Re: [PATCH 3/4] target/riscv: Add zcmop extension
,
Alistair Francis
,
2024/06/03
Re: [PATCH 2/4] disas/riscv: Support zimop disassemble
,
Alistair Francis
,
2024/06/03
Re: [PATCH 1/4] target/riscv: Add zimop extension
,
Alistair Francis
,
2024/06/03
Re: [PATCH v2 0/2] target/riscv: Minor fixes and improvements for Virtual IRQs
,
Alistair Francis
,
2024/06/03
Re: [PATCH v4 0/4] RISC-V: Modularize common match conditions for trigger
,
Alistair Francis
,
2024/06/03
RE: [PATCH v4 0/4] RISC-V: Modularize common match conditions for trigger
,
張哲嘉
,
2024/06/04
Re: [PATCH v2 2/2] target/riscv: Move Guest irqs out of the core local irqs range.
,
Alistair Francis
,
2024/06/03
Re: [PATCH v2 1/2] target/riscv: Extend virtual irq csrs masks to be 64 bit wide.
,
Alistair Francis
,
2024/06/03
Re: [PATCH v3 1/2] target/riscv/csr.c: Add functional of hvictl CSR
,
Alistair Francis
,
2024/06/03
Re: [PATCH] Fix incorrect disassembly format for certain RISC-V instructions
,
Alistair Francis
,
2024/06/03
Re: [RESEND PATCH v2 5/5] target/riscv: Reserve exception codes for sw-check and hw-err
,
Alistair Francis
,
2024/06/03
Re: [RESEND PATCH v2 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
Alistair Francis
,
2024/06/03
Re: [RESEND PATCH v2 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
Fea Wang
,
2024/06/03
Re: [RESEND PATCH v2 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
,
Alistair Francis
,
2024/06/03
Re: [RESEND PATCH v2 2/5] target/riscv: Support the version for ss1p13
,
Alistair Francis
,
2024/06/03
Re: [RESEND PATCH v2 2/5] target/riscv: Support the version for ss1p13
,
Alistair Francis
,
2024/06/03
Re: [RESEND PATCH v2 2/5] target/riscv: Support the version for ss1p13
,
Fea Wang
,
2024/06/03
Re: [RESEND PATCH v2 1/5] target/riscv: Reuse the conversion function of priv_spec
,
Alistair Francis
,
2024/06/03
Re: [PATCH v4 1/4] target/riscv: Add functions for common matching conditions of trigger
,
Alistair Francis
,
2024/06/03
Re: [PATCH v4 4/4] target/riscv: Apply modularized matching conditions for icount trigger
,
Alistair Francis
,
2024/06/03
Re: [PATCH v4 3/4] target/riscv: Apply modularized matching conditions for watchpoint
,
Alistair Francis
,
2024/06/03
Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions
,
Alistair Francis
,
2024/06/03
Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions
,
Philippe Mathieu-Daudé
,
2024/06/04
Re: [RFC v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
,
Markus Armbruster
,
2024/06/03
Re: [RFC v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
,
Zhao Liu
,
2024/06/04
Re: [RFC v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
,
Markus Armbruster
,
2024/06/04
Re: [RFC v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
,
Markus Armbruster
,
2024/06/03
Re: [RFC v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
,
Zhao Liu
,
2024/06/04
Re: [RFC v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
,
Markus Armbruster
,
2024/06/04
Re: [RFC v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
,
Zhao Liu
,
2024/06/04
Re: [RESEND PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
,
Fea Wang
,
2024/06/03
[PATCH 0/6] Introduce extension implied rules
,
frank . chang
,
2024/06/03
[PATCH 1/6] target/riscv: Introduce extension implied rules definition
,
frank . chang
,
2024/06/03
[PATCH 2/6] target/riscv: Introduce extension implied rule helpers
,
frank . chang
,
2024/06/03
Re: [PATCH 2/6] target/riscv: Introduce extension implied rule helpers
,
Frank Chang
,
2024/06/05
[PATCH 4/6] target/riscv: Add standard extension implied rules
,
frank . chang
,
2024/06/03
[PATCH 5/6] target/riscv: Add Zc extension implied rule
,
frank . chang
,
2024/06/03
[PATCH 6/6] target/riscv: Remove extension auto-update check statements
,
frank . chang
,
2024/06/03
[PATCH 3/6] target/riscv: Add MISA implied rules
,
frank . chang
,
2024/06/03
Re: [PATCH 0/6] Introduce extension implied rules
,
Frank Chang
,
2024/06/05
[PATCH 0/4] hw/dma: Add error handling for loading descriptions failing
,
Fea.Wang
,
2024/06/03
[PATCH 1/4] hw/dma: Enhance error handling in loading description
,
Fea.Wang
,
2024/06/03
Re: [PATCH 1/4] hw/dma: Enhance error handling in loading description
,
Edgar E. Iglesias
,
2024/06/03
Re: [PATCH 1/4] hw/dma: Enhance error handling in loading description
,
Fea Wang
,
2024/06/04
Re: [PATCH 1/4] hw/dma: Enhance error handling in loading description
,
Frank Chang
,
2024/06/04
[PATCH 2/4] hw/dma: Break the loop when loading descriptions fails
,
Fea.Wang
,
2024/06/03
Re: [PATCH 2/4] hw/dma: Break the loop when loading descriptions fails
,
Edgar E. Iglesias
,
2024/06/03
Re: [PATCH 2/4] hw/dma: Break the loop when loading descriptions fails
,
Fea Wang
,
2024/06/04
Re: [PATCH 2/4] hw/dma: Break the loop when loading descriptions fails
,
Frank Chang
,
2024/06/04
[PATCH 3/4] hw/dma: Add a trace log for a description loading failure
,
Fea.Wang
,
2024/06/03
Re: [PATCH 3/4] hw/dma: Add a trace log for a description loading failure
,
Edgar E. Iglesias
,
2024/06/03
Re: [PATCH 3/4] hw/dma: Add a trace log for a description loading failure
,
Frank Chang
,
2024/06/04
[PATCH 4/4] hw/net: Fix the transmission return size
,
Fea.Wang
,
2024/06/03
Re: [PATCH 4/4] hw/net: Fix the transmission return size
,
Edgar E. Iglesias
,
2024/06/03
Re: [PATCH 4/4] hw/net: Fix the transmission return size
,
Fea Wang
,
2024/06/04
Re: [PATCH 4/4] hw/net: Fix the transmission return size
,
Frank Chang
,
2024/06/04
Re: [PATCH v3] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
,
Alistair Francis
,
2024/06/03
RE: [PATCH v3] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
,
張育銘
,
2024/06/03
Re: [PATCH v3] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
,
Alistair Francis
,
2024/06/03
Re: [RFC PATCH v2 5/6] target/riscv: rvv: Optimize v[l|s]e8.v with limitations
,
Richard Henderson
,
2024/06/03
Re: [RFC PATCH v2 5/6] target/riscv: rvv: Optimize v[l|s]e8.v with limitations
,
Max Chou
,
2024/06/03
Re: [RFC PATCH v2 5/6] target/riscv: rvv: Optimize v[l|s]e8.v with limitations
,
Richard Henderson
,
2024/06/03
Re: [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
,
Daniel Henrique Barboza
,
2024/06/02
Re: [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
,
Frank Chang
,
2024/06/27
Re: [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
,
Frank Chang
,
2024/06/27
Re: [PATCH v6 0/3] Support RISC-V IOPMP
,
Ethan Chen
,
2024/06/02
Re: [PATCH RFC 0/8] Add Counter delegation ISA extension support
,
Daniel Henrique Barboza
,
2024/06/01
Re: [PATCH RFC 0/8] Add Counter delegation ISA extension support
,
Atish Kumar Patra
,
2024/06/02
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc