Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-riscv (date)
[
Thread Index
][
Top
][
All Lists
][
qemu-riscv info page
]
Advanced
[
Prev Period
]
Last Modified: Fri Sep 29 2023 19:50:24 -0400
Messages in reverse chronological order
[
Next Period
]
September 29, 2023
Re: [PATCH] MAINTAINERS: Add unowned RISC-V related files to the right sections
,
LIU Zhiwei
,
19:50
Re: [PATCH] MAINTAINERS: Add unowned RISC-V related files to the right sections
,
Philipp Tomsich
,
09:55
Re: [PATCH] MAINTAINERS: Add unowned RISC-V related files to the right sections
,
Daniel Henrique Barboza
,
09:36
Re: [PATCH 0/6] riscv: RVA22U64 profile support
,
Daniel P . Berrangé
,
09:32
Re: [PATCH 0/6] riscv: RVA22U64 profile support
,
Daniel Henrique Barboza
,
09:26
Re: [PATCH 0/6] riscv: RVA22U64 profile support
,
Daniel P . Berrangé
,
08:53
Re: [PATCH 0/6] riscv: RVA22U64 profile support
,
Daniel Henrique Barboza
,
08:50
Re: [PATCH] MAINTAINERS: Add unowned RISC-V related files to the right sections
,
Christoph Müllner
,
08:42
[PATCH] MAINTAINERS: Add unowned RISC-V related files to the right sections
,
Thomas Huth
,
08:38
Re: [PATCH 0/6] riscv: RVA22U64 profile support
,
Daniel P . Berrangé
,
07:56
Re: [PATCH 0/6] riscv: RVA22U64 profile support
,
Daniel Henrique Barboza
,
07:29
Re: [PATCH 0/6] riscv: RVA22U64 profile support
,
Daniel P . Berrangé
,
06:46
Re: [PATCH 2/2] target/riscv/tcg-cpu.c: add extension properties for all cpus
,
Daniel P . Berrangé
,
06:38
Re: [PATCH 0/6] riscv: RVA22U64 profile support
,
Andrea Bolognani
,
06:10
Re: [PATCH 0/4] RISC-V: Work towards enabling -Wshadow=local
,
Markus Armbruster
,
02:57
Re: [PATCH 0/2] riscv: add extension properties for all cpus
,
Alistair Francis
,
01:30
Re: [PATCH 2/2] target/riscv/tcg-cpu.c: add extension properties for all cpus
,
Alistair Francis
,
01:14
Re: [PATCH v2 1/6] target/riscv/kvm/kvm-cpu.c: add missing property getters()
,
Alistair Francis
,
01:11
September 27, 2023
Re: [PATCH 1/2] target/riscv: add riscv_cpu_get_name()
,
Alistair Francis
,
00:58
September 26, 2023
[PATCH 6/6] target/riscv/kvm: add 'rva22u64' flag as unavailable
,
Daniel Henrique Barboza
,
15:50
[PATCH 0/6] riscv: RVA22U64 profile support
,
Daniel Henrique Barboza
,
15:50
[PATCH 5/6] target/riscv/tcg-cpu.c: enable profile support for vendor CPUs
,
Daniel Henrique Barboza
,
15:50
[PATCH 4/6] target/riscv/tcg: implement rva22u64 profile
,
Daniel Henrique Barboza
,
15:50
[PATCH 3/6] target/riscv: add rva22u64 profile definition
,
Daniel Henrique Barboza
,
15:50
[PATCH 2/6] target/riscv/cpu.c: add zihpm extension flag
,
Daniel Henrique Barboza
,
15:50
[PATCH 1/6] target/riscv/cpu.c: add zicntr extension flag
,
Daniel Henrique Barboza
,
15:50
[PATCH v2 6/6] target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion
,
Daniel Henrique Barboza
,
14:40
[PATCH v2 5/6] target/riscv: add riscv_cpu_accelerator_compatible()
,
Daniel Henrique Barboza
,
14:40
[PATCH v2 4/6] target/riscv: handle custom props in qmp_query_cpu_model_expansion
,
Daniel Henrique Barboza
,
14:40
[PATCH v2 3/6] target/riscv/tcg: add tcg_cpu_finalize_features()
,
Daniel Henrique Barboza
,
14:40
[PATCH v2 1/6] target/riscv/kvm/kvm-cpu.c: add missing property getters()
,
Daniel Henrique Barboza
,
14:40
[PATCH v2 2/6] qapi,risc-v: add query-cpu-model-expansion
,
Daniel Henrique Barboza
,
14:40
[PATCH v2 0/6] riscv: query-cpu-model-expansion API
,
Daniel Henrique Barboza
,
14:40
[PATCH 2/2] target/riscv/tcg-cpu.c: add extension properties for all cpus
,
Daniel Henrique Barboza
,
14:31
[PATCH 1/2] target/riscv: add riscv_cpu_get_name()
,
Daniel Henrique Barboza
,
14:31
[PATCH 0/2] riscv: add extension properties for all cpus
,
Daniel Henrique Barboza
,
14:31
Re: [PATCH 0/8] riscv: query-cpu-model-expansion API
,
Daniel Henrique Barboza
,
13:48
September 25, 2023
Re: [PATCH v4 00/19] riscv: split TCG/KVM accelerators from cpu.c
,
Alistair Francis
,
21:39
Re: [PATCH v4 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
,
Alistair Francis
,
21:37
[PATCH v4 19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c
,
Daniel Henrique Barboza
,
13:58
[PATCH v4 18/19] target/riscv/cpu.c: export isa_edata_arr[]
,
Daniel Henrique Barboza
,
13:58
[PATCH v4 17/19] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
,
Daniel Henrique Barboza
,
13:58
[PATCH v4 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
,
Daniel Henrique Barboza
,
13:58
[PATCH v4 15/19] target/riscv/tcg: introduce tcg_cpu_instance_init()
,
Daniel Henrique Barboza
,
13:58
[PATCH v4 14/19] target/riscv/cpu.c: export set_misa()
,
Daniel Henrique Barboza
,
13:58
[PATCH v4 13/19] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 12/19] target/riscv: move KVM only files to kvm subdir
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 09/19] target/riscv: make riscv_add_satp_mode_properties() public
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 11/19] target/riscv: introduce KVM AccelCPUClass
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 10/19] target/riscv: remove kvm-stub.c
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 07/19] target/riscv/cpu.c: mark extensions arrays as 'const'
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 06/19] target/riscv: move 'host' CPU declaration to kvm.c
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 05/19] target/riscv/cpu.c: add .instance_post_init()
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 04/19] target/riscv: move riscv_tcg_ops to tcg-cpu.c
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 01/19] target/riscv: introduce TCG AccelCPUClass
,
Daniel Henrique Barboza
,
13:57
[PATCH v4 00/19] riscv: split TCG/KVM accelerators from cpu.c
,
Daniel Henrique Barboza
,
13:57
Re: [PATCH 04/31] docs: mark CRIS support as deprecated
,
Edgar E. Iglesias
,
13:18
Re: [PATCH 08/31] configure: ensure dependency for cross-compile setup
,
Peter Maydell
,
13:10
Re: [PATCH 08/31] configure: ensure dependency for cross-compile setup
,
Paolo Bonzini
,
13:06
Re: [PATCH 04/31] docs: mark CRIS support as deprecated
,
Alex Bennée
,
13:00
Re: [PATCH 08/31] configure: ensure dependency for cross-compile setup
,
Alex Bennée
,
12:45
Re: [PATCH 04/31] docs: mark CRIS support as deprecated
,
Daniel P . Berrangé
,
12:30
Re: [PATCH 04/31] docs: mark CRIS support as deprecated
,
Daniel P . Berrangé
,
12:28
Re: [PATCH 08/31] configure: ensure dependency for cross-compile setup
,
Paolo Bonzini
,
12:14
Re: [PATCH 05/31] tests/docker: make docker engine choice entirely configure driven
,
Paolo Bonzini
,
12:09
Re: [PATCH 02/31] tests/lcitool: add swtpm to the package list
,
Daniel P . Berrangé
,
11:25
[PATCH 17/31] target/arm: Remove references to gdb_has_xml
,
Alex Bennée
,
10:59
[PATCH 20/31] gdbstub: Replace gdb_regs with an array
,
Alex Bennée
,
10:59
[PATCH 26/31] contrib/plugins: fix coverity warning in hotblocks
,
Alex Bennée
,
10:59
[RFC PATCH 28/31] qtest: use cpu interface in qtest_clock_warp
,
Alex Bennée
,
10:59
[RFC PATCH 30/31] plugins: add time control API
,
Alex Bennée
,
10:59
[PATCH 24/31] contrib/plugins: fix coverity warning in cache
,
Alex Bennée
,
10:59
[RFC PATCH 29/31] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
,
Alex Bennée
,
10:59
[PATCH 16/31] gdbstub: Use g_markup_printf_escaped()
,
Alex Bennée
,
10:59
[PATCH 18/31] target/ppc: Remove references to gdb_has_xml
,
Alex Bennée
,
10:59
[PATCH 22/31] target/sh4: Disable decode_gusa when plugins enabled
,
Alex Bennée
,
10:59
[RFC PATCH 31/31] contrib/plugins: add iops plugin example for cost modelling
,
Alex Bennée
,
10:59
[PATCH 25/31] contrib/plugins: fix coverity warning in lockstep
,
Alex Bennée
,
10:59
[RFC PATCH 27/31] sysemu: add set_virtual_time to accel ops
,
Alex Bennée
,
10:58
[PATCH 21/31] accel/tcg: Add plugin_enabled to DisasContextBase
,
Alex Bennée
,
10:58
[PATCH 19/31] gdbstub: Remove gdb_has_xml variable
,
Alex Bennée
,
10:50
[PATCH 11/31] plugins: Check if vCPU is realized
,
Alex Bennée
,
10:50
[PATCH 23/31] plugins: Set final instruction count in plugin_gen_tb_end
,
Alex Bennée
,
10:50
[PATCH 15/31] hw/core/cpu: Return static value with gdb_arch_name()
,
Alex Bennée
,
10:50
[PATCH 10/31] gdbstub: Fix target.xml response
,
Alex Bennée
,
10:50
[PATCH 14/31] target/arm: Move the reference to arm-core.xml
,
Alex Bennée
,
10:50
[PATCH 13/31] gdbstub: Introduce GDBFeature structure
,
Alex Bennée
,
10:50
[PATCH 04/31] docs: mark CRIS support as deprecated
,
Alex Bennée
,
10:49
[PATCH 12/31] contrib/plugins: Use GRWLock in execlog
,
Alex Bennée
,
10:49
[PATCH 09/31] gdbstub: Fix target_xml initialization
,
Alex Bennée
,
10:49
[PATCH 07/31] configure: remove gcc version suffixes
,
Alex Bennée
,
10:49
[PATCH 05/31] tests/docker: make docker engine choice entirely configure driven
,
Alex Bennée
,
10:49
[PATCH 08/31] configure: ensure dependency for cross-compile setup
,
Alex Bennée
,
10:49
[PATCH 06/31] configure: allow user to override docker engine
,
Alex Bennée
,
10:49
[PATCH 01/31] tests/avocado: update firmware to enable sbsa-ref/neoverse-v1
,
Alex Bennée
,
10:49
[PATCH 03/31] gitlab: shuffle some targets and reduce avocado noise
,
Alex Bennée
,
10:49
[PATCH 00/31] September maintainer omnibus (tests, gdbstub, plugins)
,
Alex Bennée
,
10:49
[PATCH 02/31] tests/lcitool: add swtpm to the package list
,
Alex Bennée
,
10:49
[PATCH v2] target/riscv: pmp: Ignore writes when RW=01
,
Mayuresh Chitale
,
07:10
[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
,
Mayuresh Chitale
,
07:10
[PATCH] Add epmp to extensions list and rename it to smepmp
,
Mayuresh Chitale
,
07:08
Re: [PATCH v3 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
,
Alistair Francis
,
06:33
Re: [PATCH v3 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
,
Daniel Henrique Barboza
,
05:17
Re: [PATCH 0/4] RISC-V: Work towards enabling -Wshadow=local
,
Daniel Henrique Barboza
,
05:11
Re: [PATCH 4/4] softmmu/device_tree: Fixup local variables shadowing
,
Daniel Henrique Barboza
,
05:10
Re: [PATCH 3/4] target/riscv: vector_helper: Fixup local variables shadowing
,
Daniel Henrique Barboza
,
05:10
Re: [PATCH 2/4] target/riscv: cpu: Fixup local variables shadowing
,
Daniel Henrique Barboza
,
05:09
Re: [PATCH 1/4] hw/riscv: opentitan: Fixup local variables shadowing
,
Daniel Henrique Barboza
,
05:08
Re: [PATCH] target/riscv: pmp: Ignore writes when RW=01
,
Mayuresh Chitale
,
03:48
Re: [PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
,
Mayuresh Chitale
,
03:46
[PATCH 4/4] softmmu/device_tree: Fixup local variables shadowing
,
Alistair Francis
,
00:31
[PATCH 3/4] target/riscv: vector_helper: Fixup local variables shadowing
,
Alistair Francis
,
00:31
[PATCH 2/4] target/riscv: cpu: Fixup local variables shadowing
,
Alistair Francis
,
00:30
[PATCH 1/4] hw/riscv: opentitan: Fixup local variables shadowing
,
Alistair Francis
,
00:30
[PATCH 0/4] RISC-V: Work towards enabling -Wshadow=local
,
Alistair Francis
,
00:30
September 24, 2023
Re: [PATCH v3 00/19] riscv: split TCG/KVM accelerators from cpu.c
,
Alistair Francis
,
23:30
Re: [PATCH v3 19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c
,
Alistair Francis
,
22:01
Re: [PATCH v3 18/19] target/riscv/cpu.c: export isa_edata_arr[]
,
Alistair Francis
,
22:00
Re: [PATCH v3 17/19] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
,
Alistair Francis
,
21:58
Re: [PATCH v3 15/19] target/riscv/tcg: introduce tcg_cpu_instance_init()
,
Alistair Francis
,
21:57
Re: [PATCH v4] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
,
Alistair Francis
,
21:52
Re: [PATCH v3 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
,
Alistair Francis
,
21:38
Re: [PATCH v3 14/19] target/riscv/cpu.c: export set_misa()
,
Alistair Francis
,
21:36
Re: [PATCH v3 13/19] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
,
Alistair Francis
,
21:32
Re: [PATCH v3 12/19] target/riscv: move KVM only files to kvm subdir
,
Alistair Francis
,
21:27
Re: [PATCH 3/4] hw/cpu: Introduce CPUClass::cpu_resolving_type field
,
Gavin Shan
,
20:24
[PATCH v4] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
,
Alvin Chang
,
12:11
September 22, 2023
Re: [PATCH v2 09/12] hw/pci-host/gpex: Define properties for MMIO ranges
,
Sunil V L
,
09:46
Re: [PATCH v3 19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c
,
Philippe Mathieu-Daudé
,
08:28
Re: [PATCH v3 11/19] target/riscv: introduce KVM AccelCPUClass
,
Alistair Francis
,
02:09
Re: [PATCH v3 10/19] target/riscv: remove kvm-stub.c
,
Alistair Francis
,
02:06
Re: [PATCH v3 09/19] target/riscv: make riscv_add_satp_mode_properties() public
,
Alistair Francis
,
02:03
Re: [PATCH v3 08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
,
Alistair Francis
,
01:56
Re: [PATCH v3 07/19] target/riscv/cpu.c: mark extensions arrays as 'const'
,
Alistair Francis
,
01:55
Re: [PATCH v3 06/19] target/riscv: move 'host' CPU declaration to kvm.c
,
Alistair Francis
,
01:54
Re: [PATCH v3 05/19] target/riscv/cpu.c: add .instance_post_init()
,
Alistair Francis
,
01:51
Re: [PATCH v3 04/19] target/riscv: move riscv_tcg_ops to tcg-cpu.c
,
Alistair Francis
,
01:34
Re: [PATCH v3 03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
,
Alistair Francis
,
01:33
Re: [PATCH v3 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
,
Alistair Francis
,
01:30
Re: [PATCH v3 01/19] target/riscv: introduce TCG AccelCPUClass
,
Alistair Francis
,
01:25
Re: [PATCH v3 4/5] hw/char: riscv_htif: replace exit calls with proper shutdown
,
Alistair Francis
,
01:20
September 21, 2023
Re: [PATCH v2 0/6] target/riscv: Add RISC-V Virtual IRQs and IRQ filtering support
,
Rajnesh Kanwal
,
02:29
September 20, 2023
[PATCH 8/8] target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion
,
Daniel Henrique Barboza
,
17:38
[PATCH 7/8] target/riscv: add riscv_cpu_accelerator_compatible()
,
Daniel Henrique Barboza
,
17:38
[PATCH 6/8] target/riscv: handle custom props in qmp_query_cpu_model_expansion
,
Daniel Henrique Barboza
,
17:38
[PATCH 5/8] target/riscv/tcg: add tcg_cpu_finalize_features()
,
Daniel Henrique Barboza
,
17:38
[PATCH 4/8] qapi,risc-v: add query-cpu-model-expansion
,
Daniel Henrique Barboza
,
17:38
[PATCH 3/8] target/riscv/kvm/kvm-cpu.c: add missing property getters()
,
Daniel Henrique Barboza
,
17:38
[PATCH 2/8] target/riscv/tcg-cpu.c: add extension properties for all cpus
,
Daniel Henrique Barboza
,
17:38
[PATCH 1/8] target/riscv: add riscv_cpu_get_name()
,
Daniel Henrique Barboza
,
17:37
[PATCH 0/8] riscv: query-cpu-model-expansion API
,
Daniel Henrique Barboza
,
17:37
[PATCH v3 19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 18/19] target/riscv/cpu.c: export isa_edata_arr[]
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 17/19] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 15/19] target/riscv/tcg: introduce tcg_cpu_instance_init()
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 14/19] target/riscv/cpu.c: export set_misa()
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 13/19] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 12/19] target/riscv: move KVM only files to kvm subdir
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 11/19] target/riscv: introduce KVM AccelCPUClass
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 10/19] target/riscv: remove kvm-stub.c
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 09/19] target/riscv: make riscv_add_satp_mode_properties() public
,
Daniel Henrique Barboza
,
07:21
[PATCH v3 08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
,
Daniel Henrique Barboza
,
07:20
[PATCH v3 07/19] target/riscv/cpu.c: mark extensions arrays as 'const'
,
Daniel Henrique Barboza
,
07:20
[PATCH v3 06/19] target/riscv: move 'host' CPU declaration to kvm.c
,
Daniel Henrique Barboza
,
07:20
[PATCH v3 05/19] target/riscv/cpu.c: add .instance_post_init()
,
Daniel Henrique Barboza
,
07:20
[PATCH v3 04/19] target/riscv: move riscv_tcg_ops to tcg-cpu.c
,
Daniel Henrique Barboza
,
07:20
[PATCH v3 03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
,
Daniel Henrique Barboza
,
07:20
[PATCH v3 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
,
Daniel Henrique Barboza
,
07:20
[PATCH v3 01/19] target/riscv: introduce TCG AccelCPUClass
,
Daniel Henrique Barboza
,
07:20
[PATCH v3 00/19] riscv: split TCG/KVM accelerators from cpu.c
,
Daniel Henrique Barboza
,
07:20
September 19, 2023
Re: GPIO emulation in QEMU RISCV
,
Daniel Henrique Barboza
,
17:41
Re: qemu-riscv32 usermode still broken?
,
Andreas K. Huettel
,
16:39
Re: [PATCH v3 13/32] target/riscv: Use generic helper to show CPU model names
,
Daniel Henrique Barboza
,
16:25
Re: [PATCH v2 05/19] target/riscv/cpu.c: add .instance_post_init()
,
Daniel Henrique Barboza
,
12:07
GPIO emulation in QEMU RISCV
,
Sivachandran S
,
09:24
Re: [PATCH v2 12/19] target/riscv: move KVM only files to kvm subdir
,
LIU Zhiwei
,
07:38
Re: [PATCH v2 11/19] target/riscv: introduce KVM AccelCPUClass
,
LIU Zhiwei
,
07:38
Re: [PATCH v2 09/19] target/riscv: make riscv_add_satp_mode_properties() public
,
LIU Zhiwei
,
07:27
Re: [PATCH v2 08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
,
LIU Zhiwei
,
07:26
Re: [PATCH v2 07/19] target/riscv/cpu.c: mark extensions arrays as 'const'
,
LIU Zhiwei
,
07:20
Re: [PATCH v2 06/19] target/riscv: move 'host' CPU declaration to kvm.c
,
LIU Zhiwei
,
07:12
Re: [PATCH v2 04/19] target/riscv: move riscv_tcg_ops to tcg-cpu.c
,
LIU Zhiwei
,
07:09
Re: [PATCH v2 03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
,
LIU Zhiwei
,
07:01
Re: [PATCH v2 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
,
LIU Zhiwei
,
05:55
Re: [PATCH v2 01/19] target/riscv: introduce TCG AccelCPUClass
,
LIU Zhiwei
,
05:52
Re: [PATCH v3] target/riscv: update checks on writing pmpcfg for Smepmp
,
Alistair Francis
,
05:28
Re: [PATCH v2 05/19] target/riscv/cpu.c: add .instance_post_init()
,
LIU Zhiwei
,
05:18
Re: [PATCH v3] target/riscv: update checks on writing pmpcfg for Smepmp
,
Himanshu Chauhan
,
01:43
Re: [PATCH v3] target/riscv: update checks on writing pmpcfg for Smepmp
,
Alistair Francis
,
01:22
Re: [PATCH v3] target/riscv: update checks on writing pmpcfg for Smepmp
,
Chang Alvin
,
01:09
Re: [PATCH v3] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
,
Alistair Francis
,
00:42
Re: [PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
,
Alistair Francis
,
00:41
Re: [PATCH] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
,
Alistair Francis
,
00:19
September 18, 2023
Re: [PATCH 18/22] target/s390x: Call s390_cpu_realize_sysemu from s390_realize_cpu_model
,
David Hildenbrand
,
12:34
[PATCH 22/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()
,
Philippe Mathieu-Daudé
,
12:05
[PATCH 21/22] exec/cpu: Have cpu_exec_realize() return a boolean
,
Philippe Mathieu-Daudé
,
12:05
[PATCH 18/22] target/s390x: Call s390_cpu_realize_sysemu from s390_realize_cpu_model
,
Philippe Mathieu-Daudé
,
12:05
[PATCH 20/22] target/s390x: Use s390_realize_cpu_model() as verify_accel_features()
,
Philippe Mathieu-Daudé
,
12:05
[PATCH 19/22] target/s390x: Have s390_realize_cpu_model() return a boolean
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 17/22] target/i386: Extract verify_accel_features() from cpu_realize()
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 14/22] target/sparc: Init CPU environment *after* accelerator vCPU is realized
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 16/22] target/arm: Extract verify_accel_features() from cpu_realize()
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 15/22] exec/cpu: Introduce CPUClass::verify_accel_features()
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 13/22] target/xtensa: Create IRQs *after* accelerator vCPU is realized
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 12/22] target/mips: Create clock *after* accelerator vCPU is realized
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 11/22] target/nios2: Create IRQs *after* accelerator vCPU is realized
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 10/22] target/hppa: Create timer *after* accelerator vCPU is realized
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 09/22] target/arm: Create timers *after* accelerator vCPU is realized
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 08/22] exec/cpu: RFC Destroy vCPU address spaces in cpu_common_unrealize()
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function
,
Philippe Mathieu-Daudé
,
12:04
[PATCH 05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize()
,
Philippe Mathieu-Daudé
,
12:03
[RFC PATCH 04/22] exec/cpu: Never call cpu_reset() before cpu_realize()
,
Philippe Mathieu-Daudé
,
12:03
[PATCH 03/22] target/i386/kvm: Correct comment in kvm_cpu_realize()
,
Philippe Mathieu-Daudé
,
12:03
[PATCH 02/22] hw/intc/apic: Pass CPU using QOM link property
,
Philippe Mathieu-Daudé
,
12:03
[PATCH 01/22] target/i386: Only realize existing APIC device
,
Philippe Mathieu-Daudé
,
12:03
[PATCH 00/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()
,
Philippe Mathieu-Daudé
,
12:03
Re: [RFC PATCH v2 1/2] hw/riscv: hart: replace array access with qemu_get_cpu()
,
Nikita Shubin
,
03:22
September 17, 2023
Re: [PATCH v3 5/5] gdbstub: replace exit calls with proper shutdown for softmmu
,
Alistair Francis
,
22:10
Re: [PATCH v3 4/5] hw/char: riscv_htif: replace exit calls with proper shutdown
,
Alistair Francis
,
22:07
Re: [PATCH v3 3/5] hw/misc/sifive_test.c: replace exit calls with proper shutdown
,
Alistair Francis
,
22:07
Re: [PATCH v3 2/5] softmmu: pass the main loop status to gdb "Wxx" packet
,
Alistair Francis
,
22:06
Re: [PATCH v3 1/5] softmmu: add means to pass an exit code when requesting a shutdown
,
Alistair Francis
,
22:04
Re: [RFC PATCH v2 2/2] hw/riscv: hart: allow other cpu instance
,
Alistair Francis
,
21:54
Re: [RFC PATCH v2 1/2] hw/riscv: hart: replace array access with qemu_get_cpu()
,
Alistair Francis
,
21:51
Re: [RFC v1 6/8] target/riscv: Add functions to calculate current N masked bits for pointer masking
,
Alistair Francis
,
21:47
Re: [RFC v1 2/8] target/riscv: Add new S{sn, mn, m}jpm extensions as part of Zjpm v0.6.1
,
Alistair Francis
,
21:44
Re: [RFC v1 1/8] target/riscv: Remove obsolete pointer masking extension code
,
Alistair Francis
,
21:37
Re: [PATCH] target/riscv: pmp: Ignore writes when RW=01
,
Alistair Francis
,
21:33
Re: qemu-riscv32 usermode still broken?
,
Alistair Francis
,
21:16
Re: [PATCH v10 00/20] riscv: 'max' CPU, detect user choice in TCG
,
Alistair Francis
,
21:01
September 16, 2023
Re: qemu-riscv32 usermode still broken?
,
Andreas K. Huettel
,
18:37
[PATCH v8 13/19] gdbstub: Add members to identify registers to GDBFeature
,
Akihiko Odaki
,
04:03
[PATCH v8 12/19] hw/core/cpu: Remove gdb_get_dynamic_xml member
,
Akihiko Odaki
,
04:03
[PATCH v8 11/19] gdbstub: Infer number of core registers from XML
,
Akihiko Odaki
,
04:02
[PATCH v8 09/19] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
,
Akihiko Odaki
,
04:02
[PATCH v8 07/19] gdbstub: Use GDBFeature for gdb_register_coprocessor
,
Akihiko Odaki
,
04:02
[PATCH v8 06/19] target/riscv: Use GDBFeature for dynamic XML
,
Akihiko Odaki
,
04:02
September 15, 2023
Re: [PATCH v10 03/20] target/riscv/cpu.c: split kvm prop handling to its own helper
,
Andrew Jones
,
08:05
Re: [PATCH v2] qemu/timer: Add host ticks function for RISC-V
,
Paolo Bonzini
,
07:47
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Andrew Jones
,
05:26
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Andrew Jones
,
05:07
[PATCH v3] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
,
Alvin Chang
,
04:31
September 14, 2023
Re: [PATCH v2] target/riscv: update checks on writing pmpcfg for Smepmp version 1.0
,
張哲嘉
,
22:53
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Daniel Henrique Barboza
,
17:11
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Palmer Dabbelt
,
14:10
Re: [PATCH v2] target/riscv: update checks on writing pmpcfg for Smepmp version 1.0
,
Andrew Jones
,
11:24
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Andrew Jones
,
11:08
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Andrea Bolognani
,
10:52
[PATCH] target/riscv: pmp: Ignore writes when RW=01
,
Mayuresh Chitale
,
08:34
[RFC PATCH v2 1/2] hw/riscv: hart: replace array access with qemu_get_cpu()
,
Nikita Shubin
,
04:08
[RFC PATCH v2 0/2] hw/riscv: hart: allow other cpu instance
,
Nikita Shubin
,
04:08
[RFC PATCH v2 2/2] hw/riscv: hart: allow other cpu instance
,
Nikita Shubin
,
04:07
September 13, 2023
Re: qemu-riscv32 usermode still broken?
,
Andreas K. Huettel
,
21:23
Re: qemu-riscv32 usermode still broken?
,
Andreas K. Huettel
,
06:34
Re: qemu-riscv32 usermode still broken?
,
Michael Tokarev
,
04:06
September 12, 2023
Re: qemu-riscv32 usermode still broken?
,
LIU Zhiwei
,
21:42
[PATCH v3 07/12] hw/core/cpu: Return static value with gdb_arch_name()
,
Akihiko Odaki
,
18:41
qemu-riscv32 usermode still broken?
,
Andreas K. Huettel
,
18:31
[PATCH v10 20/20] target/riscv/cpu.c: consider user option with RVG
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 17/20] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 19/20] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 15/20] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 18/20] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 16/20] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 11/20] avocado, risc-v: add tuxboot tests for 'max' CPU
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 14/20] target/riscv: make CPUCFG() macro public
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 12/20] target/riscv: deprecate the 'any' CPU type
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 13/20] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 10/20] target/riscv: add 'max' CPU type
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 09/20] target/riscv/cpu.c: limit cfg->vext_spec log message
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 08/20] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 07/20] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 02/20] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 03/20] target/riscv/cpu.c: split kvm prop handling to its own helper
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 06/20] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 05/20] target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[]
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 01/20] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 04/20] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
,
Daniel Henrique Barboza
,
09:25
[PATCH v10 00/20] riscv: 'max' CPU, detect user choice in TCG
,
Daniel Henrique Barboza
,
09:24
Re: [PATCH v2 10/19] target/riscv: remove kvm-stub.c
,
Daniel Henrique Barboza
,
08:03
Re: [PATCH v2 10/19] target/riscv: remove kvm-stub.c
,
Philippe Mathieu-Daudé
,
07:15
Re: [PATCH v2 10/19] target/riscv: remove kvm-stub.c
,
Daniel Henrique Barboza
,
06:48
Re: riscv64 virt board crash upon startup
,
Laszlo Ersek
,
04:41
[PATCH v7 12/18] gdbstub: Add members to identify registers to GDBFeature
,
Akihiko Odaki
,
03:13
[PATCH v7 11/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
,
Akihiko Odaki
,
03:13
[PATCH v7 08/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
,
Akihiko Odaki
,
03:12
[PATCH v7 07/18] target/riscv: Use GDBFeature for dynamic XML
,
Akihiko Odaki
,
03:12
[PATCH v7 03/18] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
,
Akihiko Odaki
,
03:12
[PATCH v2 06/11] hw/core/cpu: Return static value with gdb_arch_name()
,
Akihiko Odaki
,
02:58
September 11, 2023
Re: [PATCH 3/4] hw/cpu: Introduce CPUClass::cpu_resolving_type field
,
Gavin Shan
,
18:40
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Daniel Henrique Barboza
,
18:01
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Daniel Henrique Barboza
,
15:46
Re: [PATCH v9 03/20] target/riscv/cpu.c: split kvm prop handling to its own helper
,
Daniel Henrique Barboza
,
09:32
Re: riscv64 virt board crash upon startup
,
Laszlo Ersek
,
09:12
Re: [PATCH v2 10/19] target/riscv: remove kvm-stub.c
,
Daniel Henrique Barboza
,
08:24
Re: [PATCH 3/4] hw/cpu: Introduce CPUClass::cpu_resolving_type field
,
Igor Mammedov
,
06:55
Re: [PATCH 3/4] hw/cpu: Introduce CPUClass::cpu_resolving_type field
,
Philippe Mathieu-Daudé
,
05:43
Re: [PATCH v9 00/20] riscv: 'max' CPU, detect user choice in TCG
,
Daniel Henrique Barboza
,
05:10
Re: [PATCH v2 10/19] target/riscv: remove kvm-stub.c
,
Andrew Jones
,
05:04
Re: riscv64 virt board crash upon startup
,
Gerd Hoffmann
,
04:54
Re: riscv64 virt board crash upon startup
,
Marc-André Lureau
,
04:13
Re: riscv64 virt board crash upon startup
,
Marc-André Lureau
,
04:06
Re: [PATCH v2 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
,
Andrew Jones
,
03:56
Re: [PATCH v2 14/19] target/riscv/cpu.c: export set_misa()
,
Andrew Jones
,
03:54
Re: [PATCH v2 11/19] target/riscv: introduce KVM AccelCPUClass
,
Andrew Jones
,
03:53
Re: [PATCH v2 10/19] target/riscv: remove kvm-stub.c
,
Andrew Jones
,
03:49
Re: [PATCH v2 09/19] target/riscv: make riscv_add_satp_mode_properties() public
,
Andrew Jones
,
03:09
Re: [PATCH v2 05/19] target/riscv/cpu.c: add .instance_post_init()
,
Andrew Jones
,
03:08
[PATCH v2] qemu/timer: Add host ticks function for RISC-V
,
LIU Zhiwei
,
02:34
Re: [RESEND] qemu/timer: Add host ticks function for RISC-V
,
LIU Zhiwei
,
01:57
Re: [PATCH] qemu/timer: Add host ticks function for RISC-V
,
LIU Zhiwei
,
01:55
September 10, 2023
Re: [PATCH v9 00/20] riscv: 'max' CPU, detect user choice in TCG
,
Alistair Francis
,
22:35
Re: [PATCH v3 27/32] machine: Print CPU model name instead of CPU type name
,
Gavin Shan
,
19:53
Re: [PATCH v3 15/32] target/s390x: Use generic helper to show CPU model names
,
Gavin Shan
,
19:51
Re: [PATCH 4/4] hw/cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
,
Gavin Shan
,
19:40
Re: [PATCH 1/4] target/alpha: Tidy up alpha_cpu_class_by_name()
,
Gavin Shan
,
19:29
Re: [PATCH 3/4] hw/cpu: Introduce CPUClass::cpu_resolving_type field
,
Gavin Shan
,
19:28
Re: [PATCH v2] docs/devel: Add cross-compiling doc
,
Daniel Henrique Barboza
,
06:33
September 09, 2023
Re: [PATCH] qemu/timer: Add host ticks function for RISC-V
,
Richard Henderson
,
13:43
Re: [RESEND] qemu/timer: Add host ticks function for RISC-V
,
Palmer Dabbelt
,
10:45
Re: [RESEND] qemu/timer: Add host ticks function for RISC-V
,
Paolo Bonzini
,
03:18
September 08, 2023
Re: [RESEND] qemu/timer: Add host ticks function for RISC-V
,
Atish Patra
,
21:35
Re: [RESEND] qemu/timer: Add host ticks function for RISC-V
,
Atish Patra
,
18:33
[RFC v1 7/8] target/riscv: Update address modify functions to take into account pointer masking
,
Alexey Baturo
,
14:27
[RFC v1 8/8] target/riscv: enable updates for pointer masking variables and thus enable pointer masking extension
,
Alexey Baturo
,
14:27
[RFC v1 6/8] target/riscv: Add functions to calculate current N masked bits for pointer masking
,
Alexey Baturo
,
14:27
[RFC v1 5/8] target/riscv: Add pointer masking tb flags
,
Alexey Baturo
,
14:27
[RFC v1 4/8] Add enum with maximum ignored bits depending on privilege level for Zjpm v0.6.1
,
Alexey Baturo
,
14:26
[RFC v1 3/8] target/riscv: Add new bits in CSRs for Zjpm 0.6.1
,
Alexey Baturo
,
14:26
[RFC v1 2/8] target/riscv: Add new S{sn, mn, m}jpm extensions as part of Zjpm v0.6.1
,
Alexey Baturo
,
14:26
[RFC v1 1/8] target/riscv: Remove obsolete pointer masking extension code
,
Alexey Baturo
,
14:26
[RFC v1 0/8] RISC-V Pointer Masking update to Zjpm v0.6.1
,
Alexey Baturo
,
14:26
[PATCH v2] target/riscv: update checks on writing pmpcfg for Smepmp version 1.0
,
Alvin Chang
,
10:31
[PATCH v2] target/riscv: update checks on writing pmpcfg for Smepmp version 1.0
,
Alvin Chang
,
10:31
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Andrew Jones
,
10:11
Re: [PATCH v3 15/32] target/s390x: Use generic helper to show CPU model names
,
Philippe Mathieu-Daudé
,
07:24
[PATCH 4/4] hw/cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
,
Philippe Mathieu-Daudé
,
07:23
[PATCH 3/4] hw/cpu: Introduce CPUClass::cpu_resolving_type field
,
Philippe Mathieu-Daudé
,
07:23
[PATCH 2/4] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
,
Philippe Mathieu-Daudé
,
07:23
[PATCH 1/4] target/alpha: Tidy up alpha_cpu_class_by_name()
,
Philippe Mathieu-Daudé
,
07:22
[PATCH 0/4] hw/core/cpu-common: Consolidate cpu_class_by_name()
,
Philippe Mathieu-Daudé
,
07:22
Re: [RESEND] qemu/timer: Add host ticks function for RISC-V
,
Paolo Bonzini
,
06:29
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Andrea Bolognani
,
06:28
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Andrew Jones
,
05:14
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Andrew Jones
,
04:39
[PATCH v2] target/riscv: update checks on writing pmpcfg for Smepmp version 1.0
,
Alvin Chang
,
04:38
Re: [PATCH v3 15/32] target/s390x: Use generic helper to show CPU model names
,
Philippe Mathieu-Daudé
,
04:04
Re: [PATCH v3 27/32] machine: Print CPU model name instead of CPU type name
,
Philippe Mathieu-Daudé
,
03:56
Re: [PATCH v4 03/16] tcg: pass vece to tcg_target_const_match()
,
Philippe Mathieu-Daudé
,
03:37
September 07, 2023
[RESEND] qemu/timer: Add host ticks function for RISC-V
,
LIU Zhiwei
,
23:32
[PATCH] qemu/timer: Add host ticks function for RISC-V
,
LIU Zhiwei
,
23:24
[PATCH v4 03/16] tcg: pass vece to tcg_target_const_match()
,
Jiajie Chen
,
22:23
Re: [PATCH] hw/riscv: split RAM into low and high memory
,
Wu, Fei
,
20:16
Re: riscv64 virt board crash upon startup
,
Laszlo Ersek
,
19:55
Re: [PATCH v3 27/32] machine: Print CPU model name instead of CPU type name
,
Gavin Shan
,
19:50
Re: riscv64 virt board crash upon startup
,
Laszlo Ersek
,
19:47
Re: [PATCH v3 15/32] target/s390x: Use generic helper to show CPU model names
,
Gavin Shan
,
19:44
Re: [PATCH v3 01/32] cpu: Add helper cpu_model_from_type()
,
Gavin Shan
,
19:36
Re: [PATCH v3 30/32] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Leif Lindholm
,
12:15
Re: [PATCH] hw/riscv: split RAM into low and high memory
,
Anup Patel
,
11:57
Re: RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
,
Andrea Bolognani
,
11:52
Re: [PATCH] hw/riscv: split RAM into low and high memory
,
Anup Patel
,
11:46
Re: [PATCH] hw/riscv: split RAM into low and high memory
,
Eric Auger
,
09:49
Re: [PATCH] hw/riscv: split RAM into low and high memory
,
Eric Auger
,
08:55
Re: [PATCH v2] docs/devel: Add cross-compiling doc
,
Andrew Jones
,
08:36
Re: [PATCH v2] docs/devel: Add cross-compiling doc
,
Andrew Jones
,
08:31
Re: riscv64 virt board crash upon startup
,
Philippe Mathieu-Daudé
,
08:30
Re: [PATCH v2 3/3] gdbstub: replace exit(0) with proper shutdown
,
Clément Chigot
,
07:33
[PATCH v3 1/5] softmmu: add means to pass an exit code when requesting a shutdown
,
Clément Chigot
,
07:27
[PATCH v3 3/5] hw/misc/sifive_test.c: replace exit calls with proper shutdown
,
Clément Chigot
,
07:27
[PATCH v3 0/5] Risc-V/gdb: replace exit calls with proper shutdown
,
Clément Chigot
,
07:27
[PATCH v3 2/5] softmmu: pass the main loop status to gdb "Wxx" packet
,
Clément Chigot
,
07:27
[PATCH v3 5/5] gdbstub: replace exit calls with proper shutdown for softmmu
,
Clément Chigot
,
07:27
[PATCH v3 4/5] hw/char: riscv_htif: replace exit calls with proper shutdown
,
Clément Chigot
,
07:27
riscv64 virt board crash upon startup
,
Laszlo Ersek
,
07:26
Re: [PATCH v2] docs/devel: Add cross-compiling doc
,
Alex Bennée
,
06:30
Re: [PATCH] hw/riscv: split RAM into low and high memory
,
Wu, Fei
,
06:05
Re: [PATCH] docs/devel: Add cross-compiling doc
,
Alex Bennée
,
05:20
Re: [PATCH v3 32/32] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Philippe Mathieu-Daudé
,
05:07
Re: [PATCH v3 30/32] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Philippe Mathieu-Daudé
,
05:06
Re: [PATCH v3 27/32] machine: Print CPU model name instead of CPU type name
,
Philippe Mathieu-Daudé
,
05:05
Re: [PATCH v3 28/32] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Philippe Mathieu-Daudé
,
05:00
Re: [PATCH v3 24/32] machine: Constify MachineClass::valid_cpu_types[i]
,
Philippe Mathieu-Daudé
,
04:58
Re: [PATCH v3 01/32] cpu: Add helper cpu_model_from_type()
,
Philippe Mathieu-Daudé
,
04:54
Re: [PATCH] docs/devel: Add cross-compiling doc
,
Andrew Jones
,
04:48
[PATCH v2] docs/devel: Add cross-compiling doc
,
Andrew Jones
,
04:46
[PATCH] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
,
Alvin Chang
,
04:46
Re: [PATCH v3 15/32] target/s390x: Use generic helper to show CPU model names
,
David Hildenbrand
,
04:20
Re: [PATCH v3 12/32] target/ppc: Use generic helper to show CPU model names
,
Cédric Le Goater
,
03:41
Re: [PATCH] hw/riscv: split RAM into low and high memory
,
Philippe Mathieu-Daudé
,
03:17
[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
,
Mayuresh Chitale
,
02:25
Re: [PATCH v3 17/32] target/tricore: Use generic helper to show CPU model names
,
Bastian Koppelmann
,
01:42
Re: [PATCH v2 02/12] hw/arm/virt-acpi-build.c: Migrate virtio creation to common location
,
Alistair Francis
,
00:52
Re: [PATCH v2 01/12] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
,
Alistair Francis
,
00:49
Re: [PATCH v9 00/20] riscv: 'max' CPU, detect user choice in TCG
,
Alistair Francis
,
00:14
Re: [PATCH v9 15/20] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
,
Alistair Francis
,
00:06
September 06, 2023
Re: [PATCH v9 11/20] avocado, risc-v: add tuxboot tests for 'max' CPU
,
Alistair Francis
,
23:48
Re: [PATCH] hw/riscv: split RAM into low and high memory
,
Alistair Francis
,
23:17
Re: [PATCH] docs/devel: Add cross-compiling doc
,
Alistair Francis
,
23:14
Re: [PATCH] target/riscv: update checks on writing pmpcfg for ePMP to version 1.0
,
Alistair Francis
,
23:12
Re: [PATCH v3] target/riscv: don't read CSR in riscv_csrrw_do64
,
Alistair Francis
,
23:06
Re: [PATCH v3] target/riscv: don't read CSR in riscv_csrrw_do64
,
Alistair Francis
,
23:01
Re: [PATCH] target/riscv: Align the AIA model to v1.0 ratified spec
,
Alistair Francis
,
22:31
Re: [PATCH] docs/devel: Add cross-compiling doc
,
Alistair Francis
,
22:29
Re: [PATCH] docs/devel: Add cross-compiling doc
,
Alistair Francis
,
22:26
[PATCH v3 32/32] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
20:45
[PATCH v3 31/32] hw/arm: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
20:44
[PATCH v3 30/32] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
20:44
[PATCH v3 28/32] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
20:44
[PATCH v3 29/32] hw/arm/virt: Hide host CPU model for tcg
,
Gavin Shan
,
20:44
[PATCH v3 27/32] machine: Print CPU model name instead of CPU type name
,
Gavin Shan
,
20:43
[PATCH v3 26/32] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
20:43
[PATCH v3 25/32] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
20:43
[PATCH v3 24/32] machine: Constify MachineClass::valid_cpu_types[i]
,
Gavin Shan
,
20:43
[PATCH v3 23/32] Mark cpu_list() supported on all targets
,
Gavin Shan
,
20:43
[PATCH v3 22/32] target/nios2: Implement nios2_cpu_list()
,
Gavin Shan
,
20:42
[PATCH v3 21/32] target/microblaze: Implement microblaze_cpu_list()
,
Gavin Shan
,
20:42
[PATCH v3 20/32] target/hppa: Implement hppa_cpu_list()
,
Gavin Shan
,
20:42
[PATCH v3 19/32] target/xtensa: Improve xtensa_cpu_class_by_name()
,
Gavin Shan
,
20:41
[PATCH v3 18/32] target/sparc: Improve sparc_cpu_class_by_name()
,
Gavin Shan
,
20:41
[PATCH v3 17/32] target/tricore: Use generic helper to show CPU model names
,
Gavin Shan
,
20:41
[PATCH v3 16/32] target/sh4: Use generic helper to show CPU model names
,
Gavin Shan
,
20:41
[PATCH v3 15/32] target/s390x: Use generic helper to show CPU model names
,
Gavin Shan
,
20:40
[PATCH v3 13/32] target/riscv: Use generic helper to show CPU model names
,
Gavin Shan
,
20:40
[PATCH v3 14/32] target/rx: Use generic helper to show CPU model names
,
Gavin Shan
,
20:40
[PATCH v3 12/32] target/ppc: Use generic helper to show CPU model names
,
Gavin Shan
,
20:40
[PATCH v3 11/32] target/openrisc: Use generic helper to show CPU model names
,
Gavin Shan
,
20:39
[PATCH v3 10/32] target/mips: Use generic helper to show CPU model names
,
Gavin Shan
,
20:39
[PATCH v3 09/32] target/m68k: Use generic helper to show CPU model names
,
Gavin Shan
,
20:39
[PATCH v3 08/32] target/loongarch: Use generic helper to show CPU model names
,
Gavin Shan
,
20:39
[PATCH v3 07/32] target/i386: Use generic helper to show CPU model names
,
Gavin Shan
,
20:38
[PATCH v3 06/32] target/hexagon: Use generic helper to show CPU model names
,
Gavin Shan
,
20:38
[PATCH v3 05/32] target/cris: Use generic helper to show CPU model names
,
Gavin Shan
,
20:38
[PATCH v3 04/32] target/avr: Use generic helper to show CPU model names
,
Gavin Shan
,
20:37
[PATCH v3 03/32] target/arm: Use generic helper to show CPU model names
,
Gavin Shan
,
20:37
[PATCH v3 02/32] target/alpha: Use generic helper to show CPU model names
,
Gavin Shan
,
20:37
[PATCH v3 01/32] cpu: Add helper cpu_model_from_type()
,
Gavin Shan
,
20:36
[PATCH v3 00/32] Unified CPU type check
,
Gavin Shan
,
20:36
Re: [PATCH v2 0/6] target/riscv: Add RISC-V Virtual IRQs and IRQ filtering support
,
Daniel Henrique Barboza
,
10:38
Re: [PATCH v2 10/19] target/riscv: remove kvm-stub.c
,
Philippe Mathieu-Daudé
,
06:23
Re: [PATCH v2 14/19] target/riscv/cpu.c: export set_misa()
,
Philippe Mathieu-Daudé
,
06:19
[PATCH v2 17/19] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
,
Daniel Henrique Barboza
,
05:19
[PATCH v2 19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c
,
Daniel Henrique Barboza
,
05:19
[PATCH v2 15/19] target/riscv/tcg: introduce tcg_cpu_instance_init()
,
Daniel Henrique Barboza
,
05:18
[PATCH v2 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
,
Daniel Henrique Barboza
,
05:18
[PATCH v2 10/19] target/riscv: remove kvm-stub.c
,
Daniel Henrique Barboza
,
05:18
[PATCH v2 18/19] target/riscv/cpu.c: export isa_edata_arr[]
,
Daniel Henrique Barboza
,
05:18
[PATCH v2 14/19] target/riscv/cpu.c: export set_misa()
,
Daniel Henrique Barboza
,
05:18
[PATCH v2 13/19] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
,
Daniel Henrique Barboza
,
05:18
[PATCH v2 12/19] target/riscv: move KVM only files to kvm subdir
,
Daniel Henrique Barboza
,
05:18
[PATCH v2 11/19] target/riscv: introduce KVM AccelCPUClass
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 09/19] target/riscv: make riscv_add_satp_mode_properties() public
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 07/19] target/riscv/cpu.c: mark extensions arrays as 'const'
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 06/19] target/riscv: move 'host' CPU declaration to kvm.c
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 04/19] target/riscv: move riscv_tcg_ops to tcg-cpu.c
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 05/19] target/riscv/cpu.c: add .instance_post_init()
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 01/19] target/riscv: introduce TCG AccelCPUClass
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
,
Daniel Henrique Barboza
,
05:17
[PATCH v2 00/19] riscv: split TCG/KVM accelerators from cpu.c
,
Daniel Henrique Barboza
,
05:17
September 05, 2023
Re: [PULL v2 00/40] Misc patches for 2023-08-31
,
Stefan Hajnoczi
,
11:43
September 04, 2023
[PATCH] target/riscv: update checks on writing pmpcfg for ePMP to version 1.0
,
Alvin Chang
,
12:29
Re: [PATCH 16/20] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
,
Daniel Henrique Barboza
,
10:21
Re: [PATCH v2 3/3] gdbstub: replace exit(0) with proper shutdown
,
Clément Chigot
,
08:47
Re: [PATCH 4/8] hw/core/cpu: Return static value with gdb_arch_name()
,
Philippe Mathieu-Daudé
,
05:52
Re: [PATCH v2 2/3] hw/char: riscv_htif: replace exit(0) with proper shutdown
,
Peter Maydell
,
05:44
Re: [PATCH v2 3/3] gdbstub: replace exit(0) with proper shutdown
,
Peter Maydell
,
05:42
Re: [PATCH v2 3/3] gdbstub: replace exit(0) with proper shutdown
,
Clément Chigot
,
05:36
Re: [PATCH v2 3/3] gdbstub: replace exit(0) with proper shutdown
,
Peter Maydell
,
05:23
Re: [PATCH v9 20/20] target/riscv/cpu.c: consider user option with RVG
,
Andrew Jones
,
05:19
Re: [PATCH v9 15/20] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
,
Andrew Jones
,
05:16
Re: [PATCH 20/20] target/riscv: add 'kvm_supported' class property
,
Andrew Jones
,
05:06
Re: [PATCH v9 12/20] target/riscv: deprecate the 'any' CPU type
,
Philippe Mathieu-Daudé
,
04:23
Re: [PATCH v9 11/20] avocado, risc-v: add tuxboot tests for 'max' CPU
,
Philippe Mathieu-Daudé
,
04:22
Re: [PATCH v9 14/20] target/riscv: make CPUCFG() macro public
,
Philippe Mathieu-Daudé
,
04:04
Re: [PATCH v9 07/20] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
,
Philippe Mathieu-Daudé
,
03:59
Re: [PATCH v9 04/20] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
,
Philippe Mathieu-Daudé
,
03:56
Re: [PATCH 4/8] hw/core/cpu: Return static value with gdb_arch_name()
,
Akihiko Odaki
,
02:01
Re: [PATCH 4/8] hw/core/cpu: Return static value with gdb_arch_name()
,
Michael Tokarev
,
01:54
Re: [PATCH 4/8] hw/core/cpu: Return static value with gdb_arch_name()
,
Philippe Mathieu-Daudé
,
01:12
September 03, 2023
Re: [PATCH v9 08/20] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
,
Alistair Francis
,
22:15
Re: [PATCH v9 07/20] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
,
Alistair Francis
,
21:51
Re: [PATCH v9 04/20] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
,
Alistair Francis
,
21:49
Re: [PATCH v2 3/3] gdbstub: replace exit(0) with proper shutdown
,
Alistair Francis
,
21:48
Re: [PATCH] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
,
Alistair Francis
,
21:06
Re: [PATCH] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
,
Alistair Francis
,
21:01
[PATCH v6 12/18] gdbstub: Add members to identify registers to GDBFeature
,
Akihiko Odaki
,
01:07
[PATCH v6 07/18] target/riscv: Use GDBFeature for dynamic XML
,
Akihiko Odaki
,
01:07
[PATCH v6 11/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
,
Akihiko Odaki
,
01:04
[PATCH v6 08/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
,
Akihiko Odaki
,
01:04
[PATCH v6 03/18] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
,
Akihiko Odaki
,
01:04
[PATCH 4/8] hw/core/cpu: Return static value with gdb_arch_name()
,
Akihiko Odaki
,
00:31
September 02, 2023
Re: [PATCH v3 03/16] tcg: pass vece to tcg_target_const_match()
,
Richard Henderson
,
20:50
[PATCH v3 03/16] tcg: pass vece to tcg_target_const_match()
,
Jiajie Chen
,
04:22
September 01, 2023
Re: [PATCH 20/20] target/riscv: add 'kvm_supported' class property
,
Daniel Henrique Barboza
,
16:57
Re: [PATCH 07/20] target/riscv/cpu.c: add .instance_post_init()
,
Daniel Henrique Barboza
,
16:09
[PATCH v9 16/20] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
,
Daniel Henrique Barboza
,
15:49
[PATCH v9 18/20] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
,
Daniel Henrique Barboza
,
15:49
[PATCH v9 20/20] target/riscv/cpu.c: consider user option with RVG
,
Daniel Henrique Barboza
,
15:48
[PATCH v9 19/20] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
,
Daniel Henrique Barboza
,
15:48
[PATCH v9 14/20] target/riscv: make CPUCFG() macro public
,
Daniel Henrique Barboza
,
15:48
[PATCH v9 17/20] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
,
Daniel Henrique Barboza
,
15:48
[PATCH v9 15/20] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
,
Daniel Henrique Barboza
,
15:48
[PATCH v9 13/20] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
,
Daniel Henrique Barboza
,
15:47
[PATCH v9 12/20] target/riscv: deprecate the 'any' CPU type
,
Daniel Henrique Barboza
,
15:47
[PATCH v9 11/20] avocado, risc-v: add tuxboot tests for 'max' CPU
,
Daniel Henrique Barboza
,
15:47
[PATCH v9 10/20] target/riscv: add 'max' CPU type
,
Daniel Henrique Barboza
,
15:47
[PATCH v9 07/20] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
,
Daniel Henrique Barboza
,
15:47
[PATCH v9 09/20] target/riscv/cpu.c: limit cfg->vext_spec log message
,
Daniel Henrique Barboza
,
15:47
[PATCH v9 08/20] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
,
Daniel Henrique Barboza
,
15:47
[PATCH v9 06/20] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
,
Daniel Henrique Barboza
,
15:46
[PATCH v9 05/20] target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[]
,
Daniel Henrique Barboza
,
15:46
[PATCH v9 04/20] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
,
Daniel Henrique Barboza
,
15:46
[PATCH v9 03/20] target/riscv/cpu.c: split kvm prop handling to its own helper
,
Daniel Henrique Barboza
,
15:46
[PATCH v9 02/20] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
,
Daniel Henrique Barboza
,
15:46
[PATCH v9 01/20] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
,
Daniel Henrique Barboza
,
15:46
[PATCH v9 00/20] riscv: 'max' CPU, detect user choice in TCG
,
Daniel Henrique Barboza
,
15:46
Re: [PATCH 12/20] target/riscv: move KVM only files to kvm subdir
,
Daniel Henrique Barboza
,
13:19
Re: [PATCH] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
,
mchitale
,
11:01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc