qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-20 16:26 UTC  (51+ messages)
` [PATCH v2 02/15] hw/riscv: add riscv-iommu-bits.h
` [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v2 04/15] hw/riscv: add riscv-iommu-pci device
` [PATCH v2 05/15] hw/riscv: add riscv-iommu-sys platform device
` [PATCH v2 06/15] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PATCH v2 07/15] test/qtest: add riscv-iommu-pci tests
` [PATCH v2 08/15] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PATCH v2 09/15] hw/riscv/riscv-iommu: add s-stage and g-stage support
` [PATCH v2 10/15] hw/riscv/riscv-iommu: add ATS support
` [PATCH v2 11/15] hw/riscv/riscv-iommu: add DBG support
` [PATCH v2 12/15] hw/riscv/riscv-iommu: Add another irq for mrif notifications
` [PATCH v2 13/15] qtest/riscv-iommu-test: add init queues test
` [PATCH v2 14/15] hw/misc: EDU: added PASID support
` [PATCH v2 15/15] hw/misc: EDU: add ATS/PRI capability

[RFC v2 0/2] Add RISC-V Server Platform Reference Board
 2024-05-20 15:56 UTC  (5+ messages)
` [RFC v2 1/2] target/riscv: Add server platform reference cpu
  ` [RISC-V][tech-server-soc] "
` [RFC v2 2/2] hw/riscv: Add server platform reference machine

[PATCH v2 0/2] target/riscv: Minor fixes and improvements for Virtual IRQs
 2024-05-20 12:51 UTC  (3+ messages)
` [PATCH v2 1/2] target/riscv: Extend virtual irq csrs masks to be 64 bit wide
` [PATCH v2 2/2] target/riscv: Move Guest irqs out of the core local irqs range

[RFC PATCH 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
 2024-05-20 10:22 UTC  (5+ messages)

[PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
 2024-05-19  9:24 UTC  (4+ messages)

[PATCH] dias/riscv: Decode all of the pmpcfg and pmpaddr CSRs
 2024-05-18 16:26 UTC  (2+ messages)

[PATCH 0/2] Minor fixes and improvements for Virtual IRQs
 2024-05-18 13:04 UTC  (5+ messages)
` [PATCH 1/2] target/riscv: Extend virtual irq csrs masks to be 64 bit wide
` [PATCH 2/2] target/riscv: Move Guest irqs out of the core local irqs range

[PATCH v2 0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
 2024-05-18  6:57 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
 2024-05-17 17:56 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] target/riscv: zvbb implies zvkb
 2024-05-17  1:54 UTC  (2+ messages)

[PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
 2024-05-16 14:01 UTC  (9+ messages)

[PATCH] target/riscv: rvzicbo: Fixup CBO extension register calculation
 2024-05-16  5:09 UTC  (4+ messages)

[PATCH v2] target/riscv: Remove experimental prefix from "B" extension
 2024-05-16  4:53 UTC  (5+ messages)

[PATCH v2 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
 2024-05-15 14:34 UTC  (2+ messages)

[RESEND PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
 2024-05-15  8:06 UTC  (6+ messages)
` [RESEND PATCH v2 1/5] target/riscv: Reuse the conversion function of priv_spec
` [RESEND PATCH v2 2/5] target/riscv: Support the version for ss1p13
` [RESEND PATCH v2 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
` [RESEND PATCH v2 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
` [RESEND PATCH v2 5/5] target/riscv: Reserve exception codes for sw-check and hw-err

[PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
 2024-05-15  7:56 UTC  (7+ messages)
` [PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec
` [PATCH 2/5] target/riscv: Support the version for ss1p13
` [PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
` [PATCH 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
` [PATCH 5/5] target/riscv: Reserve exception codes for sw-check and hw-err

[PATCH 0/5] target/riscv: Support RISC-V privilege 1.13 spec
 2024-05-15  7:47 UTC  (17+ messages)
` [PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec and string
` [PATCH 2/5] target/riscv: Support the version for ss1p13
` [PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
` [PATCH 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
` [PATCH 5/5] target/riscv: Reserve exception codes for sw-check and hw-err

[PATCH 0/3] Assorted fixes for PMU
 2024-05-14 16:52 UTC  (17+ messages)
` [PATCH 1/3] target/riscv: Save counter values during countinhibit update
` [PATCH 2/3] target/riscv: Enforce WARL behavior for scounteren/hcounteren
` [PATCH 3/3] target/riscv: Fix the predicate functions for mhpmeventhX CSRs

[PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
 2024-05-14 16:08 UTC  (22+ messages)
` [PATCH v9 1/6] target/riscv: Remove obsolete pointer masking extension code
` [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
` [PATCH v9 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v9 4/6] target/riscv: Add pointer masking tb flags
` [PATCH v9 5/6] target/riscv: Update address modify functions to take into account pointer masking
` [PATCH v9 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension

[PATCH v2 0/3] Upgrade ACPI SPCR table to support SPCR table version 4 format
 2024-05-14 11:18 UTC  (13+ messages)
` [PATCH v2 1/3] qtest: allow SPCR acpi table changes
` [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
` [PATCH v2 3/3] tests/qtest/bios-tables-test: Update virt SPCR golden references

[PATCH 2/2] target/riscv: do not set mtval2 for non guest-page faults
 2024-05-14  6:16 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 1/2] target/riscv: prioritize pmp errors in raise_mmu_exception()
 2024-05-14  5:48 UTC  (2+ messages)

[PATCH v2 0/4] Fix fp16 checking in vector fp widen/narrow instructions
 2024-05-14  5:22 UTC  (2+ messages)

[PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-05-13 13:18 UTC  (7+ messages)
` [PATCH v4 01/22] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
` [PATCH v4 20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine

[PATCH] target/riscv: Remove experimental prefix from "B" extension
 2024-05-13 10:34 UTC  (6+ messages)

[PATCH v5] riscv: thead: Add th.sxstatus CSR emulation
 2024-05-13 10:31 UTC  (2+ messages)

[PATCH v5] target/riscv: Implement dynamic establishment of custom decoder
 2024-05-13 10:27 UTC  (2+ messages)

[PATCH] target/riscv/cpu.c: fix Zvkb extension config
 2024-05-11  5:39 UTC  (2+ messages)

[RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
 2024-05-10 10:47 UTC  (10+ messages)
` [RFC PATCH 1/1] pci-ids.rst: add Red Hat pci-id for generic IOMMU device

[PATCH 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
 2024-05-07 10:12 UTC  (3+ messages)

[PATCH v1 0/2] Upgrade ACPI SPCR table to support SPCR table version 4 format
 2024-05-06  5:46 UTC  (5+ messages)
` [PATCH v1 1/2] tests/qtest/bios-tables-test: Update virt SPCR golden references
` [PATCH v1 2/2] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format

[PATCH v4] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
 2024-05-03 11:55 UTC  (6+ messages)
` [PATCH v6] "

RISC-V Floating Point Extension
 2024-04-30  7:01 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).