messages from 2023-07-08 09:12:29 to 2023-07-17 21:54:55 UTC [more...]
[PATCH for-8.2 0/2] target/riscv: add zicntr and zihpm flags
2023-07-17 21:54 UTC
[PATCH] target/riscv/cpu.c: check priv_ver before auto-enable zca/zcd/zcf
2023-07-17 17:28 UTC (2+ messages)
[PATCH] target/riscv: Fix LMUL check to use minimum SEW
2023-07-17 15:13 UTC (3+ messages)
[PATCH v2 10/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
2023-07-17 14:23 UTC (5+ messages)
[PATCH for-8.2 0/7] target/riscv: add 'max' CPU type
2023-07-15 9:12 UTC (27+ messages)
` [PATCH for-8.2 1/7] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH for-8.2 2/7] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH for-8.2 3/7] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH for-8.2 4/7] target/riscv/cpu.c: split non-ratified "
` [PATCH for-8.2 5/7] target/riscv/cpu.c: add a ADD_CPU_PROPERTIES_ARRAY() macro
` [PATCH for-8.2 6/7] target/riscv: add 'max' CPU type
` Boot failure after QEMU's upgrade to OpenSBI v1.3 (was Re: [PATCH for-8.2 6/7] target/riscv: add 'max' CPU type)
` [PATCH for-8.2 7/7] avocado, risc-v: add opensbi tests for 'max' CPU
[PATCH for-8.2 v3 0/8] target/riscv: add 'max' CPU, deprecate
2023-07-15 2:34 UTC (11+ messages)
` [PATCH for-8.2 v3 1/8] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH for-8.2 v3 2/8] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH for-8.2 v3 3/8] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH for-8.2 v3 4/8] target/riscv/cpu.c: split non-ratified "
` [PATCH for-8.2 v3 5/8] target/riscv/cpu.c: add a ADD_CPU_PROPERTIES_ARRAY() macro
` [PATCH for-8.2 v3 6/8] target/riscv: add 'max' CPU type
` [PATCH for-8.2 v3 7/8] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH for-8.2 v3 8/8] target/riscv: deprecate the 'any' CPU type
[PATCH v6 0/5] Add RISC-V KVM AIA Support
2023-07-14 8:44 UTC (6+ messages)
` [PATCH v6 1/5] target/riscv: support the AIA device emulation with KVM enabled
` [PATCH v6 2/5] target/riscv: check the in-kernel irqchip support
` [PATCH v6 3/5] target/riscv: Create an KVM AIA irqchip
` [PATCH v6 4/5] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PATCH v6 5/5] target/riscv: select KVM AIA in riscv virt machine
[PATCH for-8.2 v2 0/7] target/riscv: add 'max' CPU type
2023-07-14 6:30 UTC (16+ messages)
` [PATCH for-8.2 v2 1/7] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH for-8.2 v2 2/7] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH for-8.2 v2 3/7] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH for-8.2 v2 4/7] target/riscv/cpu.c: split non-ratified "
` [PATCH for-8.2 v2 5/7] target/riscv/cpu.c: add a ADD_CPU_PROPERTIES_ARRAY() macro
` [PATCH for-8.2 v2 6/7] target/riscv: add 'max' CPU type
` [PATCH for-8.2 v2 7/7] avocado, risc-v: add opensbi tests for 'max' CPU
[PATCH-for-8.2 v3 00/16] target/riscv: Allow building without TCG (KVM-only so far)
2023-07-14 3:17 UTC (19+ messages)
` [PATCH v3 01/16] target/riscv: Remove unuseful KVM stubs
` [PATCH v3 02/16] target/riscv: Remove unused 'instmap.h' header in translate.c
` [PATCH v3 03/16] target/riscv: Restrict sysemu specific header to user emulation
` [PATCH v3 04/16] target/riscv: Restrict 'rv128' machine to TCG accelerator
` [PATCH v3 05/16] target/riscv: Move sysemu-specific files to target/riscv/sysemu/
` [PATCH v3 06/16] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
` [PATCH v3 07/16] target/riscv: Move TCG-specific files to target/riscv/tcg/
` [PATCH v3 08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c
` [PATCH v3 09/16] target/riscv: Expose some 'trigger' prototypes from debug.c
` [PATCH v3 10/16] target/riscv: Extract TCG-specific code "
` [PATCH v3 11/16] target/riscv: Move sysemu-specific debug files to target/riscv/sysemu/
` [PATCH v3 12/16] target/riscv: Expose riscv_cpu_pending_to_irq() from cpu_helper.c
` [RFC PATCH v3 13/16] target/riscv: Move TCG/sysemu-specific code to tcg/sysemu/cpu_helper.c
` [PATCH v3 14/16] target/riscv: Move sysemu-specific code to sysemu/cpu_helper.c
` [PATCH v3 15/16] target/riscv: Restrict TCG-specific prototype declarations
` [PATCH v3 16/16] gitlab-ci.d/crossbuilds: Add KVM riscv64 cross-build jobs
[PATCH] riscv/disas: Fix disas output of upper immediates
2023-07-14 2:58 UTC (3+ messages)
[PATCH] docs/system/target-riscv.rst: tidy CPU firmware section
2023-07-14 2:33 UTC (4+ messages)
[PATCH v5 0/5] Add RISC-V KVM AIA Support
2023-07-13 9:58 UTC (10+ messages)
` [PATCH v5 1/5] target/riscv: support the AIA device emulation with KVM enabled
` [PATCH v5 2/5] target/riscv: check the in-kernel irqchip support
` [PATCH v5 3/5] target/riscv: Create an KVM AIA irqchip
` [PATCH v5 4/5] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PATCH v5 5/5] target/riscv: select KVM AIA in riscv virt machine
[PATCH 11/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
2023-07-13 3:51 UTC
[PATCH 00/10] RISC-V: ACPI: Enable AIA and update RHC
2023-07-12 20:21 UTC (14+ messages)
` [PATCH 01/10] hw/arm/virt-acpi-build.c: Move fw_cfg and virtio to common location
` [PATCH 02/10] hw/riscv: virt: Add PCI bus reference in RISCVVirtState
` [PATCH 03/10] hw/riscv: virt: Make few IMSIC macros and functions public
` [PATCH 04/10] hw/riscv: virt: Add PCIe HIGHMEM in memmap
` [PATCH 05/10] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
` [PATCH 06/10] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
` [PATCH 07/10] hw/riscv/virt-acpi-build.c: Add APLIC "
` [PATCH 08/10] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT
` [PATCH 09/10] hw/riscv/virt-acpi-build.c: Add MMU node "
` [PATCH 10/10] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
[PATCH v7 00/15] Add RISC-V vector cryptographic instruction set support
2023-07-11 17:12 UTC (7+ messages)
` [PATCH v7 12/15] target/riscv: Add Zvkg ISA extension support
riscv kvm breakage
2023-07-11 17:02 UTC (4+ messages)
[PATCH v8 00/15] Add RISC-V vector cryptographic instruction set support
2023-07-11 16:59 UTC (16+ messages)
` [PATCH v8 01/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v8 02/15] target/riscv: Refactor vector-vector translation macro
` [PATCH v8 03/15] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PATCH v8 04/15] target/riscv: Add Zvbc ISA extension support
` [PATCH v8 05/15] target/riscv: Move vector translation checks
` [PATCH v8 06/15] target/riscv: Refactor translation of vector-widening instruction
` [PATCH v8 07/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v8 08/15] target/riscv: Add Zvbb ISA extension support
` [PATCH v8 09/15] target/riscv: Add Zvkned "
` [PATCH v8 10/15] target/riscv: Add Zvknh "
` [PATCH v8 11/15] target/riscv: Add Zvksh "
` [PATCH v8 12/15] target/riscv: Add Zvkg "
` [PATCH v8 13/15] crypto: Create sm4_subword
` [PATCH v8 14/15] crypto: Add SM4 constant parameter CK
` [PATCH v8 15/15] target/riscv: Add Zvksed ISA extension support
RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
2023-07-11 12:19 UTC (8+ messages)
[PATCH v3 0/1] target/riscv: Add Zihintntl extension ISA string to DTS
2023-07-11 7:03 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH v2] target/riscv: Add Zihintntl extension ISA string to DTS
2023-07-11 6:46 UTC (2+ messages)
[PATCH 0/4] chardev/char-fe: Document FEWatchFunc and use G_SOURCE_CONTINUE/REMOVE
2023-07-10 13:42 UTC (9+ messages)
` [PATCH 2/4] chardev/char-fe: Clarify qemu_chr_fe_add_watch 'condition' arg is a mask
` [PATCH 3/4] chardev/char-fe: Document FEWatchFunc typedef
` [PATCH 4/4] hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
[PATCH v8] riscv: Add support for the Zfa extension
2023-07-10 11:28 UTC (2+ messages)
[PATCH v7] riscv: Add support for the Zfa extension
2023-07-10 7:13 UTC (3+ messages)
[PATCH v4 0/6] Add RISC-V KVM AIA Support
2023-07-10 4:00 UTC (3+ messages)
[PATCH v9 00/20] target/riscv, KVM: fixes and enhancements
2023-07-10 2:48 UTC (27+ messages)
` [PATCH v9 01/20] target/riscv: skip features setup for KVM CPUs
` [PATCH v9 11/20] target/riscv/cpu: add misa_ext_info_arr[]
` [PATCH v9 12/20] target/riscv: add KVM specific MISA properties
` [PATCH v9 13/20] target/riscv/kvm.c: update KVM MISA bits
` [PATCH v9 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH v9 15/20] target/riscv/cpu.c: add satp_mode properties earlier
` [PATCH v9 16/20] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
` [PATCH v9 17/20] target/riscv/cpu.c: create KVM mock properties
` [PATCH v9 18/20] target/riscv: update multi-letter extension KVM properties
` [PATCH v9 19/20] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
` [PATCH v9 20/20] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
[PATCH qemu v3 0/1] [Ping] [PATCH qemu v3] fdt_load_addr is getting assigned as the result of riscv_compute_fdt_addr(), which is an uint64_t
2023-07-10 1:22 UTC (4+ messages)
` [PATCH qemu v3 1/1] "
[PATCH] target/riscv: Add Zihintntl extension ISA string to DTS
2023-07-10 1:10 UTC (3+ messages)
[PATCH v2] riscv: Generate devicetree only after machine initialization is complete
2023-07-10 1:02 UTC (3+ messages)
[PATCH] target/riscv KVM_RISCV_SET_TIMER macro is not configured correctly
2023-07-10 1:01 UTC (3+ messages)
[RISC-V] ERROR:../accel/tcg/cpu-exec.c:1028:cpu_exec_setjmp: assertion failed: (cpu == current_cpu)
2023-07-09 6:12 UTC (6+ messages)
[PATCH v3 0/2] target/riscv: improve code accuracy and
2023-07-09 9:17 UTC (3+ messages)
` [PATCH v3 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs
[PATCH v4 00/37] crypto: Provide aes-round.h and host accel
2023-07-08 17:38 UTC (16+ messages)
` [PATCH v4 13/37] host/include/aarch64: Implement aes-round.h
` [PATCH v4 25/37] target/arm: Use aesenc_SB_SR_AK
` [PATCH v4 26/37] target/arm: Use aesdec_ISB_ISR_AK
` [PATCH v4 27/37] target/arm: Use aesenc_MC
` [PATCH v4 28/37] target/arm: Use aesdec_IMC
` [PATCH v4 31/37] target/riscv: "
` [PATCH v4 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).