qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-15 09:22:58 to 2023-08-25 13:10:35 UTC [more...]

[PATCH 00/20] riscv: split TCG/KVM accelerators from cpu.c
 2023-08-25 13:08 UTC  (5+ messages)
` [PATCH 03/20] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
` [PATCH 09/20] target/riscv/cpu.c: mark extensions arrays as 'const'
` [PATCH 14/20] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
` [PATCH 18/20] target/riscv/cpu: move priv spec functions to tcg-cpu.c

[RFC PATCH 0/3] Add API for list cpu extensions
 2023-08-25 12:16 UTC  (4+ messages)
` [RFC PATCH 1/3] cpu: Add new API cpu_type_by_name
` [RFC PATCH 2/3] target/riscv: Add API list_cpu_props
` [RFC PATCH 3/3] softmmu/vl: Add qemu_cpu_opts QemuOptsList

[PATCH 1/2] riscv: zicond: make non-experimental
 2023-08-25  5:28 UTC  (3+ messages)

[PATCH RESEND v8 00/20] riscv: 'max' CPU, detect user choice in TCG
 2023-08-24 22:14 UTC  (21+ messages)
` [PATCH RESEND v8 01/20] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH RESEND v8 02/20] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH RESEND v8 03/20] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH RESEND v8 04/20] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH RESEND v8 05/20] target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[]
` [PATCH RESEND v8 06/20] target/riscv/cpu.c: split vendor "
` [PATCH RESEND v8 07/20] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
` [PATCH RESEND v8 08/20] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
` [PATCH RESEND v8 09/20] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH RESEND v8 10/20] target/riscv: add 'max' CPU type
` [PATCH RESEND v8 11/20] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH RESEND v8 12/20] target/riscv: deprecate the 'any' CPU type
` [PATCH RESEND v8 13/20] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH RESEND v8 14/20] target/riscv: make CPUCFG() macro public
` [PATCH RESEND v8 15/20] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH RESEND v8 16/20] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH RESEND v8 17/20] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH RESEND v8 18/20] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH RESEND v8 19/20] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH RESEND v8 20/20] target/riscv/cpu.c: consider user option with RVG

[PATCH v2 00/12] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
 2023-08-24 14:29 UTC  (13+ messages)
` [PATCH v2 01/12] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
` [PATCH v2 02/12] hw/arm/virt-acpi-build.c: Migrate virtio "
` [PATCH v2 03/12] hw/riscv: virt: Make few IMSIC macros and functions public
` [PATCH v2 04/12] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
` [PATCH v2 05/12] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
` [PATCH v2 06/12] hw/riscv/virt-acpi-build.c: Add APLIC "
` [PATCH v2 07/12] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT
` [PATCH v2 08/12] hw/riscv/virt-acpi-build.c: Add MMU node "
` [PATCH v2 09/12] hw/pci-host/gpex: Define properties for MMIO ranges
` [PATCH v2 10/12] hw/riscv/virt: Update GPEX MMIO related properties
` [PATCH v2 11/12] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
` [PATCH v2 12/12] hw/riscv/virt-acpi-build.c: Add PLIC in MADT

[PATCH v5 00/26] plugins: Allow to read registers
 2023-08-24 12:40 UTC  (6+ messages)
` [PATCH v5 01/26] contrib/plugins: Use GRWLock in execlog
` [PATCH v5 02/26] gdbstub: Introduce GDBFeature structure
` [PATCH v5 03/26] gdbstub: Add num_regs member to GDBFeature

[PATCH 1/2] hw/intc: Fix upper/lower mtime write calculation
 2023-08-23  8:04 UTC  (6+ messages)
