Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-riscv (date)
[
Thread Index
][
Top
][
All Lists
][
qemu-riscv info page
]
Advanced
[
Prev Period
]
Last Modified: Mon Mar 31 2025 10:16:28 -0400
Messages in reverse chronological order
[
Next Period
]
March 31, 2025
Re: [PATCH v2 1/1] goldfish_rtc: keep time offset when resetting
,
Philippe Mathieu-Daudé
,
10:16
Re: [PATCH v2 4/5] target/riscv: pmp: exit csr writes early if value was not changed
,
LIU Zhiwei
,
07:32
Re: [PATCH v2 4/5] target/riscv: pmp: exit csr writes early if value was not changed
,
Loïc Lefort
,
05:44
March 30, 2025
[PATCH v3 09/10] target/i386/kvm: support perfmon-v2 for reset
,
Dongli Zhang
,
21:36
[PATCH v3 10/10] target/i386/kvm: don't stop Intel PMU counters
,
Dongli Zhang
,
21:36
[PATCH v3 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
,
Dongli Zhang
,
21:35
[PATCH v3 06/10] target/i386/kvm: rename architectural PMU variables
,
Dongli Zhang
,
21:35
[PATCH v3 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
,
Dongli Zhang
,
21:35
[PATCH v3 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
,
Dongli Zhang
,
21:35
[PATCH v3 04/10] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
,
Dongli Zhang
,
21:35
[PATCH v3 02/10] target/i386: disable PERFCORE when "-pmu" is configured
,
Dongli Zhang
,
21:35
[PATCH v3 07/10] target/i386/kvm: query kvm.enable_pmu parameter
,
Dongli Zhang
,
21:35
[PATCH v3 03/10] kvm: Introduce kvm_arch_pre_create_vcpu()
,
Dongli Zhang
,
21:35
[PATCH v3 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
,
Dongli Zhang
,
21:35
March 29, 2025
[PATCH v2 12/12] target/riscv: Fix the rvv reserved encoding of unmasked instructions
,
Max Chou
,
10:45
[PATCH v2 11/12] target/riscv: rvv: Apply vext_check_input_eew to vector indexed load/store instructions
,
Max Chou
,
10:45
[PATCH v2 10/12] target/riscv: rvv: Apply vext_check_input_eew to vector narrow instructions
,
Max Chou
,
10:45
[PATCH v2 09/12] target/riscv: rvv: Apply vext_check_input_eew to vector widen instructions(OPMVV/OPMVX/etc.)
,
Max Chou
,
10:45
[PATCH v2 08/12] target/riscv: rvv: Apply vext_check_input_eew to vector integer extension instructions(OPMVV)
,
Max Chou
,
10:45
[PATCH v2 05/12] target/riscv: rvv: Apply vext_check_input_eew to OPIVI/OPIVX/OPFVF(vext_check_ss) instructions
,
Max Chou
,
10:45
[PATCH v2 07/12] target/riscv: rvv: Apply vext_check_input_eew to vector slide instructions(OPIVI/OPIVX)
,
Max Chou
,
10:45
[PATCH v2 06/12] target/riscv: rvv: Apply vext_check_input_eew to OPIVV/OPFVV(vext_check_sss) instructions
,
Max Chou
,
10:45
[PATCH v2 03/12] target/riscv: Add vext_check_input_eew to check mismatched input EEWs encoding constraint
,
Max Chou
,
10:45
[PATCH v2 04/12] target/riscv: rvv: Apply vext_check_input_eew to vector register gather instructions
,
Max Chou
,
10:45
[PATCH v2 02/12] target/riscv: rvv: Add CHECK arg to GEN_OPFVF_WIDEN_TRANS
,
Max Chou
,
10:45
[PATCH v2 01/12] target/riscv: rvv: Source vector registers cannot overlap mask register
,
Max Chou
,
10:45
[PATCH v2 00/12] Fix RVV encoding corner cases
,
Max Chou
,
10:44
Re: [PATCH v2 5/5] target/riscv: pmp: remove redundant check in pmp_is_locked
,
LIU Zhiwei
,
05:30
Re: [PATCH v2 4/5] target/riscv: pmp: exit csr writes early if value was not changed
,
LIU Zhiwei
,
05:03
Re: [PATCH v2 3/5] target/riscv: pmp: fix checks on writes to pmpcfg in Smepmp MML mode
,
LIU Zhiwei
,
05:01
Re: [PATCH v2 2/5] target/riscv: pmp: move Smepmp operation conversion into a function
,
LIU Zhiwei
,
04:53
Re: [PATCH v2 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
,
LIU Zhiwei
,
04:39
March 28, 2025
[PULL 2/3] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
Alistair Francis
,
02:53
Re: [PATCH for-10.0] Revert "target/riscv/kvm: add missing KVM CSRs"
,
Alistair Francis
,
01:43
Re: [PATCH for-10.0] Revert "target/riscv/kvm: add missing KVM CSRs"
,
Alistair Francis
,
00:53
March 27, 2025
Re: [PATCH v2 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
,
Daniel Henrique Barboza
,
13:31
Re: [PATCH v2 0/5] target/riscv: Smepmp fixes to match specification
,
Loïc Lefort
,
12:47
Re: [PATCH for-10.1] hw/riscv: do not mark any machine as default
,
Philippe Mathieu-Daudé
,
12:14
Re: [PATCH for-10.1] hw/riscv: do not mark any machine as default
,
Philippe Mathieu-Daudé
,
12:14
[PATCH for-10.0] Revert "target/riscv/kvm: add missing KVM CSRs"
,
Daniel Henrique Barboza
,
11:21
Re: [PATCH for-10.1] hw/riscv: do not mark any machine as default
,
Frank Chang
,
10:02
[PATCH for-10.1] hw/riscv: do not mark any machine as default
,
Daniel Henrique Barboza
,
09:03
March 26, 2025
Re: [PATCH-for-10.1 v2] target/riscv/gdbstub: Replace ldtul_p() -> ldn_p(sizeof(target_ulong))
,
Alex Bennée
,
07:27
Re: [PATCH-for-10.1 v2] target/riscv/gdbstub: Replace ldtul_p() -> ldn_p(sizeof(target_ulong))
,
Alistair Francis
,
00:29
March 25, 2025
Re: [PATCH 2/2] target/riscv: Restrict midelegh access to S-mode harts
,
Jay Chang
,
23:26
[PATCH-for-10.1 v2] target/riscv/gdbstub: Replace ldtul_p() -> ldn_p(sizeof(target_ulong))
,
Philippe Mathieu-Daudé
,
11:49
March 24, 2025
Re: [PULL 0/6] Uefi 20250321 patches
,
Stefan Hajnoczi
,
09:22
Re: [PATCH v4 2/2] target/riscv: fix handling of nop for vstart >= vl in some vector instruction
,
Daniel Henrique Barboza
,
07:18
Re: [PATCH v4 2/2] target/riscv: fix handling of nop for vstart >= vl in some vector instruction
,
Michael Tokarev
,
00:48
Re: [PATCH v2 0/2] RISC-V: ACPI: Add support for RIMT
,
Alistair Francis
,
00:34
March 23, 2025
Re: [PATCH v2 1/2] target/riscv: fix access permission checks for CSR_SSP
,
Alistair Francis
,
23:06
Re: [PATCH v3] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
Alistair Francis
,
22:42
Re: [PATCH v3] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
Alistair Francis
,
22:12
Re: [PATCH] docs: Added docs/specs/riscv-iommu.rst in MAINTAINERS file.
,
Alistair Francis
,
20:52
Re: [PATCH] docs: Added docs/specs/riscv-iommu.rst in MAINTAINERS file.
,
Alistair Francis
,
20:26
[PATCH] docs: Added docs/specs/riscv-iommu.rst in MAINTAINERS file.
,
hemanshu.khilari.foss
,
10:02
[PATCH v3] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
hemanshu.khilari.foss
,
02:34
March 22, 2025
[PATCH v2 2/2] hw/riscv/virt-acpi-build: Add support for RIMT
,
Sunil V L
,
00:31
[PATCH v2 1/2] hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure
,
Sunil V L
,
00:31
[PATCH v2 0/2] RISC-V: ACPI: Add support for RIMT
,
Sunil V L
,
00:31
March 21, 2025
[PATCH v2 1/1] goldfish_rtc: keep time offset when resetting
,
Heinrich Schuchardt
,
18:13
Re: [PATCH v2 1/2] target/riscv: fix access permission checks for CSR_SSP
,
Michael Tokarev
,
14:02
Re: [PATCH-for-10.0 1/1] goldfish_rtc: keep time offset when resetting
,
Philippe Mathieu-Daudé
,
13:43
Re: [PATCH-for-10.0 1/1] goldfish_rtc: keep time offset when resetting
,
Heinrich Schuchardt
,
12:10
Re: [PATCH-for-10.0 1/1] goldfish_rtc: keep time offset when resetting
,
Philippe Mathieu-Daudé
,
12:08
Re: [PATCH 1/1] goldfish_rtc: keep time offset when resetting
,
Anup Patel
,
12:01
Re: [PATCH v8 00/18] Adding partial support for 128-bit riscv target
,
Philippe Mathieu-Daudé
,
11:08
[PULL 5/6] hw/uefi-vars-sysbus: allow for loongarch virt
,
Gerd Hoffmann
,
08:37
[PULL 2/6] hw/uefi: fix error handling in uefi_vars_json_save
,
Gerd Hoffmann
,
08:36
[PULL 6/6] docs/firmware: add feature flag for host uefi variable store
,
Gerd Hoffmann
,
08:36
[PULL 4/6] hw/uefi-vars-sysbus: allow for riscv virt
,
Gerd Hoffmann
,
08:36
[PULL 3/6] hw/uefi: fix error handling in uefi_vars_json_load
,
Gerd Hoffmann
,
08:36
[PULL 1/6] hw/uefi: flush variable store to disk in post load
,
Gerd Hoffmann
,
08:36
[PULL 0/6] Uefi 20250321 patches
,
Gerd Hoffmann
,
08:36
[PATCH 1/1] goldfish_rtc: keep time offset when resetting
,
Heinrich Schuchardt
,
04:13
[RFC PATCH] target/riscv: set vill bit if VLMAX is changed when vsetvli rs1 and rd arguments are x0
,
Vasilis Liaskovitis
,
04:10
March 20, 2025
Re: [PATCH v3 3/3] target/riscv/kvm: add missing KVM CSRs
,
Daniel Henrique Barboza
,
10:45
Re: [PATCH v3 3/3] target/riscv/kvm: add missing KVM CSRs
,
Andrew Jones
,
10:41
Re: [PATCH v3 3/3] target/riscv/kvm: add missing KVM CSRs
,
Daniel Henrique Barboza
,
10:38
Re: [PATCH v3 3/3] target/riscv/kvm: add missing KVM CSRs
,
Andrea Bolognani
,
10:25
March 19, 2025
Re: 回覆: emulated riscv PLIC
,
Yanfeng Liu
,
20:27
Re: [PATCH v6 13/18] system/xen: remove inline stubs
,
Pierrick Bouvier
,
16:15
[PATCH 4/4] target/riscv: Enable/Disable S/VS-mode Timer when STCE bit is changed
,
Jim Shu
,
15:22
[PATCH 3/4] target/riscv: Fix VSTIP bit in sstc extension.
,
Jim Shu
,
15:22
[PATCH 2/4] hw/intc: riscv_aclint: Fix mtime write for sstc extension
,
Jim Shu
,
15:22
[PATCH 1/4] target/riscv: Add the checking into stimecmp write function.
,
Jim Shu
,
15:22
[PATCH 0/4] Several sstc extension fixes
,
Jim Shu
,
15:22
Re: [PATCH 0/4] Integrate IOMMUs with PCI hosts that have ATUs
,
Michael S. Tsirkin
,
13:42
Re: [PATCH 0/4] Integrate IOMMUs with PCI hosts that have ATUs
,
Jason Chien
,
13:19
Re: [PATCH] hw/misc/edu: Rename macros indicating the direction of DMA operations
,
Jason Chien
,
13:15
Re: [PATCH 1/3] include/hw/pci: Attach BDF to Memory Attributes
,
Jason Chien
,
12:40
Re: [PATCH v3 4/6] hw/uefi-vars-sysbus: allow for riscv virt
,
Daniel Henrique Barboza
,
11:04
Re: [PATCH v3 5/6] hw/uefi-vars-sysbus: allow for loongarch virt
,
Daniel P . Berrangé
,
10:23
Re: [PATCH v3 4/6] hw/uefi-vars-sysbus: allow for riscv virt
,
Daniel P . Berrangé
,
10:22
Re: [PATCH v3 6/6] docs/firmware: add feature flag for host uefi variable store
,
Daniel P . Berrangé
,
10:21
Re: [PATCH v6 13/18] system/xen: remove inline stubs
,
Anthony PERARD
,
10:16
[PATCH v3 6/6] docs/firmware: add feature flag for host uefi variable store
,
Gerd Hoffmann
,
10:13
[PATCH v3 2/6] hw/uefi: fix error handling in uefi_vars_json_save
,
Gerd Hoffmann
,
10:13
[PATCH v3 5/6] hw/uefi-vars-sysbus: allow for loongarch virt
,
Gerd Hoffmann
,
10:13
[PATCH v3 0/6] [for-10.0] hw/uefi: some bugfixes
,
Gerd Hoffmann
,
10:13
[PATCH v3 3/6] hw/uefi: fix error handling in uefi_vars_json_load
,
Gerd Hoffmann
,
10:13
[PATCH v3 4/6] hw/uefi-vars-sysbus: allow for riscv virt
,
Gerd Hoffmann
,
10:13
[PATCH v3 1/6] hw/uefi: flush variable store to disk in post load
,
Gerd Hoffmann
,
10:13
回覆: emulated riscv PLIC
,
張哲嘉
,
09:09
Re: [PATCH 2/2] target/riscv: Restrict midelegh access to S-mode harts
,
Daniel Henrique Barboza
,
08:59
Re: emulated riscv PLIC
,
Daniel Henrique Barboza
,
08:51
Re: [PATCH 1/2] hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure
,
Daniel Henrique Barboza
,
08:41
Re: [PATCH 2/2] hw/riscv/virt-acpi-build: Add support for RIMT
,
Daniel Henrique Barboza
,
08:40
emulated riscv PLIC
,
Yanfeng Liu
,
03:59
[PATCH v3 5/6] hw/riscv: Configurable MPFS CLINT timebase freq
,
Sebastian Huber
,
02:14
[PATCH v3 6/6] hw/riscv: microchip_pfsoc: Rework documentation
,
Sebastian Huber
,
02:14
[PATCH v3 4/6] hw/riscv: Allow direct start of kernel for MPFS
,
Sebastian Huber
,
02:14
[PATCH v3 2/6] hw/riscv: More flexible FDT placement for MPFS
,
Sebastian Huber
,
02:14
[PATCH v3 1/6] hw/misc: Add MPFS system reset support
,
Sebastian Huber
,
02:14
[PATCH v3 3/6] hw/riscv: Make FDT optional for MPFS
,
Sebastian Huber
,
02:14
[PATCH v3 0/6] Improve Microchip Polarfire SoC customization
,
Sebastian Huber
,
02:14
Re: [PATCH v1 2/2] hw/riscv: initial support for BOSC's Xiangshan Kunminghu SoC
,
Alistair Francis
,
00:17
Re: [PATCH qemu] target/riscv: Add check for 16-bit aligned PC for different priv versions.
,
Alistair Francis
,
00:07
March 18, 2025
[PATCH v1 2/2] hw/riscv: initial support for BOSC's Xiangshan Kunminghu SoC
,
Huang Borong
,
22:22
[PATCH v1 1/2] target/riscv: add BOSC's Xiangshan Kunminghu CPU
,
Huang Borong
,
22:18
Re: [PATCH qemu] target/riscv: Add check for 16-bit aligned PC for different priv versions.
,
Alistair Francis
,
21:45
Re: [PATCH 0/1 v3] [RISC-V/RVV] optimize the memory probing for vector fault-only-first loads.
,
Alistair Francis
,
21:40
Re: [PATCH] target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()
,
Alistair Francis
,
20:09
Re: [PATCH] target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()
,
Daniel Henrique Barboza
,
15:07
Re: [PATCH] target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()
,
Peter Maydell
,
12:42
[PATCH 2/2] target/riscv: Restrict midelegh access to S-mode harts
,
Jay Chang
,
08:47
[PATCH 1/2] target/riscv: Restrict mideleg/medeleg/medelegh access to S-mode harts
,
Jay Chang
,
08:46
March 17, 2025
[PATCH v6 14/18] system/physmem: compilation unit is now common to all targets
,
Pierrick Bouvier
,
14:35
[PATCH v6 12/18] hw/xen: add stubs for various functions
,
Pierrick Bouvier
,
14:35
[PATCH v6 15/18] include/exec/memory: extract devend_big_endian from devend_memop
,
Pierrick Bouvier
,
14:35
[PATCH v6 18/18] system/ioport: make compilation unit common
,
Pierrick Bouvier
,
14:35
[PATCH v6 16/18] include/exec/memory: move devend functions to memory-internal.h
,
Pierrick Bouvier
,
14:35
[PATCH v6 06/18] codebase: prepare to remove cpu.h from exec/exec-all.h
,
Pierrick Bouvier
,
14:35
[PATCH v6 09/18] exec/ram_addr: remove dependency on cpu.h
,
Pierrick Bouvier
,
14:35
[PATCH v6 17/18] system/memory: make compilation unit common
,
Pierrick Bouvier
,
14:35
[PATCH v6 05/18] exec/memory.h: make devend_memop "target defines" agnostic
,
Pierrick Bouvier
,
14:35
[PATCH v6 08/18] exec/memory-internal: remove dependency on cpu.h
,
Pierrick Bouvier
,
14:35
[PATCH v6 04/18] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h
,
Pierrick Bouvier
,
14:35
[PATCH v6 13/18] system/xen: remove inline stubs
,
Pierrick Bouvier
,
14:35
[PATCH v6 10/18] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
,
Pierrick Bouvier
,
14:35
[PATCH v6 11/18] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Pierrick Bouvier
,
14:35
[PATCH v6 07/18] exec/exec-all: remove dependency on cpu.h
,
Pierrick Bouvier
,
14:35
[PATCH v6 00/18] make system memory API available for common code
,
Pierrick Bouvier
,
14:35
[PATCH v6 01/18] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
,
Pierrick Bouvier
,
14:35
[PATCH v6 02/18] exec/tswap: implement {ld, st}.*_p as functions instead of macros
,
Pierrick Bouvier
,
14:35
[PATCH v6 03/18] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
,
Pierrick Bouvier
,
14:35
Re: [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Pierrick Bouvier
,
13:03
Re: [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Philippe Mathieu-Daudé
,
12:24
Re: [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Philippe Mathieu-Daudé
,
12:22
Re: [PATCH v5 05/17] exec/memory.h: make devend_memop "target defines" agnostic
,
Pierrick Bouvier
,
12:08
Re: [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Pierrick Bouvier
,
12:08
Re: [PATCH v5 15/17] include/exec/memory: move devend functions to memory-internal.h
,
Philippe Mathieu-Daudé
,
11:52
Re: [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Philippe Mathieu-Daudé
,
11:50
Re: [PATCH v5 05/17] exec/memory.h: make devend_memop "target defines" agnostic
,
Philippe Mathieu-Daudé
,
11:49
Re: [PATCH v5 00/17] make system memory API available for common code
,
Markus Armbruster
,
11:32
Re: Question regarding "Microblaze-V generic board, amd-microblaze-v-generic"
,
Philippe Mathieu-Daudé
,
09:12
Re: [PATCH v5 00/17] make system memory API available for common code
,
Philippe Mathieu-Daudé
,
05:21
March 16, 2025
Re: [CAUTION - External Sender] Re: [PATCH 00/12] target/riscv: Fix some RISC-V instruction corner cases
,
Anton Blanchard
,
22:08
March 14, 2025
Re: [PATCH v5 00/17] make system memory API available for common code
,
Anthony PERARD
,
14:53
Re: [PATCH v5 00/17] make system memory API available for common code
,
Pierrick Bouvier
,
14:40
Re: [PATCH v5 00/17] make system memory API available for common code
,
Pierrick Bouvier
,
13:33
[PATCH v5 14/17] include/exec/memory: extract devend_big_endian from devend_memop
,
Pierrick Bouvier
,
13:32
[PATCH v5 17/17] system/ioport: make compilation unit common
,
Pierrick Bouvier
,
13:32
[PATCH v5 12/17] hw/xen: add stubs for various functions
,
Pierrick Bouvier
,
13:32
[PATCH v5 16/17] system/memory: make compilation unit common
,
Pierrick Bouvier
,
13:32
[PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Pierrick Bouvier
,
13:32
[PATCH v5 13/17] system/physmem: compilation unit is now common to all targets
,
Pierrick Bouvier
,
13:32
[PATCH v5 15/17] include/exec/memory: move devend functions to memory-internal.h
,
Pierrick Bouvier
,
13:32
[PATCH v5 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
,
Pierrick Bouvier
,
13:32
[PATCH v5 09/17] exec/ram_addr: remove dependency on cpu.h
,
Pierrick Bouvier
,
13:32
[PATCH v5 08/17] exec/memory-internal: remove dependency on cpu.h
,
Pierrick Bouvier
,
13:32
[PATCH v5 07/17] exec/exec-all: remove dependency on cpu.h
,
Pierrick Bouvier
,
13:32
[PATCH v5 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h
,
Pierrick Bouvier
,
13:32
[PATCH v5 05/17] exec/memory.h: make devend_memop "target defines" agnostic
,
Pierrick Bouvier
,
13:32
[PATCH v5 02/17] exec/tswap: implement {ld, st}.*_p as functions instead of macros
,
Pierrick Bouvier
,
13:32
[PATCH v5 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
,
Pierrick Bouvier
,
13:32
[PATCH v5 01/17] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
,
Pierrick Bouvier
,
13:32
[PATCH v5 04/17] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h
,
Pierrick Bouvier
,
13:32
[PATCH v5 00/17] make system memory API available for common code
,
Pierrick Bouvier
,
13:32
Re: [PATCH v4 12/17] hw/xen: add stubs for various functions
,
Pierrick Bouvier
,
13:20
Re: [PATCH v4 12/17] hw/xen: add stubs for various functions
,
Anthony PERARD
,
12:45
Re: [PATCH RFC] target: riscv: Add Svrsw60b59b extension support
,
Alexandre Ghiti
,
09:31
Re: [PATCH RFC] target: riscv: Add Svrsw60b59b extension support
,
Daniel Henrique Barboza
,
08:38
Re: [PATCH RFC] target: riscv: Add Svrsw60b59b extension support
,
Alexandre Ghiti
,
08:11
Re: [PATCH] hw/riscv: Fix test for microchi-icicle-kit
,
Daniel Henrique Barboza
,
07:53
[PATCH RFC] target: riscv: Add Svrsw60b59b extension support
,
Alexandre Ghiti
,
06:48
[PATCH] hw/riscv: Fix test for microchi-icicle-kit
,
Sebastian Huber
,
04:02
[PATCH 2/2] hw/riscv/virt-acpi-build: Add support for RIMT
,
Sunil V L
,
01:15
[PATCH 1/2] hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure
,
Sunil V L
,
01:15
[PATCH 0/2] RISC-V: ACPI: Add support for RIMT
,
Sunil V L
,
01:15
March 13, 2025
[PATCH v2 5/5] target/riscv: pmp: remove redundant check in pmp_is_locked
,
Loïc Lefort
,
15:30
[PATCH v2 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
,
Loïc Lefort
,
15:30
[PATCH v2 2/5] target/riscv: pmp: move Smepmp operation conversion into a function
,
Loïc Lefort
,
15:30
[PATCH v2 0/5] target/riscv: Smepmp fixes to match specification
,
Loïc Lefort
,
15:30
[PATCH v2 4/5] target/riscv: pmp: exit csr writes early if value was not changed
,
Loïc Lefort
,
15:30
[PATCH v2 3/5] target/riscv: pmp: fix checks on writes to pmpcfg in Smepmp MML mode
,
Loïc Lefort
,
15:30
Re: [PATCH v4 00/17] make system memory API available for common code
,
Pierrick Bouvier
,
12:43
[PATCH v4 16/17] system/memory: make compilation unit common
,
Pierrick Bouvier
,
12:41
[PATCH v4 13/17] system/physmem: compilation unit is now common to all targets
,
Pierrick Bouvier
,
12:40
[PATCH v4 12/17] hw/xen: add stubs for various functions
,
Pierrick Bouvier
,
12:40
[PATCH v4 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
,
Pierrick Bouvier
,
12:40
[PATCH v4 09/17] exec/ram_addr: remove dependency on cpu.h
,
Pierrick Bouvier
,
12:40
[PATCH v4 17/17] system/ioport: make compilation unit common
,
Pierrick Bouvier
,
12:40
[PATCH v4 15/17] include/exec/memory: move devend functions to memory-internal.h
,
Pierrick Bouvier
,
12:39
[PATCH v4 08/17] exec/memory-internal: remove dependency on cpu.h
,
Pierrick Bouvier
,
12:39
[PATCH v4 14/17] include/exec/memory: extract devend_big_endian from devend_memop
,
Pierrick Bouvier
,
12:39
[PATCH v4 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Pierrick Bouvier
,
12:39
[PATCH v4 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
,
Pierrick Bouvier
,
12:39
[PATCH v4 04/17] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h
,
Pierrick Bouvier
,
12:39
[PATCH v4 07/17] exec/exec-all: remove dependency on cpu.h
,
Pierrick Bouvier
,
12:39
[PATCH v4 05/17] exec/memory.h: make devend_memop "target defines" agnostic
,
Pierrick Bouvier
,
12:39
[PATCH v4 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h
,
Pierrick Bouvier
,
12:39
[PATCH v4 02/17] exec/tswap: implement {ld, st}.*_p as functions instead of macros
,
Pierrick Bouvier
,
12:39
[PATCH v4 01/17] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
,
Pierrick Bouvier
,
12:39
[PATCH v4 00/17] make system memory API available for common code
,
Pierrick Bouvier
,
12:39
Re: [PATCH 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
,
Loïc Lefort
,
12:09
Re: [PATCH v2 4/6] hw/riscv: Allow direct start of kernel for MPFS
,
Daniel Henrique Barboza
,
11:39
[PATCH 1/1 v4] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores.
,
Paolo Savini
,
11:23
[PATCH 0/1 v4] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores.
,
Paolo Savini
,
11:23
Re: [PATCH 4/4] hw/riscv/riscv-iommu: Connect the IOMMU with PCI hosts that have ATUs
,
Daniel Henrique Barboza
,
08:45
Re: [PATCH 5/5] target/riscv: pmp: remove redundant check in pmp_is_locked
,
Daniel Henrique Barboza
,
08:42
Re: [PATCH 4/5] target/riscv: pmp: exit csr writes early if value was not changed
,
Daniel Henrique Barboza
,
08:42
Re: [PATCH 3/5] target/riscv: pmp: fix checks on writes to pmpcfg in Smepmp MML mode
,
Daniel Henrique Barboza
,
08:41
[PATCH 1/1 v2] [RISC-V/RVV] Expand the probe_pages helper function to handle probe flags.
,
Paolo Savini
,
08:39
[PATCH 0/1 v2] [RISC-V/RVV] use a single function to probe memory.
,
Paolo Savini
,
08:39
Re: [PATCH 2/5] target/riscv: pmp: move Smepmp operation conversion into a function
,
Daniel Henrique Barboza
,
08:38
Re: [PATCH 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
,
Daniel Henrique Barboza
,
07:40
[PATCH qemu] target/riscv: Add check for 16-bit aligned PC for different priv versions.
,
~yuming
,
02:26
March 12, 2025
[PATCH 1/1 v3] target/riscv: optimize the memory probing for vector fault-only-first loads.
,
Paolo Savini
,
15:22
[PATCH 0/1 v3] [RISC-V/RVV] optimize the memory probing for vector fault-only-first loads.
,
Paolo Savini
,
15:22
Re: [PATCH 1/3] include/hw/pci: Attach BDF to Memory Attributes
,
Jason Chien
,
13:00
[PATCH 0/1 v2] [RISCV/RVV] Generate strided vector loads/stores with tcg nodes.
,
Paolo Savini
,
11:56
[PATCH 1/1 v2] [RISC-V/RVV] Generate strided vector loads/stores with tcg nodes.
,
Paolo Savini
,
11:56
[PATCH v11 8/8] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
05:40
[PATCH v11 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
,
Ethan Chen
,
05:40
[PATCH v11 7/8] hw/misc/riscv_iopmp_dispatcher: Device for redirect IOPMP transaction infomation
,
Ethan Chen
,
05:40
[PATCH v11 5/8] hw/misc/riscv_iopmp_txn_info: Add struct for transaction infomation
,
Ethan Chen
,
05:40
[PATCH v11 3/8] system/physmem: Support IOMMU granularity smaller than TARGET_PAGE size
,
Ethan Chen
,
05:39
[PATCH v11 1/8] hw/core: Add config stream
,
Ethan Chen
,
05:39
[PATCH v11 0/8] Support RISC-V IOPMP
,
Ethan Chen
,
05:39
[PATCH v11 2/8] memory: Introduce memory region fetch operation
,
Ethan Chen
,
05:39
[PATCH v11 4/8] target/riscv: Add support for IOPMP
,
Ethan Chen
,
05:39
Re: [PATCH 0/5] target/riscv: Smepmp fixes to match specification
,
Loïc Lefort
,
05:21
March 11, 2025
[PATCH v3 17/17] system/ioport: make compilation unit common
,
Pierrick Bouvier
,
15:59
[PATCH v3 16/17] system/memory: make compilation unit common
,
Pierrick Bouvier
,
15:59
[PATCH v3 14/17] include/exec/memory: extract devend_big_endian from devend_memop
,
Pierrick Bouvier
,
15:59
[PATCH v3 15/17] include/exec/memory: move devend functions to memory-internal.h
,
Pierrick Bouvier
,
15:59
[PATCH v3 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Pierrick Bouvier
,
15:59
[PATCH v3 12/17] hw/xen: add stubs for various functions
,
Pierrick Bouvier
,
15:59
[PATCH v3 13/17] system/physmem: compilation unit is now common to all targets
,
Pierrick Bouvier
,
15:59
[PATCH v3 09/17] exec/ram_addr: remove dependency on cpu.h
,
Pierrick Bouvier
,
15:59
[PATCH v3 08/17] exec/memory-internal: remove dependency on cpu.h
,
Pierrick Bouvier
,
15:59
[PATCH v3 07/17] exec/exec-all: remove dependency on cpu.h
,
Pierrick Bouvier
,
15:59
[PATCH v3 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h
,
Pierrick Bouvier
,
15:58
[PATCH v3 05/17] exec/memory.h: make devend_memop "target defines" agnostic
,
Pierrick Bouvier
,
15:58
[PATCH v3 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
,
Pierrick Bouvier
,
15:58
[PATCH v3 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
,
Pierrick Bouvier
,
15:58
[PATCH v3 04/17] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h
,
Pierrick Bouvier
,
15:58
[PATCH v3 02/17] exec/tswap: implement {ld, st}.*_p as functions instead of macros
,
Pierrick Bouvier
,
15:58
[PATCH v3 01/17] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
,
Pierrick Bouvier
,
15:58
[PATCH v3 00/17] make system memory API available for common code
,
Pierrick Bouvier
,
15:58
Re: [PATCH] hw/misc/edu: Rename macros indicating the direction of DMA operations
,
Peter Maydell
,
14:41
Re: [PATCH v2 14/16] include/exec/memory: extract devend_big_endian from devend_memop
,
Pierrick Bouvier
,
11:24
Re: [PATCH v2 14/16] include/exec/memory: extract devend_big_endian from devend_memop
,
Pierrick Bouvier
,
11:20
Re: [PATCH v2 11/16] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Pierrick Bouvier
,
11:17
Re: [PATCH v2 08/16] exec/memory-internal: remove dependency on cpu.h
,
Pierrick Bouvier
,
11:14
Re: [PATCH v2 07/16] exec/exec-all: remove dependency on cpu.h
,
Pierrick Bouvier
,
11:11
Re: [PATCH v2 03/16] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
,
Pierrick Bouvier
,
11:09
Re: [PATCH] hw/misc/edu: Rename macros indicating the direction of DMA operations
,
Jason Chien
,
07:15
Re: [RFC PATCH-for-9.1 00/21] qapi: Make @query-cpu-definitions command target-agnostic
,
Philippe Mathieu-Daudé
,
03:56
Re: [PATCH v2 14/16] include/exec/memory: extract devend_big_endian from devend_memop
,
Philippe Mathieu-Daudé
,
03:36
Re: [PATCH v2 11/16] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Philippe Mathieu-Daudé
,
03:29
Re: [PATCH v2 08/16] exec/memory-internal: remove dependency on cpu.h
,
Philippe Mathieu-Daudé
,
03:26
Re: [PATCH v2 07/16] exec/exec-all: remove dependency on cpu.h
,
Philippe Mathieu-Daudé
,
03:26
[PATCH v2 12/16] hw/xen: add stubs for various functions
,
Pierrick Bouvier
,
00:11
[PATCH v2 16/16] system/ioport: make compilation unit common
,
Pierrick Bouvier
,
00:11
[PATCH v2 14/16] include/exec/memory: extract devend_big_endian from devend_memop
,
Pierrick Bouvier
,
00:11
[PATCH v2 09/16] exec/ram_addr: remove dependency on cpu.h
,
Pierrick Bouvier
,
00:11
[PATCH v2 10/16] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
,
Pierrick Bouvier
,
00:11
[PATCH v2 15/16] system/memory: make compilation unit common
,
Pierrick Bouvier
,
00:11
[PATCH v2 08/16] exec/memory-internal: remove dependency on cpu.h
,
Pierrick Bouvier
,
00:11
[PATCH v2 13/16] system/physmem: compilation unit is now common to all targets
,
Pierrick Bouvier
,
00:10
[PATCH v2 06/16] codebase: prepare to remove cpu.h from exec/exec-all.h
,
Pierrick Bouvier
,
00:10
[PATCH v2 07/16] exec/exec-all: remove dependency on cpu.h
,
Pierrick Bouvier
,
00:10
[PATCH v2 11/16] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Pierrick Bouvier
,
00:10
[PATCH v2 04/16] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h
,
Pierrick Bouvier
,
00:10
[PATCH v2 05/16] exec/memory.h: make devend_memop "target defines" agnostic
,
Pierrick Bouvier
,
00:10
[PATCH v2 02/16] exec/tswap: implement {ld, st}.*_p as functions instead of macros
,
Pierrick Bouvier
,
00:10
[PATCH v2 01/16] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
,
Pierrick Bouvier
,
00:10
[PATCH v2 03/16] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
,
Pierrick Bouvier
,
00:09
[PATCH v2 00/16] make system memory API available for common code
,
Pierrick Bouvier
,
00:09
March 10, 2025
Re: [PATCH 02/16] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h
,
Pierrick Bouvier
,
20:08
Re: [PATCH v4 0/2] Enhanced VSTART and VL checks for vector instructions
,
Alistair Francis
,
18:53
Re: [PATCH 00/16] make system memory API available for common code
,
BALATON Zoltan
,
17:03
Re: [PATCH 00/16] make system memory API available for common code
,
Pierrick Bouvier
,
16:27
Re: [PATCH 00/16] make system memory API available for common code
,
BALATON Zoltan
,
15:40
Re: [PATCH 00/16] make system memory API available for common code
,
Pierrick Bouvier
,
12:56
Re: [PATCH 00/16] make system memory API available for common code
,
Pierrick Bouvier
,
12:28
Re: [PATCH 00/16] make system memory API available for common code
,
BALATON Zoltan
,
09:24
[PATCH 15/16] system/memory: make compilation unit common
,
Pierrick Bouvier
,
00:59
[PATCH 09/16] exec/memory-internal: remove dependency on cpu.h
,
Pierrick Bouvier
,
00:59
[PATCH 16/16] system/ioport: make compilation unit common
,
Pierrick Bouvier
,
00:59
[PATCH 14/16] system/physmem: compilation unit is now common to all targets
,
Pierrick Bouvier
,
00:59
[PATCH 13/16] hw/xen: add stubs for various functions
,
Pierrick Bouvier
,
00:59
[PATCH 11/16] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
,
Pierrick Bouvier
,
00:59
[PATCH 10/16] exec/ram_addr: remove dependency on cpu.h
,
Pierrick Bouvier
,
00:59
[PATCH 07/16] codebase: prepare to remove cpu.h from exec/exec-all.h
,
Pierrick Bouvier
,
00:59
[PATCH 12/16] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
,
Pierrick Bouvier
,
00:59
[PATCH 06/16] exec/cpu-all.h: we can now remove ld/st macros
,
Pierrick Bouvier
,
00:59
[PATCH 08/16] exec/exec-all: remove dependency on cpu.h
,
Pierrick Bouvier
,
00:59
[PATCH 05/16] qemu/bswap: implement {ld,st}.*_p as functions
,
Pierrick Bouvier
,
00:59
[PATCH 04/16] exec/memory.h: make devend_memop target agnostic
,
Pierrick Bouvier
,
00:59
[PATCH 03/16] include: move target_words_bigendian() from tswap to bswap
,
Pierrick Bouvier
,
00:59
[PATCH 01/16] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
,
Pierrick Bouvier
,
00:58
[PATCH 02/16] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h
,
Pierrick Bouvier
,
00:58
[PATCH 00/16] make system memory API available for common code
,
Pierrick Bouvier
,
00:58
March 09, 2025
[PATCH v4 2/2] target/riscv: fix handling of nop for vstart >= vl in some vector instruction
,
Chao Liu
,
22:37
[PATCH v4 1/2] target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter
,
Chao Liu
,
22:37
[PATCH v4 0/2] Enhanced VSTART and VL checks for vector instructions
,
Chao Liu
,
22:37
Re: [PATCH] target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()
,
Alistair Francis
,
18:43
Re: [PATCH] target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()
,
Alistair Francis
,
18:38
Re: [PATCH v2] hw/riscv/riscv-iommu: Fix process directory table walk
,
Alistair Francis
,
18:33
Re: [PATCH v3 0/2] Enhanced VSTART and VL checks for vector instructions
,
Alistair Francis
,
18:32
March 07, 2025
[PATCH 4/4] hw/riscv/riscv-iommu: Connect the IOMMU with PCI hosts that have ATUs
,
Jason Chien
,
15:40
[PATCH 3/4] hw/pci-host/designware: Implement PCIIOMMUOps.set_downstream_mr()
,
Jason Chien
,
15:40
[PATCH 2/4] hw/pci: Introduce an API to set PCI host downstream mr for IOMMU integration
,
Jason Chien
,
15:40
[PATCH 1/4] include/hw/pci: Introduce a callback to set the downstream mr of PCI hosts
,
Jason Chien
,
15:40
[PATCH 0/4] Integrate IOMMUs with PCI hosts that have ATUs
,
Jason Chien
,
15:40
[PATCH] target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()
,
Daniel Henrique Barboza
,
07:46
Re: [PATCH 1/3] include/hw/pci: Attach BDF to Memory Attributes
,
Daniel Henrique Barboza
,
07:40
Re: [PATCH 3/3] hw/riscv/riscv_iommu: Remove the "bus" property
,
Daniel Henrique Barboza
,
07:36
Re: [PATCH 2/3] hw/riscv/riscv-iommu: Obtain Device IDs from Memory Attributes
,
Daniel Henrique Barboza
,
07:36
Re: [PATCH v2] hw/riscv/riscv-iommu: Fix process directory table walk
,
Daniel Henrique Barboza
,
07:29
Re: [PATCH v3 2/2] target/riscv: fix handling of nop for vstart >= vl in some vector instruction
,
Daniel Henrique Barboza
,
07:13
Re: [PATCH v3 1/2] target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter
,
Daniel Henrique Barboza
,
07:13
March 06, 2025
Re: [PATCH v2 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
,
Deepak Gupta
,
22:23
Re: [PATCH v2 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
,
Alistair Francis
,
21:05
Re: [PATCH v2 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
,
Alistair Francis
,
21:00
Re: [PATCH v2 00/10] disas: Have CPUClass::disas_set_info() callback set the endianness
,
Philippe Mathieu-Daudé
,
09:00
Re: [PATCH v2 00/10] disas: Have CPUClass::disas_set_info() callback set the endianness
,
Philippe Mathieu-Daudé
,
08:59
Re: [PATCH 2/7] target/riscv: Move target-agnostic definitions to 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
02:47
Re: [PATCH] goldfish_rtc: Fix tick_offset migration
,
Alistair Francis
,
02:47
Re: [PATCH v3 0/2] target/riscv: throw debug exception before page fault
,
Alistair Francis
,
02:45
Re: [PATCH] target/riscv: rvv: Fix unexpected behavior of vector reduction instructions when vl is 0
,
Alistair Francis
,
02:43
[PATCH v2 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
,
Deepak Gupta
,
01:46
[PATCH v2 1/2] target/riscv: fix access permission checks for CSR_SSP
,
Deepak Gupta
,
01:46
Re: [PATCH] goldfish_rtc: Fix tick_offset migration
,
Michael Tokarev
,
01:42
Re: [PATCH] goldfish_rtc: Fix tick_offset migration
,
Michael Tokarev
,
01:35
Re: [PATCH v3 0/2] target/riscv: throw debug exception before page fault
,
Michael Tokarev
,
01:33
Re: [PATCH 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
,
Deepak Gupta
,
01:31
Re: [PATCH] target/riscv: rvv: Fix incorrect vlen comparison in prop_vlen_set
,
Michael Tokarev
,
01:29
Re: [PATCH] target/riscv: rvv: Fix incorrect vlen comparison in prop_vlen_set
,
Michael Tokarev
,
01:28
Re: [PATCH] target/riscv: rvv: Fix unexpected behavior of vector reduction instructions when vl is 0
,
Michael Tokarev
,
01:26
Re: [PATCH 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
,
Alistair Francis
,
01:23
Re: [PATCH 1/2] target/riscv: fix access permission checks for CSR_SSP
,
Deepak Gupta
,
01:22
Re: [PATCH 1/2] target/riscv: fix access permission checks for CSR_SSP
,
Alistair Francis
,
01:21
Re: [PATCH v2 2/2] target/riscv: Support matching scontext in Sdtrig's textra CSRs
,
Alistair Francis
,
01:18
Re: [PATCH 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
,
Deepak Gupta
,
01:13
Re: [PATCH 1/2] target/riscv: fix access permission checks for CSR_SSP
,
Deepak Gupta
,
01:12
Re: [PATCH v2 1/2] target/riscv: Add scontext CSR handling
,
Alistair Francis
,
01:04
Re: [PATCH v2 1/2] target/riscv: Add scontext CSR handling
,
Alistair Francis
,
00:49
Re: [PATCH 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
,
Alistair Francis
,
00:29
Re: [PATCH 1/2] target/riscv: fix access permission checks for CSR_SSP
,
Alistair Francis
,
00:21
March 05, 2025
Re: [PATCH v2 0/6] Improve Microchip Polarfire SoC customization
,
Alistair Francis
,
23:43
Re: [PATCH v2 6/6] hw/riscv: microchip_pfsoc: Rework documentation
,
Alistair Francis
,
23:27
Re: [PATCH v2 5/6] hw/riscv: Configurable MPFS CLINT timebase freq
,
Alistair Francis
,
23:21
Re: [PATCH v2 4/6] hw/riscv: Allow direct start of kernel for MPFS
,
Alistair Francis
,
23:19
Re: [PATCH v2 3/6] hw/riscv: Make FDT optional for MPFS
,
Alistair Francis
,
23:12
Re: [PATCH] hw/riscv/riscv-iommu: Get target page info using runtime helpers
,
Alistair Francis
,
23:02
Re: [PATCH] hw/riscv/riscv-iommu: Get target page info using runtime helpers
,
Alistair Francis
,
22:50
Re: [PATCH v3 0/2] Enhanced VSTART and VL checks for vector instructions
,
Alistair Francis
,
22:44
Re: [PATCH 1/1] [RISC-V/RVV] Expand the probe_pages helper function to handle probe flags.
,
Alistair Francis
,
22:34
Re: [PATCH qemu] target/riscv: Only check ext_zca for 16-bit aligned PC.
,
Alistair Francis
,
22:17
Re: [PATCH qemu] target/riscv: Only check ext_zca for 16-bit aligned PC.
,
Alistair Francis
,
21:59
Re: [PATCH v3 0/2] Enhanced VSTART and VL checks for vector instructions
,
Chao Liu
,
06:24
Re: [PATCH] docs/about/emulation: Fix broken link
,
Thomas Huth
,
05:48
March 04, 2025
Re: [PATCH] hw/riscv/riscv-iommu: Get target page info using runtime helpers
,
Pierrick Bouvier
,
21:18
[PATCH] hw/riscv/riscv-iommu: Get target page info using runtime helpers
,
Philippe Mathieu-Daudé
,
18:20
Re: [PATCH v2 6/8] target/riscv/kvm: add CSR_SIREG and CSR_STOPEI emulation
,
Andrew Jones
,
10:52
Re: [PATCH v2 5/8] target/riscv/kvm: rewrite kvm_riscv_handle_csr
,
Andrew Jones
,
10:46
March 03, 2025
Re: [PATCH v2 0/8] riscv: AIA: kernel-irqchip=off support
,
Kashyap Chamarthy
,
14:20
Re: [PATCH] hw/char: sifive_uart: Free fifo on unrealize
,
Clément Chigot
,
09:46
Re: [PATCH] hw/char: sifive_uart: Free fifo on unrealize
,
Philippe Mathieu-Daudé
,
09:24
Re: [PATCH] hw/char: sifive_uart: Free fifo on unrealize
,
Philippe Mathieu-Daudé
,
05:04
[PATCH v2 2/2] target/riscv: Support matching scontext in Sdtrig's textra CSRs
,
Florian Lugou
,
04:38
[PATCH v2 0/2] target/riscv: Support scontext-based trigger matching
,
Florian Lugou
,
04:38
[PATCH v2 1/2] target/riscv: Add scontext CSR handling
,
Florian Lugou
,
04:37
Re: [PATCH] hw/char: sifive_uart: Free fifo on unrealize
,
Daniel Henrique Barboza
,
04:06
Re: [PATCH v3 0/3] target/riscv/kvm: reset time changes
,
Alistair Francis
,
00:22
March 02, 2025
Re: [PATCH v3 3/3] target/riscv/kvm: add missing KVM CSRs
,
Alistair Francis
,
22:47
Re: [PATCH v3 2/3] target/riscv/kvm: add kvm_riscv_reset_regs_csr()
,
Alistair Francis
,
22:46
Re: [PATCH v3 1/3] target/riscv/cpu: remove unneeded !kvm_enabled() check
,
Alistair Francis
,
22:43
[PATCH] hw/char: sifive_uart: Free fifo on unrealize
,
Alistair Francis
,
21:31
Re: [PATCH v2] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
Alistair Francis
,
20:07
Re: [PATCH v2] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
Alistair Francis
,
19:47
Re: [PATCH v2] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
Alistair Francis
,
19:20
[PATCH] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
hemanshu.khilari.foss
,
08:58
[PATCH v2] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
,
hemanshu.khilari.foss
,
08:58
[PATCH 3/3] hw/riscv/riscv_iommu: Remove the "bus" property
,
Jason Chien
,
04:12
[PATCH 2/3] hw/riscv/riscv-iommu: Obtain Device IDs from Memory Attributes
,
Jason Chien
,
04:12
[PATCH 0/3] Enhancing Device Identification in RISC-V IOMMU Using Memory Attributes
,
Jason Chien
,
04:12
[PATCH 1/3] include/hw/pci: Attach BDF to Memory Attributes
,
Jason Chien
,
04:12
March 01, 2025
Re: [PATCH] hw/riscv/riscv-iommu: Fix process directory table walk
,
Jason Chien
,
12:44
[PATCH v2] hw/riscv/riscv-iommu: Fix process directory table walk
,
Jason Chien
,
12:38
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc