QEMU-Riscv Archive on lore.kernel.org
 help / color / mirror / Atom feed
[PATCH RESEND v2 0/3] riscv: Add K230 DW 8250-compatible UART
 2026-08-05 20:10 UTC  (7+ messages)
` [PATCH RESEND v2 1/3] hw/char: add "
` [PATCH RESEND v2 2/3] hw/riscv: k230: connect DW 8250 UART
` [PATCH RESEND v2 3/3] tests/qtest: add K230 UART test

[PATCH v2 00/18] target/riscv: Add support for RISC-V P
 2026-08-05 18:36 UTC  (20+ messages)
` [PATCH v2 01/18] target/riscv: Add packed SIMD extension state
` [PATCH v2 02/18] target/riscv: Add packed SIMD helper framework
` [PATCH v2 03/18] target/riscv: Add packed SIMD arithmetic instructions
` [PATCH v2 04/18] target/riscv: Add packed SIMD averaging and rounding instructions
` [PATCH v2 18/18] target/riscv: Remove Zbkb dependency from P extension to align with the spec

[PATCH 0/5] target/riscv: support Debug 0.13 and 1.0
 2026-08-05 18:25 UTC  (6+ messages)
` [PATCH 1/5] target/riscv: split 'debug' and 'sdtrig' flags
` [PATCH 2/5] target/riscv/tcg/debug.c: add Debug 1.0 'pending' bit
` [PATCH 3/5] target/riscv/tcg/debug: adjust 'timing' bit for Debug 1.0
` [PATCH 4/5] target/riscv/tcg/debug: set tinfo version if sdtrig enabled
` [PATCH 5/5] docs/specs: add RISC-V CPU Debug support info

[PATCH v7 0/8] target/riscv: Support the true Zicclsm extension
 2026-08-05 16:43 UTC  (9+ messages)
` [PATCH v7 1/8] target/riscv: Add Zicclsm CPU option
` [PATCH v7 2/8] target/riscv: Enable Zicclsm for the compatible CPUs
` [PATCH v7 3/8] hw/riscv: sifive_u: Align ROM reset vector data
` [PATCH v7 4/8] target/riscv: Support raising misaligned exceptions for scalar loads/stores
` [PATCH v7 5/8] target/riscv: Support raising misaligned exceptions for floating-point loads/stores
` [PATCH v7 6/8] target/riscv: Support raising misaligned exceptions for vector loads/stores
` [PATCH v7 7/8] target/riscv: Expose Zicclsm as a CPU property and update RVA22U64 profile
` [PATCH v7 8/8] tests/tcg/riscv64: Add test for Zicclsm

[PATCH v2 0/5] hw/ssi: Add DesignWare SSI standard PIO support for K230
 2026-08-05 15:36 UTC  (12+ messages)
` [PATCH v2 1/5] hw/ssi: Add Synopsys DesignWare SSI standard PIO controller
` [PATCH v2 2/5] hw/ssi: Add DesignWare SSI standard interrupt support
` [PATCH v2 3/5] hw/riscv/k230: Instantiate DesignWare SSI controllers
` [PATCH v2 4/5] hw/riscv/k230: Route SSI interrupts to the PLIC
` [PATCH v2 5/5] hw/riscv/k230: Attach a standard SPI NOR flash

[PATCH v2 1/2] hw/gpio: add K230 GPIO controller model
 2026-08-05 15:14 UTC  (2+ messages)
` [PATCH v2 2/2] tests/qtest: add K230 GPIO controller test

[PATCH v2 0/2] Add K230 SoC GPIO controller support
 2026-08-05 15:14 UTC 

[PATCH 0/2] Add K230 SoC GPIO controller support
 2026-08-03 15:28 UTC 

[PATCH 1/2] hw/gpio: add K230 GPIO controller model
 2026-08-03 15:28 UTC  (2+ messages)
` [PATCH 2/2] tests/qtest: add K230 GPIO controller test

[PATCH 0/2] Add Model for Tenstorrent Atlantis PRCM
 2026-08-03 15:36 UTC  (6+ messages)