` [PATCH 2/2] hw/intc: Make rtc variable names consistent

[PATCH v2 3/3] gdbstub: replace exit(0) with proper shutdown
 2023-08-23  7:07 UTC 

[PATCH v2 1/3] hw/misc/sifive_test.c: replace exit(0) with proper shutdown
 2023-08-23  7:06 UTC 

[PATCH v2 0/3] Risc-V/gdb: replace exit(0) with proper shutdown
 2023-08-23  7:06 UTC 

[PATCH v2 2/3] hw/char: riscv_htif: replace exit(0) with proper shutdown
 2023-08-23  7:07 UTC 

[PATCH] target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0
 2023-08-22 18:41 UTC  (3+ messages)

[PATCH v2] target/riscv: Update CSR bits name for svadu extension
 2023-08-21 19:04 UTC  (3+ messages)

[PATCH 0/3] Risc-V/gdb: replace exit(0) with proper shutdown
 2023-08-21 19:00 UTC  (8+ messages)
` [PATCH 1/3] hw/misc/sifive_test.c: "
` [PATCH 2/3] hw/char: riscv_htif: "
` [PATCH 3/3] gdbstub: "

[PATCH RESEND v5 06/26] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
 2023-08-18  3:36 UTC  (6+ messages)
` [PATCH RESEND v5 10/26] target/riscv: Use GDBFeature for dynamic XML
` [PATCH RESEND v5 11/26] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH RESEND v5 13/26] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH RESEND v5 16/26] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH RESEND v5 17/26] gdbstub: Add members to identify registers to GDBFeature

[PATCH v2] target/riscv: Allocate itrigger timers only once
 2023-08-18  3:40 UTC 

[PATCH] target/riscv: Allocate itrigger timers only once
 2023-08-17  7:23 UTC  (3+ messages)

[PATCH 00/10] RISC-V: ACPI: Enable AIA and update RHC
 2023-08-17  3:30 UTC  (7+ messages)
` [PATCH 01/10] hw/arm/virt-acpi-build.c: Move fw_cfg and virtio to common location

[RFC PATCH 00/24] plugins: Allow to read registers
 2023-08-16 15:11 UTC  (23+ messages)
` [RFC PATCH 06/24] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [RFC PATCH 12/24] gdbstub: Simplify XML lookup
` [RFC PATCH 15/24] target/arm: Fill new members of GDBFeature
` [RFC PATCH 21/24] plugins: Allow to read registers
` [RFC PATCH 22/24] contrib/plugins: Allow to log registers
` [RFC PATCH 24/24] contrib/plugins: Add cc plugin

[PATCH v4 00/25] plugins: Allow to read registers
 2023-08-16 14:51 UTC  (26+ messages)
` [PATCH v4 01/25] contrib/plugins: Use GRWLock in execlog
` [PATCH v4 02/25] gdbstub: Introduce GDBFeature structure
` [PATCH v4 03/25] gdbstub: Add num_regs member to GDBFeature
` [PATCH v4 04/25] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v4 05/25] target/arm: Move the reference to arm-core.xml
` [PATCH v4 06/25] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [PATCH v4 07/25] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v4 08/25] target/arm: Use GDBFeature for dynamic XML
` [PATCH v4 09/25] target/ppc: "
` [PATCH v4 10/25] target/riscv: "
` [PATCH v4 11/25] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v4 12/25] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v4 13/25] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH v4 14/25] gdbstub: Dynamically allocate target.xml buffer
` [PATCH v4 15/25] gdbstub: Simplify XML lookup
` [PATCH v4 16/25] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v4 17/25] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v4 18/25] hw/core/cpu: Add a parameter to gdb_read_register/gdb_write_register
` [PATCH v4 19/25] gdbstub: Hide gdb_has_xml
` [PATCH v4 20/25] gdbstub: Expose functions to read registers
` [PATCH v4 21/25] cpu: Call plugin hooks only when ready
` [PATCH v4 22/25] plugins: Allow to read registers
` [PATCH v4 23/25] contrib/plugins: Allow to log registers
` [PATCH v4 24/25] plugins: Support C++
` [PATCH v4 25/25] contrib/plugins: Add cc plugin

[PATCH v3 00/25] plugins: Allow to read registers
 2023-08-16 13:39 UTC  (26+ messages)
` [PATCH v3 01/25] contrib/plugins: Use GRWLock in execlog
` [PATCH v3 02/25] gdbstub: Introduce GDBFeature structure
` [PATCH v3 03/25] gdbstub: Add num_regs member to GDBFeature
` [PATCH v3 04/25] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v3 05/25] target/arm: Move the reference to arm-core.xml
` [PATCH v3 06/25] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [PATCH v3 07/25] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v3 08/25] target/arm: Use GDBFeature for dynamic XML
` [PATCH v3 09/25] target/ppc: "
` [PATCH v3 10/25] target/riscv: "
` [PATCH v3 11/25] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v3 12/25] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v3 13/25] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH v3 14/25] gdbstub: Dynamically allocate target.xml buffer
` [PATCH v3 15/25] gdbstub: Simplify XML lookup
` [PATCH v3 16/25] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v3 17/25] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v3 18/25] hw/core/cpu: Add a parameter to gdb_read_register/gdb_write_register
` [PATCH v3 19/25] gdbstub: Hide gdb_has_xml
` [PATCH v3 20/25] gdbstub: Expose functions to read registers
` [PATCH v3 21/25] cpu: Call plugin hooks only when ready
` [PATCH v3 22/25] plugins: Allow to read registers
` [PATCH v3 23/25] contrib/plugins: Allow to log registers
` [PATCH v3 24/25] plugins: Support C++
` [PATCH v3 25/25] contrib/plugins: Add cc plugin

