qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-10 16:14:28 to 2023-08-16 15:00:17 UTC [more...]

[PATCH v4 00/25] plugins: Allow to read registers
 2023-08-16 14:51 UTC  (16+ 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 07/25] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v4 10/25] target/riscv: Use GDBFeature for dynamic XML
` [PATCH v4 11/25] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v4 12/25] gdbstub: Use GDBFeature for GDBRegisterState
` [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 18/25] hw/core/cpu: Add a parameter to gdb_read_register/gdb_write_register
` [PATCH v4 21/25] cpu: Call plugin hooks only when ready
` [PATCH v4 25/25] contrib/plugins: Add cc plugin

[RFC PATCH 00/24] plugins: Allow to read registers
 2023-08-16 14:38 UTC  (35+ messages)
` [RFC PATCH 01/24] contrib/plugins: Use GRWLock in execlog
` [RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure
` [RFC PATCH 03/24] gdbstub: Add num_regs member to GDBFeature
` [RFC PATCH 04/24] gdbstub: Introduce gdb_find_static_feature()
` [RFC PATCH 06/24] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [RFC PATCH 07/24] target/arm: Use GDBFeature for dynamic XML
` [RFC PATCH 10/24] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [RFC PATCH 12/24] gdbstub: Simplify XML lookup
` [RFC PATCH 13/24] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [RFC PATCH 14/24] gdbstub: Add members to identify registers to GDBFeature
` [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 v2] target/riscv: Update CSR bits name for svadu extension
 2023-08-16 14:30 UTC  (2+ messages)

[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  (16+ messages)
` [PATCH v6 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH v6 04/12] target/riscv/cpu.c: del DEFINE_PROP_END_OF_LIST() from riscv_cpu_extensions
` [PATCH v6 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v6 10/12] target/riscv: add 'max' CPU type
` [PATCH v6 11/12] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH v6 12/12] target/riscv: deprecate the 'any' CPU type

[PATCH for-8.2 00/24] tcg: Introduce negsetcond opcodes
 2023-08-15 13:16 UTC  (48+ messages)
` [PATCH 01/24] "
` [PATCH 02/24] tcg: Use tcg_gen_negsetcond_*
` [PATCH 03/24] target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzero
` [PATCH 04/24] target/arm: Use tcg_gen_negsetcond_*
` [PATCH 05/24] target/m68k: "
` [PATCH 06/24] target/openrisc: "
` [PATCH 07/24] target/ppc: "
` [PATCH 08/24] target/sparc: Use tcg_gen_movcond_i64 in gen_edge
` [PATCH 11/24] tcg/ppc: Use the Set Boolean Extension
` [PATCH 12/24] tcg/aarch64: Implement negsetcond_*
` [PATCH 13/24] tcg/arm: Implement negsetcond_i32
` [PATCH 16/24] tcg/sparc64: Implement negsetcond_*
` [PATCH 17/24] tcg/i386: Merge tcg_out_brcond{32,64}
` [PATCH 18/24] tcg/i386: Merge tcg_out_setcond{32,64}
` [PATCH 19/24] tcg/i386: Merge tcg_out_movcond{32,64}
` [PATCH 20/24] tcg/i386: Add cf parameter to tcg_out_cmp
` [PATCH 21/24] tcg/i386: Use CMP+SBB in tcg_out_setcond
` [PATCH 22/24] tcg/i386: Clear dest first in tcg_out_setcond if possible
` [PATCH 23/24] tcg/i386: Use shift in tcg_out_setcond
` [PATCH 24/24] tcg/i386: Implement negsetcond_*

qemu-system-riscv64 -cpu host uses wrong privilege spec version
 2023-08-15  9:32 UTC  (3+ messages)

[PATCH] hw/pci-host: Allow extended config space access for Designware PCIe host
 2023-08-12  5:37 UTC  (10+ messages)

CFP open for RISC-V MC at Linux Plumbers Conference 2023
 2023-08-11 18:21 UTC  (4+ messages)

[PATCH for-8.1 0/1] hw/riscv/virt.c: fix 'aclint' prop regression
 2023-08-11 18:12 UTC  (5+ messages)
` [PATCH for-8.1 1/1] hw/riscv/virt.c: change 'aclint' TCG check

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

[PATCH] hw/riscv: virt: Fix riscv,pmu DT node path
 2023-08-11 14:54 UTC  (3+ messages)

[PATCH v7 0/5] Add RISC-V KVM AIA Support
 2023-08-11 14:41 UTC  (2+ messages)

[PATCH v2] linux-user/riscv: Use abi type for target_ucontext
 2023-08-11 14:35 UTC  (3+ messages)

[PATCH] disas/riscv: Further correction to LUI disassembly
 2023-08-11 11:55 UTC  (5+ messages)

[PATCH] target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids()
 2023-08-11 11:29 UTC  (9+ messages)

[PATCH 1/2] riscv: zicond: make non-experimental
 2023-08-11 11:22 UTC  (8+ messages)
` [PATCH 2/2] riscv: zicond: make default

[PATCH] linux-user/riscv: Use abi_ulong for target_ucontext
 2023-08-11  3:17 UTC  (3+ messages)

[PATCH 1/2] hw/intc: Fix upper/lower mtime write calculation
 2023-08-10 18:24 UTC  (4+ messages)
` [PATCH 2/2] hw/intc: Make rtc variable names consistent

[PATCH] target/riscv: Fix zfa fleq.d and fltq.d
 2023-08-10 17:24 UTC  (2+ messages)

[RESEND PATCH v3 0/1] target/riscv: Add Zihintntl extension ISA string to DTS
 2023-08-10 17:20 UTC  (3+ messages)
` [RESEND PATCH v3 1/1] "

[PATCH 1/2] riscv: zicond: make non-experimental
 2023-08-10 17:13 UTC  (3+ messages)

[PATCH] linux-user/elfload: Set V in ELF_HWCAP for RISC-V
 2023-08-10 17:09 UTC  (3+ messages)

[PATCH] target/riscv: Implement WARL behaviour for mcountinhibit/mcounteren
 2023-08-10 17:07 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 read-only IMAP folder(s) and NNTP newsgroup(s).