` [PATCH 1/2] hw/misc: Add Tenstorrent Atlantis PRCM model
` [PATCH 2/2] hw/riscv/tt-atlantis: Add PRCMs to tt-atlantis model

[PATCH v3 00/51] accel/tcg: Use IntervalTree for breakpoints and watchpoints
 2026-08-03 12:50 UTC  (5+ messages)
` [PATCH v3 44/51] accel/tcg: Remove TCGCPUOps.adjust_watchpoint_address
` [PATCH v3 46/51] accel/tcg: Drop stale assert for vaddr

[PATCH 0/2] target/riscv: Fix seed CSR sign extension
 2026-08-02 11:31 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/qtest: Add seed CSR zero extension test

[PATCH 0/2] target/riscv: Fix seed CSR sign extension
 2026-08-02  0:00 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/qtest: Add seed CSR zero extension test

[RFC PATCH v1 00/17] target/riscv: Add KVM CoVE confidential VM support
 2026-07-31  3:50 UTC  (18+ messages)
` [RFC PATCH v1 01/17] docs/system/riscv/virt: document the cove-vm machine option
` [RFC PATCH v1 02/17] hw/riscv/virt: add the cove-vm machine property
` [RFC PATCH v1 03/17] target/riscv/kvm: create and measure a CoVE TEE VM
` [RFC PATCH v1 04/17] accel/kvm: add kvm_gpa_to_userspace_addr()
` [RFC PATCH v1 05/17] hw/riscv/boot: load and measure the images of a CoVE guest
` [RFC PATCH v1 06/17] hw/riscv/virt: measure the device tree "
` [RFC PATCH v1 07/17] hw/riscv: adapt "
` [RFC PATCH v1 08/17] hw/riscv/virt: use MSIs only for "
` [RFC PATCH v1 09/17] hw/intc/riscv_aplic: emulate the APLIC "
` [RFC PATCH v1 10/17] target/riscv/kvm: skip unsupported KVM requests "
` [RFC PATCH v1 11/17] hw/virtio: force modern virtio "
` [RFC PATCH v1 12/17] hw/net/virtio-net: do not use vhost "
` [RFC PATCH v1 13/17] accel/kvm: only register the DRAM slot of "
` [RFC PATCH v1 14/17] accel/kvm: skip MSI route updates for "
` [RFC PATCH v1 15/17] accel/kvm: pin the vCPU threads of "
` [RFC PATCH v1 16/17] accel/kvm: terminate on a system event "
` [RFC PATCH v1 17/17] hw/core/machine-qmp-cmds: shut down a CoVE guest on reset

[PATCH] target/riscv: Fix PC sync in trans_sspopchk for CFI exception handling
 2026-07-30 18:18 UTC 

[PATCH v4] target/riscv: Clearing the CSR values at reset and syncing the MPSTATE with the host
 2026-07-30 14:33 UTC 

[PATCH v2 0/3] hw/timer: add k230 dwapb timer
 2026-07-30 14:05 UTC  (5+ messages)
` [PATCH v2 1/3] hw/timer: add k230 dwapb timer model
` [PATCH v2 2/3] hw/riscv: integrate k230 dwapb timer into k230 board
` [PATCH v2 3/3] tests/qtest: add k230 dwapb timer test

[PATCH v9 0/2] target/riscv:Fix riscv64 kvm migration
 2026-07-30  5:19 UTC  (4+ messages)