[PATCH] target/riscv: Update CSR bits name for svadu extension
 2023-08-16  9:15 UTC  (2+ messages)

[PATCH] target/riscv: Align the AIA model to v1.0 ratified spec
 2023-08-16  6:16 UTC 

[PATCH v3 0/8] riscv: detecting user choice in TCG extensions
 2023-08-15 22:47 UTC  (9+ messages)
` [PATCH v3 1/8] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH v3 2/8] target/riscv: make CPUCFG() macro public
` [PATCH v3 3/8] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH v3 4/8] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH v3 5/8] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH v3 6/8] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH v3 7/8] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH v3 8/8] target/riscv/cpu.c: consider user option with RVG

[PATCH v8 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-08-15 22:37 UTC  (13+ messages)
` [PATCH v8 01/12] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH v8 02/12] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH v8 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH v8 04/12] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH v8 05/12] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH v8 06/12] target/riscv/cpu.c: split non-ratified "
` [PATCH v8 07/12] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
` [PATCH v8 08/12] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
` [PATCH v8 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v8 10/12] target/riscv: add 'max' CPU type
` [PATCH v8 11/12] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH v8 12/12] target/riscv: deprecate the 'any' CPU type

[PATCH v7 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-08-15 22:02 UTC  (16+ messages)
` [PATCH v7 01/12] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH v7 02/12] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH v7 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH v7 04/12] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH v7 05/12] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH v7 06/12] target/riscv/cpu.c: split non-ratified "
` [PATCH v7 07/12] target/riscv/cpu.c: add ADD_CPU_QDEV_PROPERTIES_ARRAY() macro
` [PATCH v7 08/12] target/riscv/cpu.c: add ADD_UNAVAIL_KVM_PROP_ARRAY() macro
` [PATCH v7 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v7 10/12] target/riscv: add 'max' CPU type
` [PATCH v7 11/12] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH v7 12/12] target/riscv: deprecate the 'any' CPU type

[PATCH v2 0/8] riscv: detecting user choice in TCG extensions
 2023-08-15 20:36 UTC  (9+ messages)
` [PATCH v2 1/8] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH v2 2/8] target/riscv: make CPUCFG() macro public
` [PATCH v2 3/8] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH v2 4/8] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH v2 5/8] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH v2 6/8] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH v2 7/8] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH v2 8/8] target/riscv/cpu.c: consider user option with RVG

[PATCH v6 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-08-15 17:25 UTC  (6+ messages)
` [PATCH v6 04/12] target/riscv/cpu.c: del DEFINE_PROP_END_OF_LIST() from riscv_cpu_extensions

[PATCH for-8.2 00/24] tcg: Introduce negsetcond opcodes
 2023-08-15 13:16 UTC  (5+ messages)
` [PATCH 07/24] target/ppc: Use tcg_gen_negsetcond_*
` [PATCH 11/24] tcg/ppc: Use the Set Boolean Extension

qemu-system-riscv64 -cpu host uses wrong privilege spec version
 2023-08-15  9:32 UTC  (3+ 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).