` [PATCH v10 0/2] target/riscv: Fix riscv64 KVM migration
  ` [PATCH v10 1/2] target/riscv/kvm: Synchronize privilege mode
  ` [PATCH v10 2/2] target/riscv/kvm: Preserve MP state across migration

[PATCH v2] target/riscv: do not count ECALL in minstret
 2026-07-30  3:21 UTC 

[PATCH] target/riscv: prevent abrupt abortion on unassigned value write to tdata
 2026-07-29 23:00 UTC 

[PATCH v2] target/riscv: allow menvcfg/henvcfg LPE and SSE bits on RV32
 2026-07-29 20:14 UTC  (3+ messages)

[PATCH] target/riscv: do not count ECALL in minstret
 2026-07-29 20:13 UTC  (2+ messages)

[PATCH] hw/timer: add k230 dwapb timer
 2026-07-29 17:54 UTC  (2+ messages)

[PATCH v2 0/4] hw/riscv/virt: Add CXL support to the RISC-V virt machine
 2026-07-29 12:36 UTC  (6+ messages)
` [PATCH v2 3/4] hw/riscv/virt, gpex: Provide 32-bit MMIO window for CXL host bridges
  ` [PATCH v2 3/4] hw/riscv/virt,gpex: "

[PATCH v1 0/3] hw/riscv: add SDHCI support for K230
 2026-07-29 10:59 UTC  (4+ messages)
` [PATCH v1 1/3] hw/sd: add Kendryte K230 SDHCI controller
` [PATCH v1 2/3] hw/riscv: enable SDHCI controllers on K230
` [PATCH v1 3/3] tests/qtest: add K230 SDHCI tests

[PATCH v20 03/15] net/tap: deprecate "no" as special value for script/downscript
 2026-07-29  9:12 UTC 

[PATCH 1/2] target/riscv: Fix sstatus update in rv128
 2026-07-29  8:39 UTC  (2+ messages)
` [PATCH 2/2] target/riscv: Allow UXL to be 3 in mstatus on rv128

[PATCH v2 0/1] *** SUBJECT HERE ***
 2026-07-28  4:09 UTC  (2+ messages)
` [PATCH v2 1/1] hw/intc: resample level IRQ on PLIC completion

[PATCH v8 00/11] target/riscv: Implement Smsdid and Smmpt extension
 2026-07-28  2:01 UTC  (7+ messages)
` [PATCH v8 04/11] target/riscv: Integrate SMMPT checks into MMU and TLB fill
` [PATCH v8 06/11] target/riscv: Fix smrnmi isa alphabetical order
` [PATCH v8 07/11] target/riscv: Add disassembly for Smmpt instructions and CSRs
` [PATCH v8 08/11] target/riscv: Enable SMMPT extension
` [PATCH v8 11/11] target/riscv: Add system test for Smmpt34

[PATCH v2 0/7] K230: add gsdma and decomp_gzip
 2026-07-27 15:57 UTC  (8+ messages)
` [PATCH v2 1/7] hw/dma: add K230 gsdma
` [PATCH v2 2/7] hw/riscv: k230: add gsdma in K230 board
` [PATCH v2 3/7] tests/qtest: add test for K230 gsdma
` [PATCH v2 4/7] hw/misc: add K230 decomp gzip
` [PATCH v2 5/7] hw/riscv: k230: add decomp gzip in K230 board
` [PATCH v2 6/7] tests/qtest: add test for K230 decomp gzip
` [PATCH v2 7/7] hw/riscv: k230: add a noc stub region in K230 board

[PATCH] target/riscv: preserve vl on element-zero fault
 2026-07-27  8:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/11] hw/riscv: Add K230 SPI, QSPI, IDMA and XIP support
 2026-07-27  8:20 UTC  (15+ messages)
` [PATCH 01/11] hw/ssi: Add K230 DesignWare SSI register model
` [PATCH 02/11] hw/riscv/k230: Instantiate K230 SSI controllers
` [PATCH 03/11] hw/ssi: Implement K230 SSI FIFO and standard PIO transfers
` [PATCH 04/11] hw/ssi: Add K230 SSI interrupt controller
` [PATCH 05/11] hw/riscv: Route K230 SSI IRQs to the PLIC
` [PATCH 06/11] hw/ssi: Implement K230 enhanced QSPI transfers
` [PATCH 07/11] hw/riscv/k230: Attach SPI NOR flash to spi0
` [PATCH 08/11] hw/ssi: Implement K230 SSI internal DMA transfers
` [PATCH 09/11] hw/misc: Add K230 HI_SYS SSI control
` [PATCH 10/11] hw/ssi: Add K230 SSI XIP read window
` [PATCH 11/11] hw/ssi: Add trace events for K230 DesignWare SSI

[PATCH v4 0/3] riscv-iommu: always send MRIF notice MSI
 2026-07-27  7:22 UTC  (4+ messages)
` [PATCH v4 1/3] hw/misc/iommu-testdev: support PCI MSI test writes
` [PATCH v4 2/3] hw/riscv/riscv-iommu.c: always send MRIF notice MSI
` [PATCH v4 3/3] tests/qtest: add RISC-V IOMMU MRIF notice tests

[PATCH v1 0/1] *** SUBJECT HERE ***
 2026-07-27  6:27 UTC  (3+ messages)
` [PATCH v1 1/1] hw/intc: resample level IRQ on PLIC completion

[PATCH v3 0/3] riscv-iommu: always send MRIF notice MSI
 2026-07-27  6:25 UTC  (9+ messages)
` [PATCH v3 1/3] hw/misc/iommu-testdev: support PCI MSI test writes
` [PATCH v3 2/3] hw/riscv/riscv-iommu.c: always send MRIF notice MSI
` [PATCH v3 3/3] tests/qtest: add RISC-V IOMMU MRIF notice tests

[PATCH v2 0/3] riscv-iommu: always send MRIF notice MSI
 2026-07-27  6:23 UTC  (6+ messages)
` [PATCH v2 1/3] hw/misc/iommu-testdev: support PCI MSI test writes
` [PATCH v2 2/3] hw/riscv/riscv-iommu.c: always send MRIF notice MSI
` [PATCH v2 3/3] tests/qtest: add RISC-V IOMMU MRIF notice tests

[PATCH 00/26] hw/riscv: Restore Microchip PolarFire SoC Icicle Kit firmware boot
 2026-07-27  5:38 UTC  (19+ messages)
` [PATCH 01/26] hw/riscv: pfsoc: Correct the L2LIM maximum mapped size
` [PATCH 02/26] hw/riscv: pfsoc: Map the L2 zero device window
` [PATCH 05/26] hw/riscv: pfsoc: Couple L2CC to L2-LIM
` [PATCH 17/26] hw/riscv: pfsoc: Add PolarFire SoC RTC to Icicle Kit
` [PATCH 19/26] hw/misc: pfsoc: Honor PolarFire service notification requests
` [PATCH 20/26] hw/riscv: pfsoc: Correct PolarFire SoC DDR aliases
` [PATCH 21/26] hw/riscv: pfsoc: Fix Icicle Kit RAM size at 2 GiB
` [PATCH 22/26] hw/riscv: pfsoc: Fix Icicle Kit hart count at five
` [PATCH 25/26] tests/functional/riscv64: Add Icicle Kit firmware boot test

[PATCH 0/7] K230: add gsdma and decomp_gzip
 2026-07-26 13:40 UTC  (19+ messages)
` [PATCH 1/7] hw/dma: add K230 gsdma
` [PATCH 2/7] hw/riscv: k230: add gsdma in K230 board
` [PATCH 3/7] tests/qtest: add test for K230 gsdma
` [PATCH 4/7] hw/misc: add K230 decomp gzip
` [PATCH 5/7] hw/riscv: k230: add decomp gzip in K230 board
` [PATCH 6/7] tests/qtest: add test for K230 decomp gzip
` [PATCH 7/7] hw/riscv: k230: add a noc stub region in K230 board

[PATCH 0/3] riscv: Add K230 DW 8250-compatible UART
 2026-07-24 13:58 UTC 

[PATCH 1/3] hw/char: add K230 DW 8250-compatible UART
 2026-07-24 13:59 UTC  (3+ messages)
` [PATCH 2/3] hw/riscv: k230: connect DW 8250 UART
` [PATCH 3/3] tests/qtest: add K230 UART test

[qemu-riscv] Question: RISC-V CoVE (Confidential VM Extension) support in QEMU-KVM
 2026-07-24  7:27 UTC 

[PATCH] hw/riscv/riscv-iommu.c: always send MRIF notice MSI
 2026-07-24  8:54 UTC  (2+ messages)

[PATCH] target/riscv: Fix memory leak in riscv_trigger_unrealize()
 2026-07-24  6:45 UTC  (3+ messages)
` [PATCH v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox