Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-riscv (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Mar 31 2023 21:55:06 -0400
Threads in reverse chronological order
[
Next Period
]
[RFC PATCH v2] riscv: Add support for the Zfa extension
,
Christoph Muellner
,
2023/03/31
[PATCH v4 0/8] target/riscv: Fix pointer mask related support
,
Weiwei Li
,
2023/03/31
[PATCH v4 1/8] target/riscv: Fix pointer mask transformation for vector address
,
Weiwei Li
,
2023/03/31
[PATCH v4 5/8] accel/tcg: Fix overwrite problems of tcg_cflags
,
Weiwei Li
,
2023/03/31
Re: [PATCH v4 5/8] accel/tcg: Fix overwrite problems of tcg_cflags
,
Richard Henderson
,
2023/03/31
Re: [PATCH v4 5/8] accel/tcg: Fix overwrite problems of tcg_cflags
,
Richard Henderson
,
2023/03/31
Re: [PATCH v4 5/8] accel/tcg: Fix overwrite problems of tcg_cflags
,
Richard Henderson
,
2023/03/31
[PATCH v4 6/8] accel/tcg: Fix tb mis-matched problem when CF_PCREL is enabled
,
Weiwei Li
,
2023/03/31
Re: [PATCH v4 6/8] accel/tcg: Fix tb mis-matched problem when CF_PCREL is enabled
,
Richard Henderson
,
2023/03/31
Re: [PATCH v4 6/8] accel/tcg: Fix tb mis-matched problem when CF_PCREL is enabled
,
Richard Henderson
,
2023/03/31
[PATCH v4 8/8] target/riscv: Add pointer mask support for instruction fetch
,
Weiwei Li
,
2023/03/31
Re: [PATCH v4 8/8] target/riscv: Add pointer mask support for instruction fetch
,
Richard Henderson
,
2023/03/31
[PATCH v4 2/8] target/riscv: Update cur_pmmask/base when xl changes
,
Weiwei Li
,
2023/03/31
[PATCH v4 3/8] target/riscv: Fix target address to update badaddr
,
Weiwei Li
,
2023/03/31
Re: [PATCH v4 3/8] target/riscv: Fix target address to update badaddr
,
Richard Henderson
,
2023/03/31
[PATCH v4 7/8] target/riscv: Enable PC-relative translation in system mode
,
Weiwei Li
,
2023/03/31
Re: [PATCH v4 7/8] target/riscv: Enable PC-relative translation in system mode
,
Richard Henderson
,
2023/03/31
[PATCH v4 4/8] target/riscv: Add support for PC-relative translation
,
Weiwei Li
,
2023/03/31
Re: [PATCH v4 4/8] target/riscv: Add support for PC-relative translation
,
Richard Henderson
,
2023/03/31
[PATCH v3 0/6] target/riscv: Fix pointer mask related support
,
Weiwei Li
,
2023/03/30
[PATCH v3 6/6] target/riscv: Add pointer mask support for instruction fetch
,
Weiwei Li
,
2023/03/30
[PATCH v3 3/6] target/riscv: Fix target address to update badaddr
,
Weiwei Li
,
2023/03/30
[PATCH v3 5/6] target/riscv: Enable PC-relative translation in system mode
,
Weiwei Li
,
2023/03/30
Re: [PATCH v3 5/6] target/riscv: Enable PC-relative translation in system mode
,
LIU Zhiwei
,
2023/03/31
[PATCH v3 4/6] target/riscv: Add support for PC-relative translation
,
Weiwei Li
,
2023/03/30
[PATCH v3 1/6] target/riscv: Fix pointer mask transformation for vector address
,
Weiwei Li
,
2023/03/30
[PATCH v3 2/6] target/riscv: Update cur_pmmask/base when xl changes
,
Weiwei Li
,
2023/03/30
[PATCH 0/2] target/riscv: Fix mstatus.MPP related support
,
Weiwei Li
,
2023/03/30
[PATCH 1/2] target/riscv: Fix the mstatus.MPP value after executing MRET
,
Weiwei Li
,
2023/03/30
[PATCH 2/2] target/riscv: Legalize MPP value in write_mstatus
,
Weiwei Li
,
2023/03/30
[PATCH] target/riscv: Set opcode to env->bins for illegal/virtual instruction fault
,
Weiwei Li
,
2023/03/29
Re: [PATCH] target/riscv: Set opcode to env->bins for illegal/virtual instruction fault
,
Daniel Henrique Barboza
,
2023/03/30
[PATCH v6 0/9] target/riscv: rework CPU extensions validation
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v6 1/9] target/riscv/cpu.c: add riscv_cpu_validate_v()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v6 2/9] target/riscv/cpu.c: remove set_vext_version()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v6 3/9] target/riscv/cpu.c: remove set_priv_version()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v6 4/9] target/riscv: add PRIV_VERSION_LATEST
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v6 5/9] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v6 6/9] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v6 7/9] target/riscv/cpu.c: validate extensions before riscv_timer_init()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v6 8/9] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v6 9/9] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/29
Re: [PATCH v6 0/9] target/riscv: rework CPU extensions validation
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 00/20] remove MISA ext_N flags from cpu->cfg,
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 01/20] target/riscv: sync env->misa_ext* with cpu->cfg in realize()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 02/20] target/riscv: remove MISA properties from isa_edata_arr[]
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 03/20] target/riscv/cpu.c: remove 'multi_letter' from isa_ext_data
,
Daniel Henrique Barboza
,
2023/03/29
Re: [PATCH v3 03/20] target/riscv/cpu.c: remove 'multi_letter' from isa_ext_data
,
liweiwei
,
2023/03/29
[PATCH v3 04/20] target/riscv: introduce riscv_cpu_add_misa_properties()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 05/20] target/riscv: remove cpu->cfg.ext_a
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 06/20] target/riscv: remove cpu->cfg.ext_c
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 07/20] target/riscv: remove cpu->cfg.ext_d
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 11/20] target/riscv: remove cpu->cfg.ext_m
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 10/20] target/riscv: remove cpu->cfg.ext_e
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 08/20] target/riscv: remove cpu->cfg.ext_f
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 13/20] target/riscv: remove cpu->cfg.ext_u
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 09/20] target/riscv: remove cpu->cfg.ext_i
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 12/20] target/riscv: remove cpu->cfg.ext_s
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 14/20] target/riscv: remove cpu->cfg.ext_h
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 15/20] target/riscv: remove cpu->cfg.ext_j
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 16/20] target/riscv: remove cpu->cfg.ext_v
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 17/20] target/riscv: remove riscv_cpu_sync_misa_cfg()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 18/20] target/riscv: remove cfg.ext_g setup from rv64_thead_c906_cpu_init()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 19/20] target/riscv: add RVG and remove cpu->cfg.ext_g
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v3 20/20] target/riscv/cpu.c: redesign register_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH] target/riscv: Fix addr type for get_physical_address
,
Weiwei Li
,
2023/03/29
Re: [PATCH] target/riscv: Fix addr type for get_physical_address
,
Richard Henderson
,
2023/03/29
[PATCH v2 0/5] target/riscv: Fix pointer mask related support
,
Weiwei Li
,
2023/03/28
[PATCH v2 1/5] target/riscv: Fix pointer mask transformation for vector address
,
Weiwei Li
,
2023/03/28
[PATCH v2 5/5] target/riscv: Add pointer mask support for instruction fetch
,
Weiwei Li
,
2023/03/28
Re: [PATCH v2 5/5] target/riscv: Add pointer mask support for instruction fetch
,
Richard Henderson
,
2023/03/29
Re: [PATCH v2 5/5] target/riscv: Add pointer mask support for instruction fetch
,
liweiwei
,
2023/03/29
[PATCH v2 3/5] target/riscv: Sync cpu_pc before update badaddr
,
Weiwei Li
,
2023/03/28
Re: [PATCH v2 3/5] target/riscv: Sync cpu_pc before update badaddr
,
Richard Henderson
,
2023/03/29
Re: [PATCH v2 3/5] target/riscv: Sync cpu_pc before update badaddr
,
liweiwei
,
2023/03/29
Re: [PATCH v2 3/5] target/riscv: Sync cpu_pc before update badaddr
,
LIU Zhiwei
,
2023/03/31
[PATCH v2 4/5] target/riscv: Add support for PC-relative translation
,
Weiwei Li
,
2023/03/28
Re: [PATCH v2 4/5] target/riscv: Add support for PC-relative translation
,
Richard Henderson
,
2023/03/29
Re: [PATCH v2 4/5] target/riscv: Add support for PC-relative translation
,
liweiwei
,
2023/03/29
Re: [PATCH v2 4/5] target/riscv: Add support for PC-relative translation
,
Richard Henderson
,
2023/03/30
[PATCH v2 2/5] target/riscv: Update cur_pmmask/base when xl changes
,
Weiwei Li
,
2023/03/28
Re: [PATCH v2 2/5] target/riscv: Update cur_pmmask/base when xl changes
,
LIU Zhiwei
,
2023/03/30
[PATCH] target/riscv: Fix Guest Physical Address Translation
,
Irina Ryapolova
,
2023/03/28
Re: [PATCH] target/riscv: Fix Guest Physical Address Translation
,
liweiwei
,
2023/03/29
[PATCH v5 0/9] target/riscv: rework CPU extensions validation
,
Daniel Henrique Barboza
,
2023/03/28
[PATCH v5 1/9] target/riscv/cpu.c: add riscv_cpu_validate_v()
,
Daniel Henrique Barboza
,
2023/03/28
[PATCH v5 2/9] target/riscv/cpu.c: remove set_vext_version()
,
Daniel Henrique Barboza
,
2023/03/28
[PATCH v5 3/9] target/riscv/cpu.c: remove set_priv_version()
,
Daniel Henrique Barboza
,
2023/03/28
[PATCH v5 4/9] target/riscv: add PRIV_VERSION_LATEST
,
Daniel Henrique Barboza
,
2023/03/28
[PATCH v5 5/9] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
,
Daniel Henrique Barboza
,
2023/03/28
[PATCH v5 6/9] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
,
Daniel Henrique Barboza
,
2023/03/28
[PATCH v5 7/9] target/riscv/cpu.c: validate extensions before riscv_timer_init()
,
Daniel Henrique Barboza
,
2023/03/28
[PATCH v5 8/9] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
,
Daniel Henrique Barboza
,
2023/03/28
Re: [PATCH v5 8/9] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
,
liweiwei
,
2023/03/29
[PATCH v5 9/9] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/28
Re: [PATCH v5 9/9] target/riscv: rework write_misa()
,
liweiwei
,
2023/03/29
[PATCH v2 00/19] remove MISA ext_N flags from cpu->cfg
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 01/19] target/riscv: sync env->misa_ext* with cpu->cfg in realize()
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 02/19] target/riscv: remove MISA properties from isa_edata_arr[]
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH v2 02/19] target/riscv: remove MISA properties from isa_edata_arr[]
,
liweiwei
,
2023/03/29
Re: [PATCH v2 02/19] target/riscv: remove MISA properties from isa_edata_arr[]
,
Daniel Henrique Barboza
,
2023/03/29
[PATCH v2 03/19] target/riscv: introduce riscv_cpu_add_misa_properties()
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 04/19] target/riscv: remove cpu->cfg.ext_a
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 05/19] target/riscv: remove cpu->cfg.ext_c
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 06/19] target/riscv: remove cpu->cfg.ext_d
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 07/19] target/riscv: remove cpu->cfg.ext_f
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 10/19] target/riscv: remove cpu->cfg.ext_m
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 09/19] target/riscv: remove cpu->cfg.ext_e
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 08/19] target/riscv: remove cpu->cfg.ext_i
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 13/19] target/riscv: remove cpu->cfg.ext_h
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 11/19] target/riscv: remove cpu->cfg.ext_s
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 12/19] target/riscv: remove cpu->cfg.ext_u
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 14/19] target/riscv: remove cpu->cfg.ext_j
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 15/19] target/riscv: remove cpu->cfg.ext_v
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 16/19] target/riscv: remove riscv_cpu_sync_misa_cfg()
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 17/19] target/riscv: remove cfg.ext_g setup from rv64_thead_c906_cpu_init()
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 18/19] target/riscv: add RVG and remove cpu->cfg.ext_g
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH v2 19/19] target/riscv/cpu.c: redesign register_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 00/19] remove MISA ext_N flags from cpu->cfg
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 01/19] target/riscv: sync env->misa_ext* with cpu->cfg in realize()
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 02/19] target/riscv: remove MISA properties from isa_edata_arr[]
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 03/19] target/riscv: introduce riscv_cpu_add_misa_properties()
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH 03/19] target/riscv: introduce riscv_cpu_add_misa_properties()
,
Richard Henderson
,
2023/03/27
Re: [PATCH 03/19] target/riscv: introduce riscv_cpu_add_misa_properties()
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH 03/19] target/riscv: introduce riscv_cpu_add_misa_properties()
,
Richard Henderson
,
2023/03/27
Re: [PATCH 03/19] target/riscv: introduce riscv_cpu_add_misa_properties()
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH 03/19] target/riscv: introduce riscv_cpu_add_misa_properties()
,
Richard Henderson
,
2023/03/27
[PATCH 04/19] target/riscv: remove cpu->cfg.ext_a
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 05/19] target/riscv: remove cpu->cfg.ext_c
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 06/19] target/riscv: remove cpu->cfg.ext_d
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 07/19] target/riscv: remove cpu->cfg.ext_f
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 08/19] target/riscv: remove cpu->cfg.ext_i
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 09/19] target/riscv: remove cpu->cfg.ext_e
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 10/19] target/riscv: remove cpu->cfg.ext_m
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 11/19] target/riscv: remove cpu->cfg.ext_s
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 12/19] target/riscv: remove cpu->cfg.ext_u
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 13/19] target/riscv: remove cpu->cfg.ext_h
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 14/19] target/riscv: remove cpu->cfg.ext_j
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 15/19] target/riscv: remove cpu->cfg.ext_v
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 16/19] target/riscv: remove riscv_cpu_sync_misa_cfg()
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 17/19] target/riscv: remove cfg.ext_g setup from rv64_thead_c906_cpu_init()
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 18/19] target/riscv: add RVG and remove cpu->cfg.ext_g
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 19/19] target/riscv/cpu.c: redesign register_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/27
[PATCH 0/5] target/riscv: Fix pointer mask related support
,
Weiwei Li
,
2023/03/27
[PATCH 4/5] target/riscv: take xl into consideration for vector address
,
Weiwei Li
,
2023/03/27
Re: [PATCH 4/5] target/riscv: take xl into consideration for vector address
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH 4/5] target/riscv: take xl into consideration for vector address
,
LIU Zhiwei
,
2023/03/27
[PATCH 5/5] target/riscv: Add pointer mask support for instruction fetch
,
Weiwei Li
,
2023/03/27
Re: [PATCH 5/5] target/riscv: Add pointer mask support for instruction fetch
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH 5/5] target/riscv: Add pointer mask support for instruction fetch
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH 5/5] target/riscv: Add pointer mask support for instruction fetch
,
Richard Henderson
,
2023/03/27
Re: [PATCH 5/5] target/riscv: Add pointer mask support for instruction fetch
,
liweiwei
,
2023/03/27
Re: [PATCH 5/5] target/riscv: Add pointer mask support for instruction fetch
,
LIU Zhiwei
,
2023/03/27
Re: [PATCH 5/5] target/riscv: Add pointer mask support for instruction fetch
,
liweiwei
,
2023/03/27
Re: [PATCH 5/5] target/riscv: Add pointer mask support for instruction fetch
,
Richard Henderson
,
2023/03/27
Re: [PATCH 5/5] target/riscv: Add pointer mask support for instruction fetch
,
liweiwei
,
2023/03/28
[PATCH 3/5] target/riscv: Fix pointer mask transformation for vector address
,
Weiwei Li
,
2023/03/27
Re: [PATCH 3/5] target/riscv: Fix pointer mask transformation for vector address
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH 3/5] target/riscv: Fix pointer mask transformation for vector address
,
LIU Zhiwei
,
2023/03/27
[PATCH 1/5] target/riscv: Fix effective address for pointer mask
,
Weiwei Li
,
2023/03/27
Re: [PATCH 1/5] target/riscv: Fix effective address for pointer mask
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH 1/5] target/riscv: Fix effective address for pointer mask
,
LIU Zhiwei
,
2023/03/27
Re: [PATCH 1/5] target/riscv: Fix effective address for pointer mask
,
liweiwei
,
2023/03/27
Re: [PATCH 1/5] target/riscv: Fix effective address for pointer mask
,
Richard Henderson
,
2023/03/27
Re: [PATCH 1/5] target/riscv: Fix effective address for pointer mask
,
LIU Zhiwei
,
2023/03/27
Re: [PATCH 1/5] target/riscv: Fix effective address for pointer mask
,
liweiwei
,
2023/03/27
Re: [PATCH 1/5] target/riscv: Fix effective address for pointer mask
,
LIU Zhiwei
,
2023/03/28
Re: [PATCH 1/5] target/riscv: Fix effective address for pointer mask
,
liweiwei
,
2023/03/28
[PATCH 2/5] target/riscv: Use sign-extended data address when xl = 32
,
Weiwei Li
,
2023/03/27
Re: [PATCH 2/5] target/riscv: Use sign-extended data address when xl = 32
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH 2/5] target/riscv: Use sign-extended data address when xl = 32
,
LIU Zhiwei
,
2023/03/27
Re: [PATCH 2/5] target/riscv: Use sign-extended data address when xl = 32
,
liweiwei
,
2023/03/27
[PATCH v2 00/10] target/riscv: Simplification for RVH related check and code style fix
,
Weiwei Li
,
2023/03/27
[PATCH v2 02/10] target/riscv: Remove redundant check on RVH
,
Weiwei Li
,
2023/03/27
[PATCH v2 07/10] target/riscv: Remove redundant parentheses
,
Weiwei Li
,
2023/03/27
[PATCH v2 01/10] target/riscv: Remove redundant call to riscv_cpu_virt_enabled
,
Weiwei Li
,
2023/03/27
[PATCH v2 03/10] target/riscv: Remove check on RVH for riscv_cpu_virt_enabled
,
Weiwei Li
,
2023/03/27
[PATCH v2 10/10] target/riscv: Fix lines with over 80 characters
,
Weiwei Li
,
2023/03/27
[PATCH v2 05/10] target/riscv: Convert env->virt to a bool env->virt_enabled
,
Weiwei Li
,
2023/03/27
Re: [PATCH v2 05/10] target/riscv: Convert env->virt to a bool env->virt_enabled
,
Richard Henderson
,
2023/03/27
[PATCH v2 04/10] target/riscv: Remove check on RVH for riscv_cpu_set_virt_enabled
,
Weiwei Li
,
2023/03/27
[PATCH v2 06/10] target/riscv: Remove riscv_cpu_virt_enabled()
,
Weiwei Li
,
2023/03/27
Re: [PATCH v2 06/10] target/riscv: Remove riscv_cpu_virt_enabled()
,
Richard Henderson
,
2023/03/27
Re: [PATCH v2 06/10] target/riscv: Remove riscv_cpu_virt_enabled()
,
LIU Zhiwei
,
2023/03/27
[PATCH v2 08/10] target/riscv: Fix format for indentation
,
Weiwei Li
,
2023/03/27
[PATCH v2 09/10] target/riscv: Fix format for comments
,
Weiwei Li
,
2023/03/27
[PATCH] riscv: Add support for the Zfa extension
,
Christoph Muellner
,
2023/03/27
Re: [PATCH] riscv: Add support for the Zfa extension
,
liweiwei
,
2023/03/27
Re: [PATCH] riscv: Add support for the Zfa extension
,
Christoph Müllner
,
2023/03/31
Re: [PATCH] riscv: Add support for the Zfa extension
,
Richard Henderson
,
2023/03/27
Re: [PATCH] riscv: Add support for the Zfa extension
,
Christoph Müllner
,
2023/03/31
Re: [PATCH] riscv: Add support for the Zfa extension
,
Richard Henderson
,
2023/03/31
[PATCH 1/1] target/riscv: Convert env->virt to a bool env->virt_enabled
,
LIU Zhiwei
,
2023/03/25
Re: [PATCH 1/1] target/riscv: Convert env->virt to a bool env->virt_enabled
,
liweiwei
,
2023/03/26
[PATCH v6 00/25] target/riscv: MSTATUS_SUM + cleanups
,
Richard Henderson
,
2023/03/25
[PATCH v6 03/25] target/riscv: Encode the FS and VS on a normal way for tb flags
,
Richard Henderson
,
2023/03/25
[PATCH v6 10/25] target/riscv: Handle HLV, HSV via helpers
,
Richard Henderson
,
2023/03/25
[PATCH v6 22/25] target/riscv: Don't modify SUM with is_debug
,
Richard Henderson
,
2023/03/25
[PATCH v6 06/25] target/riscv: Separate priv from mmu_idx
,
Richard Henderson
,
2023/03/25
Re: [PATCH v6 06/25] target/riscv: Separate priv from mmu_idx
,
LIU Zhiwei
,
2023/03/27
[PATCH v6 12/25] target/riscv: Introduce mmuidx_sum
,
Richard Henderson
,
2023/03/25
[PATCH v6 23/25] target/riscv: Merge checks for reserved pte flags
,
Richard Henderson
,
2023/03/25
[PATCH v6 20/25] target/riscv: Move leaf pte processing out of level loop
,
Richard Henderson
,
2023/03/25
[PATCH v6 07/25] target/riscv: Reduce overhead of MSTATUS_SUM change
,
Richard Henderson
,
2023/03/25
Re: [PATCH v6 07/25] target/riscv: Reduce overhead of MSTATUS_SUM change
,
LIU Zhiwei
,
2023/03/27
[PATCH v6 19/25] target/riscv: Hoist pbmte and hade out of the level loop
,
Richard Henderson
,
2023/03/25
[PATCH v6 11/25] target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
,
Richard Henderson
,
2023/03/25
[PATCH v6 16/25] target/riscv: Set MMU_2STAGE_BIT in riscv_cpu_mmu_index
,
Richard Henderson
,
2023/03/25
[PATCH v6 13/25] target/riscv: Introduce mmuidx_priv
,
Richard Henderson
,
2023/03/25
Re: [PATCH v6 13/25] target/riscv: Introduce mmuidx_priv
,
LIU Zhiwei
,
2023/03/26
Re: [PATCH v6 13/25] target/riscv: Introduce mmuidx_priv
,
Richard Henderson
,
2023/03/27
Re: [PATCH v6 13/25] target/riscv: Introduce mmuidx_priv
,
LIU Zhiwei
,
2023/03/27
[PATCH v6 14/25] target/riscv: Introduce mmuidx_2stage
,
Richard Henderson
,
2023/03/25
[PATCH v6 21/25] target/riscv: Suppress pte update with is_debug
,
Richard Henderson
,
2023/03/25
[PATCH v6 17/25] target/riscv: Check SUM in the correct register
,
Richard Henderson
,
2023/03/25
[PATCH v6 01/25] target/riscv: Extract virt enabled state from tb flags
,
Richard Henderson
,
2023/03/25
[PATCH v6 09/25] target/riscv: Use cpu_ld*_code_mmu for HLVX
,
Richard Henderson
,
2023/03/25
[PATCH v6 02/25] target/riscv: Add a general status enum for extensions
,
Richard Henderson
,
2023/03/25
Re: [PATCH v6 02/25] target/riscv: Add a general status enum for extensions
,
liweiwei
,
2023/03/26
[PATCH v6 08/25] accel/tcg: Add cpu_ld*_code_mmu
,
Richard Henderson
,
2023/03/25
[PATCH v6 04/25] target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
,
Richard Henderson
,
2023/03/25
Re: [PATCH v6 04/25] target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
,
liweiwei
,
2023/03/26
Re: [PATCH v6 04/25] target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
,
Richard Henderson
,
2023/03/27
Re: [PATCH v6 04/25] target/riscv: Remove mstatus_hs_{fs,vs} from tb_flags
,
LIU Zhiwei
,
2023/03/27
[PATCH v6 18/25] target/riscv: Hoist second stage mode change to callers
,
Richard Henderson
,
2023/03/25
[PATCH v6 05/25] target/riscv: Add a tb flags field for vstart
,
Richard Henderson
,
2023/03/25
[PATCH v6 24/25] target/riscv: Reorg access check in get_physical_address
,
Richard Henderson
,
2023/03/25
[PATCH v6 15/25] target/riscv: Move hstatus.spvp check to check_access_hlsv
,
Richard Henderson
,
2023/03/25
[PATCH v6 25/25] target/riscv: Reorg sum check in get_physical_address
,
Richard Henderson
,
2023/03/25
Re: [PATCH v6 00/25] target/riscv: MSTATUS_SUM + cleanups
,
Richard Henderson
,
2023/03/26
Re: [PATCH v6 00/25] target/riscv: MSTATUS_SUM + cleanups
,
liweiwei
,
2023/03/26
Re: [PATCH v6 00/25] target/riscv: MSTATUS_SUM + cleanups
,
Daniel Henrique Barboza
,
2023/03/27
Re: [PATCH v6 00/25] target/riscv: MSTATUS_SUM + cleanups
,
Wu, Fei
,
2023/03/27
Re: [PATCH v2 4/4] target/riscv: Add a tb flags field for vstart
,
Richard Henderson
,
2023/03/24
Re: [PATCH v2 3/4] target/riscv: Encode the FS and VS on a normal way for tb flags
,
Richard Henderson
,
2023/03/24
Re: [PATCH v2 2/4] target/riscv: Add a general status enum for extensions
,
Richard Henderson
,
2023/03/24
Re: [PATCH v2 1/4] target/riscv: Extract virt enabled state from tb flags
,
Richard Henderson
,
2023/03/24
Re: [PATCH v11 4/5] target/riscv: smstateen check for fcsr
,
liweiwei
,
2023/03/24
Re: [PATCH v11 4/5] target/riscv: smstateen check for fcsr
,
Mayuresh Chitale
,
2023/03/28
[PATCH 0/8] target/riscv: Simplification for RVH related check and code style fix
,
Weiwei Li
,
2023/03/24
[PATCH 1/8] target/riscv: Remove redundant call to riscv_cpu_virt_enabled
,
Weiwei Li
,
2023/03/24
Re: [PATCH 1/8] target/riscv: Remove redundant call to riscv_cpu_virt_enabled
,
Richard Henderson
,
2023/03/24
[PATCH 3/8] target/riscv: Remove check on RVH for riscv_cpu_virt_enabled
,
Weiwei Li
,
2023/03/24
Re: [PATCH 3/8] target/riscv: Remove check on RVH for riscv_cpu_virt_enabled
,
Richard Henderson
,
2023/03/24
[PATCH 5/8] target/riscv: Remove redundant parentheses
,
Weiwei Li
,
2023/03/24
Re: [PATCH 5/8] target/riscv: Remove redundant parentheses
,
Richard Henderson
,
2023/03/24
[PATCH 2/8] target/riscv: Remove redundant check on RVH
,
Weiwei Li
,
2023/03/24
Re: [PATCH 2/8] target/riscv: Remove redundant check on RVH
,
Richard Henderson
,
2023/03/24
[PATCH 4/8] target/riscv: Remove check on RVH for riscv_cpu_set_virt_enabled
,
Weiwei Li
,
2023/03/24
Re: [PATCH 4/8] target/riscv: Remove check on RVH for riscv_cpu_set_virt_enabled
,
Richard Henderson
,
2023/03/24
[PATCH 7/8] target/riscv: Fix format for comments
,
Weiwei Li
,
2023/03/24
Re: [PATCH 7/8] target/riscv: Fix format for comments
,
Richard Henderson
,
2023/03/24
[PATCH 8/8] target/riscv: Fix lines with over 80 characters
,
Weiwei Li
,
2023/03/24
[PATCH 6/8] target/riscv: Fix format for indentation
,
Weiwei Li
,
2023/03/24
Re: [PATCH 6/8] target/riscv: Fix format for indentation
,
LIU Zhiwei
,
2023/03/25
Re: [PATCH 6/8] target/riscv: Fix format for indentation
,
liweiwei
,
2023/03/26
Re: [PATCH 0/8] target/riscv: Simplification for RVH related check and code style fix
,
LIU Zhiwei
,
2023/03/25
[PATCH] target/riscv: Fix itrigger when icount is used
,
LIU Zhiwei
,
2023/03/24
Re: [PATCH] target/riscv: Fix itrigger when icount is used
,
liweiwei
,
2023/03/24
[PATCH 0/4] Fix tb flags use
,
LIU Zhiwei
,
2023/03/24
[PATCH 1/4] target/riscv: Extract virt enabled state from tb flags
,
LIU Zhiwei
,
2023/03/24
Re: [PATCH 1/4] target/riscv: Extract virt enabled state from tb flags
,
liweiwei
,
2023/03/24
Re: [PATCH 1/4] target/riscv: Extract virt enabled state from tb flags
,
Richard Henderson
,
2023/03/24
[PATCH 2/4] target/riscv: Add a general status enum for extensions
,
LIU Zhiwei
,
2023/03/24
Re: [PATCH 2/4] target/riscv: Add a general status enum for extensions
,
liweiwei
,
2023/03/24
Re: [PATCH 2/4] target/riscv: Add a general status enum for extensions
,
LIU Zhiwei
,
2023/03/24
[PATCH 4/4] target/riscv: Add a tb flags field for vstart
,
LIU Zhiwei
,
2023/03/24
Re: [PATCH 4/4] target/riscv: Add a tb flags field for vstart
,
liweiwei
,
2023/03/24
Re: [PATCH 4/4] target/riscv: Add a tb flags field for vstart
,
Richard Henderson
,
2023/03/24
[PATCH 3/4] target/riscv: Encode the FS and VS on a normal way for tb flags
,
LIU Zhiwei
,
2023/03/24
Re: [PATCH 3/4] target/riscv: Encode the FS and VS on a normal way for tb flags
,
liweiwei
,
2023/03/24
Re: [PATCH 3/4] target/riscv: Encode the FS and VS on a normal way for tb flags
,
Richard Henderson
,
2023/03/24
[PATCH v5 0/2] target/riscv: reduce MSTATUS_SUM overhead
,
Fei Wu
,
2023/03/24
[PATCH v5 2/2] target/riscv: reduce overhead of MSTATUS_SUM change
,
Fei Wu
,
2023/03/24
[PATCH v5 1/2] target/riscv: separate priv from mmu_idx
,
Fei Wu
,
2023/03/24
Re: [PATCH v5 1/2] target/riscv: separate priv from mmu_idx
,
Richard Henderson
,
2023/03/24
[PATCH v4 0/2] target/riscv: reduce MSTATUS_SUM overhead
,
Fei Wu
,
2023/03/22
[PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Fei Wu
,
2023/03/22
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
LIU Zhiwei
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Wu, Fei
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Wu, Fei
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
LIU Zhiwei
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Wu, Fei
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Richard Henderson
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Wu, Fei
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Richard Henderson
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Wu, Fei
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Richard Henderson
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Wu, Fei
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Wu, Fei
,
2023/03/23
Re: [PATCH v4 1/2] target/riscv: separate priv from mmu_idx
,
Wu, Fei
,
2023/03/24
[PATCH v4 2/2] target/riscv: reduce overhead of MSTATUS_SUM change
,
Fei Wu
,
2023/03/22
[PATCH for-8.1 v4 00/25] target/riscv: rework CPU extensions validation
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 07/25] target/riscv: move pmp and epmp validations to validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 07/25] target/riscv: move pmp and epmp validations to validate_set_extensions()
,
LIU Zhiwei
,
2023/03/22
[PATCH for-8.1 v4 06/25] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 06/25] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
,
LIU Zhiwei
,
2023/03/22
[PATCH for-8.1 v4 13/25] target/riscv: put env->misa_ext <-> cpu->cfg code into helpers
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 19/25] target/riscv: write env->misa_ext* in register_generic_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 25/25] target/riscv: handle RVG updates in write_misa()
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 23/25] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 23/25] target/riscv: rework write_misa()
,
liweiwei
,
2023/03/24
[PATCH for-8.1 v4 05/25] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 01/25] target/riscv/cpu.c: add riscv_cpu_validate_v()
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 16/25] target/riscv/cpu.c: add riscv_cpu_validate_misa_ext()
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 02/25] target/riscv/cpu.c: remove set_vext_version()
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 03/25] target/riscv/cpu.c: remove set_priv_version()
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 04/25] target/riscv: add PRIV_VERSION_LATEST
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 12/25] target/riscv/cpu.c: redesign register_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 12/25] target/riscv/cpu.c: redesign register_cpu_props()
,
LIU Zhiwei
,
2023/03/22
[PATCH for-8.1 v4 17/25] target/riscv: move riscv_cpu_validate_v() to validate_misa_ext()
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 10/25] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 10/25] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
,
LIU Zhiwei
,
2023/03/22
[PATCH for-8.1 v4 21/25] target/riscv: split riscv_cpu_validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v4 22/25] target/riscv: use misa_ext val in riscv_cpu_validate_extensions()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 22/25] target/riscv: use misa_ext val in riscv_cpu_validate_extensions()
,
liweiwei
,
2023/03/24
[PATCH for-8.1 v4 15/25] target/riscv/cpu.c: split RVG code from validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 15/25] target/riscv/cpu.c: split RVG code from validate_set_extensions()
,
liweiwei
,
2023/03/24
[PATCH for-8.1 v4 09/25] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 09/25] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
,
LIU Zhiwei
,
2023/03/22
[PATCH for-8.1 v4 18/25] target/riscv: error out on priv failure for RVH
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 18/25] target/riscv: error out on priv failure for RVH
,
liweiwei
,
2023/03/24
Re: [PATCH for-8.1 v4 18/25] target/riscv: error out on priv failure for RVH
,
Daniel Henrique Barboza
,
2023/03/28
[PATCH for-8.1 v4 14/25] target/riscv: add RVG
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 14/25] target/riscv: add RVG
,
liweiwei
,
2023/03/24
[PATCH for-8.1 v4 24/25] target/riscv: update cpu->cfg misa bits in commit_cpu_cfg()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 24/25] target/riscv: update cpu->cfg misa bits in commit_cpu_cfg()
,
liweiwei
,
2023/03/24
[PATCH for-8.1 v4 11/25] target/riscv/cpu.c: set cpu config in set_misa()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 11/25] target/riscv/cpu.c: set cpu config in set_misa()
,
LIU Zhiwei
,
2023/03/22
Re: [PATCH for-8.1 v4 11/25] target/riscv/cpu.c: set cpu config in set_misa()
,
LIU Zhiwei
,
2023/03/22
Re: [PATCH for-8.1 v4 11/25] target/riscv/cpu.c: set cpu config in set_misa()
,
Daniel Henrique Barboza
,
2023/03/23
[PATCH for-8.1 v4 08/25] target/riscv/cpu.c: validate extensions before riscv_timer_init()
,
Daniel Henrique Barboza
,
2023/03/22
Re: [PATCH for-8.1 v4 08/25] target/riscv/cpu.c: validate extensions before riscv_timer_init()
,
LIU Zhiwei
,
2023/03/22
[PATCH for-8.1 v4 20/25] target/riscv: make validate_misa_ext() use a misa_ext val
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH v3] target/riscv: reduce overhead of MSTATUS_SUM change
,
Fei Wu
,
2023/03/22
Re: [PATCH v3] target/riscv: reduce overhead of MSTATUS_SUM change
,
liweiwei
,
2023/03/22
Re: [PATCH v3] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/22
Re: [PATCH v3] target/riscv: reduce overhead of MSTATUS_SUM change
,
Richard Henderson
,
2023/03/22
Re: [PATCH v3] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/22
Re: [PATCH v3] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/22
Re: [PATCH v3] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/23
Re: [PATCH v3] target/riscv: reduce overhead of MSTATUS_SUM change
,
Richard Henderson
,
2023/03/23
Re: [PATCH v3] target/riscv: reduce overhead of MSTATUS_SUM change
,
Richard Henderson
,
2023/03/23
[PATCH qemu v3] linux-user: Emulate /proc/cpuinfo output for riscv
,
Afonso Bordado
,
2023/03/21
Re: [PATCH qemu v3] linux-user: Emulate /proc/cpuinfo output for riscv
,
Laurent Vivier
,
2023/03/23
Re: [PATCH qemu v3] linux-user: Emulate /proc/cpuinfo output for riscv
,
Laurent Vivier
,
2023/03/23
[PATCH v2] target/riscv: reduce overhead of MSTATUS_SUM change
,
Fei Wu
,
2023/03/21
[PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
fei2 . wu
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
liweiwei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
liweiwei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
liweiwei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
liweiwei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
liweiwei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
liweiwei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Richard Henderson
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
LIU Zhiwei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
LIU Zhiwei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Richard Henderson
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/21
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/22
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
LIU Zhiwei
,
2023/03/22
Re: [PATCH] target/riscv: reduce overhead of MSTATUS_SUM change
,
Wu, Fei
,
2023/03/22
[PATCH] target/riscv: Fix priv version dependency for vector and zfh
,
LIU Zhiwei
,
2023/03/21
Re: [PATCH] target/riscv: Fix priv version dependency for vector and zfh
,
liweiwei
,
2023/03/21
Re: [PATCH] target/riscv: Fix priv version dependency for vector and zfh
,
Daniel Henrique Barboza
,
2023/03/21
[PATCH for-8.1 v3 00/26] target/riscv: rework CPU extensions validation
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 01/26] target/riscv/cpu.c: add riscv_cpu_validate_v()
,
Daniel Henrique Barboza
,
2023/03/18
Re: [PATCH for-8.1 v3 01/26] target/riscv/cpu.c: add riscv_cpu_validate_v()
,
LIU Zhiwei
,
2023/03/20
[PATCH for-8.1 v3 02/26] target/riscv/cpu.c: remove set_vext_version()
,
Daniel Henrique Barboza
,
2023/03/18
Re: [PATCH for-8.1 v3 02/26] target/riscv/cpu.c: remove set_vext_version()
,
LIU Zhiwei
,
2023/03/20
[PATCH for-8.1 v3 03/26] target/riscv/cpu.c: remove set_priv_version()
,
Daniel Henrique Barboza
,
2023/03/18
Re: [PATCH for-8.1 v3 03/26] target/riscv/cpu.c: remove set_priv_version()
,
LIU Zhiwei
,
2023/03/20
[PATCH for-8.1 v3 04/26] target/riscv: add PRIV_VERSION_LATEST
,
Daniel Henrique Barboza
,
2023/03/18
Re: [PATCH for-8.1 v3 04/26] target/riscv: add PRIV_VERSION_LATEST
,
LIU Zhiwei
,
2023/03/20
[PATCH for-8.1 v3 05/26] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
,
Daniel Henrique Barboza
,
2023/03/18
Re: [PATCH for-8.1 v3 05/26] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
,
LIU Zhiwei
,
2023/03/21
[PATCH for-8.1 v3 06/26] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 07/26] target/riscv: move pmp and epmp validations to validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 08/26] target/riscv/cpu.c: validate extensions before riscv_timer_init()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 09/26] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 10/26] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 11/26] target/riscv/cpu.c: set cpu config in set_misa()
,
Daniel Henrique Barboza
,
2023/03/18
Re: [PATCH for-8.1 v3 11/26] target/riscv/cpu.c: set cpu config in set_misa()
,
liweiwei
,
2023/03/20
[PATCH for-8.1 v3 12/26] target/riscv/cpu.c: redesign register_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 13/26] target/riscv: put env->misa_ext <-> cpu->cfg code into helpers
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 14/26] target/riscv: add RVG
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 15/26] target/riscv/cpu.c: split RVG code from validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/18
Re: [PATCH for-8.1 v3 15/26] target/riscv/cpu.c: split RVG code from validate_set_extensions()
,
liweiwei
,
2023/03/20
[PATCH for-8.1 v3 16/26] target/riscv/cpu.c: add riscv_cpu_validate_misa_ext()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 17/26] target/riscv: move riscv_cpu_validate_v() to validate_misa_ext()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 18/26] target/riscv: error out on priv failure for RVH
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 19/26] target/riscv: write env->misa_ext* in register_generic_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 20/26] target/riscv: make validate_misa_ext() use a misa_ext val
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 21/26] target/riscv: split riscv_cpu_validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 22/26] target/riscv: use misa_ext val in riscv_cpu_validate_extensions()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 23/26] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 24/26] target/riscv: update cpu->cfg misa bits in commit_cpu_cfg()
,
Daniel Henrique Barboza
,
2023/03/18
[PATCH for-8.1 v3 25/26] target/riscv: allow write_misa() to enable RVG
,
Daniel Henrique Barboza
,
2023/03/18
Re: [PATCH for-8.1 v3 25/26] target/riscv: allow write_misa() to enable RVG
,
liweiwei
,
2023/03/20
Re: [PATCH for-8.1 v3 25/26] target/riscv: allow write_misa() to enable RVG
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH for-8.1 v3 26/26] target/riscv: allow write_misa() to enable RVV
,
Daniel Henrique Barboza
,
2023/03/18
Re: [PATCH for-8.1 v3 26/26] target/riscv: allow write_misa() to enable RVV
,
liweiwei
,
2023/03/20
Re: [PATCH for-8.1 v3 26/26] target/riscv: allow write_misa() to enable RVV
,
Daniel Henrique Barboza
,
2023/03/22
[PATCH v4 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
,
Gavin Shan
,
2023/03/17
[PATCH v4 1/3] numa: Validate cluster and NUMA node boundary if required
,
Gavin Shan
,
2023/03/17
Re: [PATCH v4 1/3] numa: Validate cluster and NUMA node boundary if required
,
Alistair Francis
,
2023/03/21
[PATCH v4 2/3] hw/arm: Validate cluster and NUMA node boundary
,
Gavin Shan
,
2023/03/17
[PATCH v4 3/3] hw/riscv: Validate cluster and NUMA node boundary
,
Gavin Shan
,
2023/03/17
Re: [PATCH v4 3/3] hw/riscv: Validate cluster and NUMA node boundary
,
Alistair Francis
,
2023/03/21
Re: [PATCH v4 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
,
Igor Mammedov
,
2023/03/27
[PATCH v2 00/32] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
,
Alex Bennée
,
2023/03/15
[PATCH v2 01/32] tests/avocado: update AArch64 tests to Alpine 3.17.2
,
Alex Bennée
,
2023/03/15
[PATCH v2 02/32] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 02/32] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
,
Thomas Huth
,
2023/03/17
[PATCH v2 04/32] scripts/ci: update gitlab-runner playbook to handle CentOS
,
Alex Bennée
,
2023/03/15
[PATCH v2 03/32] scripts/ci: add libslirp-devel to build-environment
,
Alex Bennée
,
2023/03/15
[PATCH v2 05/32] gitlab: update centos-8-stream job
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 05/32] gitlab: update centos-8-stream job
,
Thomas Huth
,
2023/03/17
[PATCH v2 06/32] include/qemu: add documentation for memory callbacks
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 06/32] include/qemu: add documentation for memory callbacks
,
Thomas Huth
,
2023/03/17
[PATCH v2 07/32] tests/tcg: add some help output for running individual tests
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 07/32] tests/tcg: add some help output for running individual tests
,
Thomas Huth
,
2023/03/17
[PATCH v2 14/32] *: Add missing includes of qemu/error-report.h
,
Alex Bennée
,
2023/03/15
[PATCH v2 15/32] *: Add missing includes of qemu/plugin.h
,
Alex Bennée
,
2023/03/15
[PATCH v2 16/32] include/qemu: Split out plugin-event.h
,
Alex Bennée
,
2023/03/15
[PATCH v2 17/32] include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers
,
Alex Bennée
,
2023/03/15
[PATCH v2 19/32] iotests: allow test discovery before building
,
Alex Bennée
,
2023/03/15
[PATCH v2 20/32] iotests: strip subdir path when listing tests
,
Alex Bennée
,
2023/03/15
[PATCH v2 18/32] iotests: explicitly pass source/build dir to 'check' command
,
Alex Bennée
,
2023/03/15
[PATCH v2 24/32] iotests: register each I/O test separately with meson
,
Alex Bennée
,
2023/03/15
[PATCH v2 21/32] iotests: print TAP protocol version when reporting tests
,
Alex Bennée
,
2023/03/15
[PATCH v2 26/32] contrib/gitdm: Add ASPEED Technology to the domain map
,
Alex Bennée
,
2023/03/15
[PATCH v2 27/32] contrib/gitdm: Add SYRMIA to the domain map
,
Alex Bennée
,
2023/03/15
[PATCH v2 32/32] contrib/gitdm: add group map for AMD
,
Alex Bennée
,
2023/03/15
[PATCH v2 12/32] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb
,
Alex Bennée
,
2023/03/15
[PATCH v2 31/32] contrib/gitdm: add more individual contributors
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 31/32] contrib/gitdm: add more individual contributors
,
Thomas Huth
,
2023/03/17
[PATCH v2 30/32] contrib/gitdm: add revng to domain map
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 30/32] contrib/gitdm: add revng to domain map
,
Alessandro Di Federico
,
2023/03/15
[PATCH v2 10/32] tests/avocado: don't use tags to define drive
,
Alex Bennée
,
2023/03/15
[PATCH v2 09/32] include/exec: fix kerneldoc definition
,
Alex Bennée
,
2023/03/15
Re: [PATCH v2 09/32] include/exec: fix kerneldoc definition
,
Peter Maydell
,
2023/03/16
[PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map
,
Alex Bennée
,
2023/03/15
[PATCH v2 23/32] iotests: always use a unique sub-directory per test
,
Alex Bennée
,
2023/03/15
[PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map
,
Alex Bennée
,
2023/03/15
RE: [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map
,
Durrant, Paul
,
2023/03/15
Re: [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map
,
Alexander Graf
,
2023/03/17
[PATCH v2 08/32] tests/tcg: disable pauth for aarch64 gdb tests
,
Alex Bennée
,
2023/03/15
[PATCH v2 13/32] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT
,
Alex Bennée
,
2023/03/15
[PATCH v2 25/32] iotests: remove the check-block.sh script
,
Alex Bennée
,
2023/03/15
[PATCH v2 22/32] iotests: connect stdin to /dev/null when running tests
,
Alex Bennée
,
2023/03/15
[PATCH v2 11/32] tcg: Clear plugin_mem_cbs on TB exit
,
Alex Bennée
,
2023/03/15
[PATCH] disas/riscv: Add support for XThead* instructions
,
Christoph Muellner
,
2023/03/15
Re: [PATCH] disas/riscv: Add support for XThead* instructions
,
LIU Zhiwei
,
2023/03/15
[PATCH for-8.1 v2 00/26] target/riscv: rework CPU extensions validation
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 01/26] target/riscv/cpu.c: add riscv_cpu_validate_v()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 02/26] target/riscv/cpu.c: remove set_vext_version()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 03/26] target/riscv/cpu.c: remove set_priv_version()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 04/26] target/riscv: add PRIV_VERSION_LATEST
,
Daniel Henrique Barboza
,
2023/03/14
Re: [PATCH for-8.1 v2 04/26] target/riscv: add PRIV_VERSION_LATEST
,
Richard Henderson
,
2023/03/14
[PATCH for-8.1 v2 05/26] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 06/26] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 07/26] target/riscv: move pmp and epmp validations to validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 08/26] target/riscv/cpu.c: validate extensions before riscv_timer_init()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 09/26] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 10/26] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 11/26] target/riscv/cpu.c: set cpu config in set_misa()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 12/26] target/riscv/cpu.c: redesign register_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 13/26] target/riscv: put env->misa_ext <-> cpu->cfg code into helpers
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 14/26] target/riscv: add RVG
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 15/26] target/riscv: do not allow RVG in write_misa()
,
Daniel Henrique Barboza
,
2023/03/14
Re: [PATCH for-8.1 v2 15/26] target/riscv: do not allow RVG in write_misa()
,
liweiwei
,
2023/03/14
[PATCH for-8.1 v2 16/26] target/riscv/cpu.c: split RVG code from validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/14
Re: [PATCH for-8.1 v2 16/26] target/riscv/cpu.c: split RVG code from validate_set_extensions()
,
liweiwei
,
2023/03/15
Re: [PATCH for-8.1 v2 16/26] target/riscv/cpu.c: split RVG code from validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/15
[PATCH for-8.1 v2 17/26] target/riscv: write env->misa_ext* in register_generic_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 18/26] target/risc/cpu.c: add riscv_cpu_validate_misa_ext()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 19/26] target/riscv/cpu:c add misa_ext V-> D & F dependency
,
Daniel Henrique Barboza
,
2023/03/14
Re: [PATCH for-8.1 v2 19/26] target/riscv/cpu:c add misa_ext V-> D & F dependency
,
liweiwei
,
2023/03/15
[PATCH for-8.1 v2 20/26] target/riscv: move riscv_cpu_validate_v() to validate_misa_ext()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 21/26] target/riscv: validate_misa_ext() now validates a misa_ext val
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 25/26] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/14
Re: [PATCH for-8.1 v2 25/26] target/riscv: rework write_misa()
,
liweiwei
,
2023/03/15
Re: [PATCH for-8.1 v2 25/26] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/15
Re: [PATCH for-8.1 v2 25/26] target/riscv: rework write_misa()
,
liweiwei
,
2023/03/16
Re: [PATCH for-8.1 v2 25/26] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/17
[PATCH for-8.1 v2 23/26] target/riscv: split riscv_cpu_validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 22/26] target/riscv: error out on priv failure for RVH
,
Daniel Henrique Barboza
,
2023/03/14
Re: [PATCH for-8.1 v2 22/26] target/riscv: error out on priv failure for RVH
,
liweiwei
,
2023/03/15
[PATCH for-8.1 v2 24/26] target/riscv: use misa_ext val in riscv_cpu_validate_extensions()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH for-8.1 v2 26/26] target/riscv: update cpu->cfg misa bits in commit_cpu_cfg()
,
Daniel Henrique Barboza
,
2023/03/14
[PATCH qemu v2] linux-user: Emulate /proc/cpuinfo output for riscv
,
~abordado
,
2023/03/13
Re: [PATCH qemu v2] linux-user: Emulate /proc/cpuinfo output for riscv
,
Bin Meng
,
2023/03/13
Re: [PATCH qemu v2] linux-user: Emulate /proc/cpuinfo output for riscv
,
Alistair Francis
,
2023/03/14
Re: [PATCH qemu v2] linux-user: Emulate /proc/cpuinfo output for riscv
,
LIU Zhiwei
,
2023/03/17
Re: [PATCH v3 1/3] numa: Validate cluster and NUMA node boundary if required
,
Philippe Mathieu-Daudé
,
2023/03/13
Re: [PATCH v3 1/3] numa: Validate cluster and NUMA node boundary if required
,
Gavin Shan
,
2023/03/14
Re: [PATCH v3 1/3] numa: Validate cluster and NUMA node boundary if required
,
Gavin Shan
,
2023/03/17
Re: [PATCH v3 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
,
Gavin Shan
,
2023/03/13
[PATCH v3 0/1] Fix max initrd size limit when put initrd to RAM
,
Hang Xu
,
2023/03/12
[PATCH v3 1/1] hw/riscv: Fix max size limit when put initrd to RAM
,
Hang Xu
,
2023/03/12
Re: [PATCH v3 1/1] hw/riscv: Fix max size limit when put initrd to RAM
,
Daniel Henrique Barboza
,
2023/03/13
Re: [PATCH v3 1/1] hw/riscv: Fix max size limit when put initrd to RAM
,
Anup Patel
,
2023/03/13
Re: [PATCH v3 1/1] hw/riscv: Fix max size limit when put initrd to RAM
,
Daniel Henrique Barboza
,
2023/03/13
[PATCH v4] target/riscv: fix H extension TVM trap
,
Yi Chen
,
2023/03/12
Re: [PATCH v4] target/riscv: fix H extension TVM trap
,
LIU Zhiwei
,
2023/03/17
[PATCH v2] hw/riscv: Fix the bug of max size limit when put initrd to RAM
,
Hang Xu
,
2023/03/12
Re: [PATCH v2] hw/riscv: Fix the bug of max size limit when put initrd to RAM
,
Daniel Henrique Barboza
,
2023/03/12
[PATCH v3] target/riscv: fix H extension TVM trap
,
Yi Chen
,
2023/03/10
Re: [PATCH v3] target/riscv: fix H extension TVM trap
,
liweiwei
,
2023/03/12
[PATCH v2] target/riscv: fix H extension TVM trap
,
chenyi2000
,
2023/03/10
Re: [PATCH v2] target/riscv: fix H extension TVM trap
,
liweiwei
,
2023/03/10
[PATCH v2] target/riscv: Add RVV registers to log
,
Ivan Klokov
,
2023/03/09
[PATCH 0/4] target/riscv: Some CPURISCVState related cleanup and simplification
,
Weiwei Li
,
2023/03/09
[PATCH 2/4] target/riscv: Simplify getting RISCVCPU pointer from env
,
Weiwei Li
,
2023/03/09
Re: [PATCH 2/4] target/riscv: Simplify getting RISCVCPU pointer from env
,
Daniel Henrique Barboza
,
2023/03/09
Re: [PATCH 2/4] target/riscv: Simplify getting RISCVCPU pointer from env
,
Alistair Francis
,
2023/03/14
Re: [PATCH 2/4] target/riscv: Simplify getting RISCVCPU pointer from env
,
Philippe Mathieu-Daudé
,
2023/03/14
[PATCH 4/4] target/riscv: Simplify arguments for riscv_csrrw_check
,
Weiwei Li
,
2023/03/09
Re: [PATCH 4/4] target/riscv: Simplify arguments for riscv_csrrw_check
,
Daniel Henrique Barboza
,
2023/03/09
Re: [PATCH 4/4] target/riscv: Simplify arguments for riscv_csrrw_check
,
Alistair Francis
,
2023/03/14
Re: [PATCH 4/4] target/riscv: Simplify arguments for riscv_csrrw_check
,
Philippe Mathieu-Daudé
,
2023/03/14
[PATCH 1/4] target/riscv: Avoid env_archcpu() when reading RISCVCPUConfig
,
Weiwei Li
,
2023/03/09
Re: [PATCH 1/4] target/riscv: Avoid env_archcpu() when reading RISCVCPUConfig
,
Daniel Henrique Barboza
,
2023/03/09
Re: [PATCH 1/4] target/riscv: Avoid env_archcpu() when reading RISCVCPUConfig
,
Alistair Francis
,
2023/03/14
[PATCH 3/4] target/riscv: Simplify type conversion for CPURISCVState
,
Weiwei Li
,
2023/03/09
Re: [PATCH 3/4] target/riscv: Simplify type conversion for CPURISCVState
,
Daniel Henrique Barboza
,
2023/03/09
Re: [PATCH 3/4] target/riscv: Simplify type conversion for CPURISCVState
,
Alistair Francis
,
2023/03/14
Re: [PATCH 0/4] target/riscv: Some CPURISCVState related cleanup and simplification
,
Alistair Francis
,
2023/03/15
Re: [PATCH v7 03/10] target/riscv: allow MISA writes as experimental
,
LIU Zhiwei
,
2023/03/09
Re: [PATCH v7 03/10] target/riscv: allow MISA writes as experimental
,
Daniel Henrique Barboza
,
2023/03/09
[PATCH for-8.1 00/17] centralize CPU extensions logic
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 01/17] target/riscv/cpu.c: add riscv_cpu_validate_v()
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 02/17] target/riscv/cpu.c: remove set_vext_version()
,
Daniel Henrique Barboza
,
2023/03/08
Re: [PATCH for-8.1 02/17] target/riscv/cpu.c: remove set_vext_version()
,
LIU Zhiwei
,
2023/03/09
[PATCH for-8.1 03/17] target/riscv/cpu.c: remove set_priv_version()
,
Daniel Henrique Barboza
,
2023/03/08
Re: [PATCH for-8.1 03/17] target/riscv/cpu.c: remove set_priv_version()
,
LIU Zhiwei
,
2023/03/09
Re: [PATCH for-8.1 03/17] target/riscv/cpu.c: remove set_priv_version()
,
Daniel Henrique Barboza
,
2023/03/09
Re: [PATCH for-8.1 03/17] target/riscv/cpu.c: remove set_priv_version()
,
Alistair Francis
,
2023/03/09
[PATCH for-8.1 04/17] target/riscv: add PRIV_VERSION_LATEST macro
,
Daniel Henrique Barboza
,
2023/03/08
Re: [PATCH for-8.1 04/17] target/riscv: add PRIV_VERSION_LATEST macro
,
Richard Henderson
,
2023/03/08
Re: [PATCH for-8.1 04/17] target/riscv: add PRIV_VERSION_LATEST macro
,
Daniel Henrique Barboza
,
2023/03/09
Re: [PATCH for-8.1 04/17] target/riscv: add PRIV_VERSION_LATEST macro
,
LIU Zhiwei
,
2023/03/09
[PATCH for-8.1 05/17] target/riscv/cpu.c: add riscv_cpu_validate_priv_spec()
,
Daniel Henrique Barboza
,
2023/03/08
Re: [PATCH for-8.1 05/17] target/riscv/cpu.c: add riscv_cpu_validate_priv_spec()
,
Richard Henderson
,
2023/03/08
[PATCH for-8.1 06/17] target/riscv: move realize() validations to riscv_cpu_validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 07/17] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 08/17] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 09/17] target/riscv/cpu.c: set cpu config in set_misa()
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 10/17] target/riscv/cpu.c: redesign register_cpu_props()
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 11/17] target/riscv/cpu.c: move riscv_cpu_validate_v() up
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 12/17] target/riscv: put env->misa_ext <-> cpu->cfg code into helpers
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 13/17] target/riscv/cpu.c: split riscv_cpu_validate_priv_spec()
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 14/17] target/riscv/cpu.c: do not allow RVE to be set
,
Daniel Henrique Barboza
,
2023/03/08
Re: [PATCH for-8.1 14/17] target/riscv/cpu.c: do not allow RVE to be set
,
LIU Zhiwei
,
2023/03/09
Re: [PATCH for-8.1 14/17] target/riscv/cpu.c: do not allow RVE to be set
,
Daniel Henrique Barboza
,
2023/03/09
[PATCH for-8.1 15/17] target/riscv: add RVG
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 16/17] target/riscv: do not allow RVG in write_misa()
,
Daniel Henrique Barboza
,
2023/03/08
[PATCH for-8.1 17/17] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/08
Re: [PATCH for-8.1 17/17] target/riscv: rework write_misa()
,
LIU Zhiwei
,
2023/03/09
Re: [PATCH for-8.1 17/17] target/riscv: rework write_misa()
,
LIU Zhiwei
,
2023/03/09
Re: [PATCH for-8.1 17/17] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/09
Re: [PATCH for-8.1 17/17] target/riscv: rework write_misa()
,
Daniel Henrique Barboza
,
2023/03/09
Re: [PATCH for-8.1 00/17] centralize CPU extensions logic
,
Daniel Henrique Barboza
,
2023/03/09
[PATCH 10/47] hw/nvme: fix missing cq eventidx update
,
Michael Tokarev
,
2023/03/08
[PATCH] target/riscv/csr.c: fix H extension TVM trap
,
chenyi2000
,
2023/03/08
Re: [PATCH] target/riscv/csr.c: fix H extension TVM trap
,
Daniel Henrique Barboza
,
2023/03/08
Re: Re: [PATCH] target/riscv/csr.c: fix H extension TVM trap
,
CHEN Yi
,
2023/03/09
Re: [PATCH] target/riscv/csr.c: fix H extension TVM trap
,
liweiwei
,
2023/03/09
Re: Re: [PATCH] target/riscv/csr.c: fix H extension TVM trap
,
CHEN Yi
,
2023/03/09
Re: [PATCH] target/riscv/csr.c: fix H extension TVM trap
,
liweiwei
,
2023/03/09
Re: [PATCH] target/riscv/csr.c: fix H extension TVM trap
,
LIU Zhiwei
,
2023/03/09
Re: Re: [PATCH] target/riscv/csr.c: fix H extension TVM trap
,
CHEN Yi
,
2023/03/10
Re: [PATCH] target/riscv/csr.c: fix H extension TVM trap
,
LIU Zhiwei
,
2023/03/10
Re: Re: [PATCH] target/riscv/csr.c: fix H extension TVM trap
,
CHEN Yi
,
2023/03/10
[PULL 20/30] gdbstub: move register helpers into standalone include
,
Alex Bennée
,
2023/03/07
[PULL 07/30] includes: move tb_flush into its own header
,
Alex Bennée
,
2023/03/07
[PATCH v12 00/10] support subsets of code size reduction extension
,
Weiwei Li
,
2023/03/07
[PATCH v12 05/10] target/riscv: add support for Zcb extension
,
Weiwei Li
,
2023/03/07
[PATCH v12 03/10] target/riscv: add support for Zcf extension
,
Weiwei Li
,
2023/03/07
[PATCH v12 01/10] target/riscv: add cfg properties for Zc* extension
,
Weiwei Li
,
2023/03/07
[PATCH v12 08/10] target/riscv: expose properties for Zc* extension
,
Weiwei Li
,
2023/03/07
[PATCH v12 04/10] target/riscv: add support for Zcd extension
,
Weiwei Li
,
2023/03/07
[PATCH v12 06/10] target/riscv: add support for Zcmp extension
,
Weiwei Li
,
2023/03/07
[PATCH v12 02/10] target/riscv: add support for Zca extension
,
Weiwei Li
,
2023/03/07
[PATCH v12 07/10] target/riscv: add support for Zcmt extension
,
Weiwei Li
,
2023/03/07
[PATCH v12 10/10] target/riscv: Add support for Zce
,
Weiwei Li
,
2023/03/07
[PATCH v12 09/10] disas/riscv.c: add disasm support for Zc*
,
Weiwei Li
,
2023/03/07
Re: [PATCH v12 00/10] support subsets of code size reduction extension
,
liweiwei
,
2023/03/24
Re: [PATCH] Fix slli_uw decoding
,
Ivan Klokov
,
2023/03/07
Re: [PATCH] Fix slli_uw decoding
,
Alistair Francis
,
2023/03/09
Re: [PATCH] Fix slli_uw decoding
,
Alistair Francis
,
2023/03/10
[PATCH v3 0/1] hw/riscv: Add ACT related support
,
Weiwei Li
,
2023/03/06
[PATCH v3 1/1] hw/riscv: Add signature dump function for spike to run ACT tests
,
Weiwei Li
,
2023/03/06
Re: [PATCH 23/70] target/i386: Avoid use of tcg_const_* throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 47/70] target/rx: Use cpu_psw_z as temp in flags computation
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 14/70] target/cris: Avoid use of tcg_const_i32 throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 49/70] target/rx: Avoid tcg_const_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 63/70] target/xtensa: Tidy translate_clamps
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 52/70] target/sh4: Avoid tcg_const_i32 for TAS.B
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 51/70] target/s390x: Avoid tcg_const_i64
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 53/70] target/sh4: Avoid tcg_const_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 56/70] target/tricore: Split t_n as constant from temp as variable
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 56/70] target/tricore: Split t_n as constant from temp as variable
,
Richard Henderson
,
2023/03/06
Re: [PATCH 56/70] target/tricore: Split t_n as constant from temp as variable
,
Philippe Mathieu-Daudé
,
2023/03/07
Re: [PATCH 61/70] target/tricore: Avoid tcg_const_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 62/70] target/xtensa: Tidy translate_bb
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 67/70] target/xtensa: Avoid tcg_const_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 27/70] target/m68k: Avoid tcg_const_i32 in bfop_reg
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 28/70] target/m68k: Avoid tcg_const_* throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 26/70] target/m68k: Avoid tcg_const_i32 when modified
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 21/70] target/hppa: Avoid use of tcg_const_i32 throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 13/70] target/avr: Avoid use of tcg_const_i32 throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
[PULL 00/22] Sixth RISC-V PR for 8.0
,
Palmer Dabbelt
,
2023/03/06
[PULL 01/22] target/riscv: implement Zicboz extension
,
Palmer Dabbelt
,
2023/03/06
[PULL 02/22] target/riscv: implement Zicbom extension
,
Palmer Dabbelt
,
2023/03/06
[PULL 05/22] disas/riscv Fix ctzw disassemble
,
Palmer Dabbelt
,
2023/03/06
[PULL 03/22] target/riscv: add Zicbop cbo.prefetch{i, r, m} placeholder
,
Palmer Dabbelt
,
2023/03/06
[PULL 04/22] hw/riscv/virt.c: add cbo[mz]-block-size fdt properties
,
Palmer Dabbelt
,
2023/03/06
[PULL 06/22] target/riscv: cpu: Implement get_arch_id callback
,
Palmer Dabbelt
,
2023/03/06
[PULL 08/22] gitlab/opensbi: Move to docker:stable
,
Palmer Dabbelt
,
2023/03/06
[PULL 07/22] hw: intc: Use cpu_by_arch_id to fetch CPU state
,
Palmer Dabbelt
,
2023/03/06
[PULL 11/22] riscv: Change type of valid_vm_1_10_[32|64] to bool
,
Palmer Dabbelt
,
2023/03/06
[PULL 10/22] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Palmer Dabbelt
,
2023/03/06
[PULL 12/22] riscv: Allow user to set the satp mode
,
Palmer Dabbelt
,
2023/03/06
[PULL 14/22] riscv: Correctly set the device-tree entry 'mmu-type'
,
Palmer Dabbelt
,
2023/03/06
[PULL 13/22] riscv: Introduce satp mode hw capabilities
,
Palmer Dabbelt
,
2023/03/06
[PULL 09/22] roms/opensbi: Upgrade from v1.1 to v1.2
,
Palmer Dabbelt
,
2023/03/06
[PULL 17/22] hw/riscv/virt: Add memmap pointer to RiscVVirtState
,
Palmer Dabbelt
,
2023/03/06
[PULL 15/22] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
,
Palmer Dabbelt
,
2023/03/06
[PULL 16/22] hw/riscv/virt: Add a switch to disable ACPI
,
Palmer Dabbelt
,
2023/03/06
[PULL 19/22] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
,
Palmer Dabbelt
,
2023/03/06
[PULL 18/22] hw/riscv/virt: Enable basic ACPI infrastructure
,
Palmer Dabbelt
,
2023/03/06
[PULL 22/22] MAINTAINERS: Add entry for RISC-V ACPI
,
Palmer Dabbelt
,
2023/03/06
[PULL 21/22] hw/riscv/virt.c: Initialize the ACPI tables
,
Palmer Dabbelt
,
2023/03/06
[PULL 20/22] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
,
Palmer Dabbelt
,
2023/03/06
Re: [PULL 00/22] Sixth RISC-V PR for 8.0
,
Peter Maydell
,
2023/03/07
[PATCH qemu] linux-user: Emulate /proc/cpuinfo output for riscv
,
~abordado
,
2023/03/06
Re: [PATCH qemu] linux-user: Emulate /proc/cpuinfo output for riscv
,
Palmer Dabbelt
,
2023/03/06
Re: [PATCH qemu] linux-user: Emulate /proc/cpuinfo output for riscv
,
Laurent Vivier
,
2023/03/06
Re: [PATCH qemu] linux-user: Emulate /proc/cpuinfo output for riscv
,
LIU Zhiwei
,
2023/03/06
Re: [PATCH 59/70] target/tricore: Use setcondi instead of explicit allocation
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 57/70] target/tricore: Rename t_off10 and use tcg_constant_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 54/70] tcg/sparc: Avoid tcg_const_tl in gen_edge
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 68/70] tcg: Replace tcg_const_i64 in tcg-op.c
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 70/70] tcg: Drop tcg_const_*
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 69/70] tcg: Drop tcg_const_*_vec
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 60/70] target/tricore: Drop some temp initialization
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 11/70] target/arm: Avoid tcg_const_ptr in handle_rev
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 10/70] target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrn
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 07/70] target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 34/70] target/ppc: Split out gen_vx_vmul10
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 64/70] target/xtensa: Avoid tcg_const_i32 in translate_l32r
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 65/70] target/xtensa: Use tcg_gen_subfi_i32 in translate_sll
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 66/70] target/xtensa: Split constant in bit shift
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 48/70] target/rx: Avoid tcg_const_i32 when new temp needed
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 35/70] target/ppc: Avoid tcg_const_i64 in do_vector_shift_quad
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 25/70] target/m68k: Use tcg_constant_i32 in gen_ea_mode
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [Qemu-devel] [PULL 11/29] target/riscv: Convert RV32F insns to decodetree
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [Qemu-devel] [PULL 11/29] target/riscv: Convert RV32F insns to decodetree
,
Richard Henderson
,
2023/03/06
Re: [PATCH 03/70] target/arm: Improve arm_rmode_to_sf
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 04/70] target/arm: Consistently use ARMFPRounding during translation
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 01/70] target/arm: Use rmode >= 0 for need_rmode
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 01/70] target/arm: Use rmode >= 0 for need_rmode
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 45/70] target/riscv: Avoid tcg_const_*
,
liweiwei
,
2023/03/06
Re: [PATCH 12/70] target/avr: Avoid use of tcg_const_i32 in SBIC, SBIS
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 20/70] target/hppa: Avoid tcg_const_i64 in trans_fid_f
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 46/70] target/rx: Use tcg_gen_abs_i32
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 33/70] target/mips: Avoid tcg_const_* throughout
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 32/70] target/mips: Avoid tcg_const_tl in gen_r6_ld
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 31/70] target/mips: Split out gen_lxr
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH 30/70] target/mips: Split out gen_lxl
,
Philippe Mathieu-Daudé
,
2023/03/06
[PATCH v2 0/1] hw/riscv: Add ACT related support
,
Weiwei Li
,
2023/03/06
[PATCH v2 1/1] hw/riscv: Add signature dump function for spike to run ACT tests
,
Weiwei Li
,
2023/03/06
[PATCH 0/1] hw/riscv: Add ACT related support
,
Weiwei Li
,
2023/03/06
[PATCH 1/1] hw/riscv: Add signature dump function for spike to run ACT tests
,
Weiwei Li
,
2023/03/06
Re: [PATCH 1/1] hw/riscv: Add signature dump function for spike to run ACT tests
,
LIU Zhiwei
,
2023/03/06
Re: [PATCH 1/1] hw/riscv: Add signature dump function for spike to run ACT tests
,
liweiwei
,
2023/03/06
Re: [PATCH 1/1] hw/riscv: Add signature dump function for spike to run ACT tests
,
LIU Zhiwei
,
2023/03/06
Re: [PATCH] hw/riscv: Fix the bug of maximum size limit when put initrd to RAM
,
Hang Xu
,
2023/03/05
[PATCH 1/2] target/riscv: Expose "virt" register for GDB for reads
,
Jim Shu
,
2023/03/05
[PATCH 2/2] target/riscv: Make the "virt" register writable by GDB
,
Jim Shu
,
2023/03/05
Re: [PATCH 2/2] target/riscv: Make the "virt" register writable by GDB
,
LIU Zhiwei
,
2023/03/06
Re: [PATCH 2/2] target/riscv: Make the "virt" register writable by GDB
,
Jim Shu
,
2023/03/08
Re: [PATCH 2/2] target/riscv: Make the "virt" register writable by GDB
,
Jim Shu
,
2023/03/08
Re: [PATCH 2/2] target/riscv: Make the "virt" register writable by GDB
,
LIU Zhiwei
,
2023/03/08
Re: [PATCH 2/2] target/riscv: Make the "virt" register writable by GDB
,
Alistair Francis
,
2023/03/09
Re: [PATCH 1/2] target/riscv: Expose "virt" register for GDB for reads
,
LIU Zhiwei
,
2023/03/06
Re: [PATCH 1/2] target/riscv: Expose "virt" register for GDB for reads
,
Alistair Francis
,
2023/03/09
[PATCH v2 0/2] Fix the OpenSBI CI job and bump to v1.2
,
Palmer Dabbelt
,
2023/03/03
[PATCH v2 1/2] gitlab/opensbi: Move to docker:stable
,
Palmer Dabbelt
,
2023/03/03
Re: [PATCH v2 1/2] gitlab/opensbi: Move to docker:stable
,
Bin Meng
,
2023/03/03
Re: [PATCH v2 1/2] gitlab/opensbi: Move to docker:stable
,
Palmer Dabbelt
,
2023/03/05
[PATCH v2 2/2] roms/opensbi: Upgrade from v1.1 to v1.2
,
Palmer Dabbelt
,
2023/03/03
Re: [PATCH v2 66/76] target/sparc: Drop get_temp_i32
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 69/76] target/sparc: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 68/76] target/sparc: Drop free_compare
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 67/76] target/sparc: Remove egress label in disas_sparc_context
,
Peter Maydell
,
2023/03/03
Re: [PATCH 66/76] target/sparc: Drop get_temp_i32
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 65/76] target/sparc: Drop get_temp_tl
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 35/76] target/m68k: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 34/76] target/m68k: Drop free_cond
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 33/76] target/m68k: Drop mark_to_release
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 36/76] target/microblaze: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 29/76] target/hppa: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 49/76] target/openrisc: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 64/76] target/sh4: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 54/76] target/rx: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 48/76] target/nios2: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 23/76] target/cris: Drop addr from dec10_ind_move_m_pr
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 24/76] target/cris: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 22/76] target/cris: Drop cris_alu_m_free_temps
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 21/76] target/cris: Drop cris_alu_free_temps
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 20/76] target/avr: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 19/76] target/avr: Drop R from trans_COM
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 18/76] target/avr: Drop DisasContext.free_skip_var0
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 75/76] tcg: Create tcg/tcg-temp-internal.h
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 73/76] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 17/76] target/arm: Drop tcg_temp_free from translator.h
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 16/76] target/arm: Drop tcg_temp_free from translator-vfp.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 15/76] target/arm: Drop tcg_temp_free from translator-sve.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 14/76] target/arm: Drop tcg_temp_free from translator-sme.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 13/76] target/arm: Drop tcg_temp_free from translator-neon.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 12/76] target/arm: Drop tcg_temp_free from translator-mve.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 11/76] target/arm: Drop tcg_temp_free from translator-m-nocp.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 10/76] target/arm: Drop tcg_temp_free from translator-a64.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 09/76] target/arm: Drop new_tmp_a64_zero
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 08/76] target/arm: Drop new_tmp_a64
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 07/76] target/arm: Drop DisasContext.tmp_a64
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 06/76] target/arm: Drop tcg_temp_free from translator.c
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 05/76] target/arm: Remove value_global from DisasCompare
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 04/76] target/arm: Remove arm_free_cc, a64_free_cc
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 03/76] target/alpha: Drop tcg_temp_free
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 02/76] accel/tcg: Remove translator_loop_temp_check
,
Peter Maydell
,
2023/03/03
Re: [PATCH v2 01/76] tcg: Remove tcg_check_temp_count, tcg_clear_temp_count
,
Peter Maydell
,
2023/03/03
[PATCH v11 0/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/03/03
[PATCH v11 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Alexandre Ghiti
,
2023/03/03
[PATCH v11 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
,
Alexandre Ghiti
,
2023/03/03
[PATCH v11 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/03/03
[PATCH v11 4/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/03/03
[PATCH v11 5/5] riscv: Correctly set the device-tree entry 'mmu-type'
,
Alexandre Ghiti
,
2023/03/03
Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode
,
Palmer Dabbelt
,
2023/03/05
Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/03/06
Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode
,
Palmer Dabbelt
,
2023/03/06
Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode
,
Daniel Henrique Barboza
,
2023/03/06
Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode
,
Palmer Dabbelt
,
2023/03/06
[PULL 00/59] Fifth RISC-V PR for QEMU 8.0
,
Palmer Dabbelt
,
2023/03/03
[PULL 01/59] target/riscv: introduce riscv_cpu_cfg()
,
Palmer Dabbelt
,
2023/03/03
[PULL 05/59] target/riscv/cpu.c: error out if EPMP is enabled without PMP
,
Palmer Dabbelt
,
2023/03/03
[PULL 04/59] target/riscv: remove RISCV_FEATURE_DEBUG
,
Palmer Dabbelt
,
2023/03/03
[PULL 07/59] target/riscv: remove RISCV_FEATURE_PMP
,
Palmer Dabbelt
,
2023/03/03
[PULL 08/59] hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
,
Palmer Dabbelt
,
2023/03/03
[PULL 12/59] target/riscv: Fix the relationship between Zhinxmin and Zhinx
,
Palmer Dabbelt
,
2023/03/03
[PULL 02/59] target/riscv: do not mask unsupported QEMU extensions in write_misa()
,
Palmer Dabbelt
,
2023/03/03
[PULL 03/59] target/riscv: allow MISA writes as experimental
,
Palmer Dabbelt
,
2023/03/03
[PULL 06/59] target/riscv: remove RISCV_FEATURE_EPMP
,
Palmer Dabbelt
,
2023/03/03
[PULL 10/59] target/riscv/cpu: remove CPUArchState::features and friends
,
Palmer Dabbelt
,
2023/03/03
[PULL 09/59] target/riscv: remove RISCV_FEATURE_MMU
,
Palmer Dabbelt
,
2023/03/03
[PULL 14/59] target/riscv: Add cfg properties for Zv* extensions
,
Palmer Dabbelt
,
2023/03/03
[PULL 11/59] target/riscv: Fix the relationship between Zfhmin and Zfh
,
Palmer Dabbelt
,
2023/03/03
[PULL 15/59] target/riscv: Fix relationship between V, Zve*, F and D
,
Palmer Dabbelt
,
2023/03/03
[PULL 13/59] target/riscv: Simplify the check for Zfhmin and Zhinxmin
,
Palmer Dabbelt
,
2023/03/03
[PULL 18/59] target/riscv: Simplify check for Zve32f and Zve64f
,
Palmer Dabbelt
,
2023/03/03
[PULL 19/59] target/riscv: Replace check for F/D to Zve32f/Zve64d in trans_rvv.c.inc
,
Palmer Dabbelt
,
2023/03/03
[PULL 16/59] target/riscv: Add property check for Zvfh{min} extensions
,
Palmer Dabbelt
,
2023/03/03
[PULL 17/59] target/riscv: Indent fixes in cpu.c
,
Palmer Dabbelt
,
2023/03/03
[PULL 20/59] target/riscv: Remove redundunt check for zve32f and zve64f
,
Palmer Dabbelt
,
2023/03/03
[PULL 21/59] target/riscv: Add support for Zvfh/zvfhmin extensions
,
Palmer Dabbelt
,
2023/03/03
[PULL 22/59] target/riscv: Fix check for vector load/store instructions when EEW=64
,
Palmer Dabbelt
,
2023/03/03
[PULL 23/59] target/riscv: Simplify check for EEW = 64 in trans_rvv.c.inc
,
Palmer Dabbelt
,
2023/03/03
[PULL 24/59] target/riscv: Expose properties for Zv* extensions
,
Palmer Dabbelt
,
2023/03/03
[PULL 26/59] target/riscv: Add some comments to clarify the priority policy of riscv_csrrw_check()
,
Palmer Dabbelt
,
2023/03/03
[PULL 25/59] target/riscv: gdbstub: Check priv spec version before reporting CSR
,
Palmer Dabbelt
,
2023/03/03
[PULL 27/59] target/riscv: Use g_assert() for the predicate() NULL check
,
Palmer Dabbelt
,
2023/03/03
[PULL 28/59] target/riscv: gdbstub: Minor change for better readability
,
Palmer Dabbelt
,
2023/03/03
[PULL 29/59] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
,
Palmer Dabbelt
,
2023/03/03
[PULL 31/59] target/riscv: Use 'bool' type for read_only
,
Palmer Dabbelt
,
2023/03/03
[PULL 32/59] target/riscv: Simplify {read, write}_pmpcfg() a little bit
,
Palmer Dabbelt
,
2023/03/03
[PULL 33/59] target/riscv: Simplify getting RISCVCPU pointer from env
,
Palmer Dabbelt
,
2023/03/03
[PULL 34/59] target/riscv: Avoid reporting odd-numbered pmpcfgX in the CSR XML for RV64
,
Palmer Dabbelt
,
2023/03/03
[PULL 30/59] target/riscv: Coding style fixes in csr.c
,
Palmer Dabbelt
,
2023/03/03
[PULL 35/59] target/riscv: gdbstub: Turn on debugger mode before calling CSR predicate()
,
Palmer Dabbelt
,
2023/03/03
[PULL 36/59] target/riscv: gdbstub: Drop the vector CSRs in riscv-vector.xml
,
Palmer Dabbelt
,
2023/03/03
[PULL 39/59] target/riscv: Allow debugger to access {h, s}stateen CSRs
,
Palmer Dabbelt
,
2023/03/03
[PULL 43/59] target/riscv: Fix checking of whether instruciton at 'pc_next' spans pages
,
Palmer Dabbelt
,
2023/03/03
[PULL 44/59] RISC-V: XTheadMemPair: Remove register restrictions for store-pair
,
Palmer Dabbelt
,
2023/03/03
[PULL 38/59] target/riscv: Allow debugger to access seed CSR
,
Palmer Dabbelt
,
2023/03/03
[PULL 37/59] target/riscv: Allow debugger to access user timer and counter CSRs
,
Palmer Dabbelt
,
2023/03/03
[PULL 46/59] hw/riscv: Skip re-generating DT nodes for a given DTB
,
Palmer Dabbelt
,
2023/03/03
[PULL 40/59] target/riscv: Allow debugger to access sstc CSRs
,
Palmer Dabbelt
,
2023/03/03
[PULL 41/59] target/riscv: Drop priv level check in mseccfg predicate()
,
Palmer Dabbelt
,
2023/03/03
[PULL 42/59] target/riscv: Group all predicate() routines together
,
Palmer Dabbelt
,
2023/03/03
[PULL 48/59] target/riscv: Fix the relationship between menvcfg.PBMTE/STCE and Svpbmt/Sstc extensions
,
Palmer Dabbelt
,
2023/03/03
[PULL 45/59] target/riscv: Add support for Zicond extension
,
Palmer Dabbelt
,
2023/03/03
[PULL 55/59] target/riscv/csr.c: simplify mctr()
,
Palmer Dabbelt
,
2023/03/03
[PULL 47/59] hw/riscv: Move the dtb load bits outside of create_fdt()
,
Palmer Dabbelt
,
2023/03/03
[PULL 49/59] target/riscv: Fix the relationship of PBMTE/STCE fields between menvcfg and henvcfg
,
Palmer Dabbelt
,
2023/03/03
[PULL 50/59] target/riscv: Add csr support for svadu
,
Palmer Dabbelt
,
2023/03/03
[PULL 51/59] target/riscv: Add *envcfg.PBMTE related check in address translation
,
Palmer Dabbelt
,
2023/03/03
[PULL 52/59] target/riscv: Add *envcfg.HADE related check in address translation
,
Palmer Dabbelt
,
2023/03/03
[PULL 53/59] target/riscv: Export Svadu property
,
Palmer Dabbelt
,
2023/03/03
[PULL 57/59] target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfig
,
Palmer Dabbelt
,
2023/03/03
[PULL 58/59] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
,
Palmer Dabbelt
,
2023/03/03
[PULL 56/59] target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointers
,
Palmer Dabbelt
,
2023/03/03
[PULL 54/59] target/riscv/csr.c: use env_archcpu() in ctr()
,
Palmer Dabbelt
,
2023/03/03
[PULL 59/59] target/riscv/vector_helper.c: avoid env_archcpu() when reading RISCVCPUConfig
,
Palmer Dabbelt
,
2023/03/03
Re: [PULL 00/59] Fifth RISC-V PR for QEMU 8.0
,
Peter Maydell
,
2023/03/03
Re: [PULL 00/59] Fifth RISC-V PR for QEMU 8.0
,
Peter Maydell
,
2023/03/03
[PATCH 0/2] Risc-V CPU state by hart ID
,
Mayuresh Chitale
,
2023/03/03
[PATCH 1/2] target/riscv: cpu: Implement get_arch_id callback
,
Mayuresh Chitale
,
2023/03/03
Re: [PATCH 1/2] target/riscv: cpu: Implement get_arch_id callback
,
Daniel Henrique Barboza
,
2023/03/03
[PATCH 2/2] hw: intc: Use cpu_by_arch_id to fetch CPU state
,
Mayuresh Chitale
,
2023/03/03
Re: [PATCH 2/2] hw: intc: Use cpu_by_arch_id to fetch CPU state
,
Daniel Henrique Barboza
,
2023/03/03
Re: [PATCH 0/2] Risc-V CPU state by hart ID
,
Palmer Dabbelt
,
2023/03/05
[PATCH v4 00/26] gdbstub/next: re-organise and split build
,
Alex Bennée
,
2023/03/02
[PATCH v4 01/26] gdbstub/internals.h: clean up include guard
,
Alex Bennée
,
2023/03/02
[PATCH v4 02/26] gdbstub: fix-up copyright and license files
,
Alex Bennée
,
2023/03/02
[PATCH v4 03/26] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
,
Alex Bennée
,
2023/03/02
[PATCH v4 05/26] gdbstub: define separate user/system structures
,
Alex Bennée
,
2023/03/02
[PATCH v4 06/26] gdbstub: move GDBState to shared internals header
,
Alex Bennée
,
2023/03/02
[PATCH v4 07/26] includes: move tb_flush into its own header
,
Alex Bennée
,
2023/03/02
[PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit
,
Alex Bennée
,
2023/03/02
Re: [PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit
,
Daniel Henrique Barboza
,
2023/03/03
[PATCH v4 08/26] gdbstub: move fromhex/tohex routines to internals
,
Alex Bennée
,
2023/03/02
[PATCH v4 12/26] gdbstub: rationalise signal mapping in softmmu
,
Alex Bennée
,
2023/03/02
[PATCH v4 10/26] gdbstub: move chunk of softmmu functionality to own file
,
Alex Bennée
,
2023/03/02
[PATCH v4 09/26] gdbstub: make various helpers visible to the rest of the module
,
Alex Bennée
,
2023/03/02
[PATCH v4 11/26] gdbstub: move chunks of user code into own files
,
Alex Bennée
,
2023/03/02
[PATCH v4 26/26] gdbstub: move update guest debug to accel ops
,
Alex Bennée
,
2023/03/02
[PATCH v4 13/26] gdbstub: abstract target specific details from gdb_put_packet_binary
,
Alex Bennée
,
2023/03/02
[PATCH v4 24/26] include: split target_long definition from cpu-defs
,
Alex Bennée
,
2023/03/02
[PATCH v4 23/26] testing: probe gdb for supported architectures ahead of time
,
Alex Bennée
,
2023/03/02
[PATCH v4 18/26] gdbstub: fix address type of gdb_set_cpu_pc
,
Alex Bennée
,
2023/03/02
[PATCH v4 22/26] gdbstub: only compile gdbstub twice for whole build
,
Alex Bennée
,
2023/03/02
[PATCH v4 17/26] gdbstub: specialise stub_can_reverse
,
Alex Bennée
,
2023/03/02
[PATCH v4 16/26] gdbstub: introduce gdb_get_max_cpus
,
Alex Bennée
,
2023/03/02
[PATCH v4 15/26] gdbstub: specialise target_memory_rw_debug
,
Alex Bennée
,
2023/03/02
[PATCH v4 19/26] gdbstub: don't use target_ulong while handling registers
,
Alex Bennée
,
2023/03/02
[PATCH v4 20/26] gdbstub: move register helpers into standalone include
,
Alex Bennée
,
2023/03/02
[PATCH v4 25/26] gdbstub: split out softmmu/user specifics for syscall handling
,
Alex Bennée
,
2023/03/02
[PATCH v4 21/26] gdbstub: move syscall handling to new file
,
Alex Bennée
,
2023/03/02
[PATCH v4 14/26] gdbstub: specialise handle_query_attached
,
Alex Bennée
,
2023/03/02
Re: [PATCH v10 0/5] riscv: Allow user to set the satp mode
,
Daniel Henrique Barboza
,
2023/03/02
Re: [PATCH v10 0/5] riscv: Allow user to set the satp mode
,
Daniel Henrique Barboza
,
2023/03/02
Re: [PATCH v10 0/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/03/03
Re: [PATCH v8 0/4] riscv: Add support for Zicbo[m,z,p] instructions
,
Daniel Henrique Barboza
,
2023/03/02
Re: [PATCH v8 0/4] riscv: Add support for Zicbo[m,z,p] instructions
,
Palmer Dabbelt
,
2023/03/05
[PATCH v2 0/1] hw/riscv/virt.c: add cbo[mz]-block-size fdt properties
,
Daniel Henrique Barboza
,
2023/03/02
[PATCH v2 1/1] hw/riscv/virt.c: add cbo[mz]-block-size fdt properties
,
Daniel Henrique Barboza
,
2023/03/02
Re: [PATCH v2 1/1] hw/riscv/virt.c: add cbo[mz]-block-size fdt properties
,
Bin Meng
,
2023/03/02
Re: [PATCH v2 0/1] hw/riscv/virt.c: add cbo[mz]-block-size fdt properties
,
Palmer Dabbelt
,
2023/03/05
[PATCH V5 0/8] Add basic ACPI support for risc-v virt
,
Sunil V L
,
2023/03/02
[PATCH V5 1/8] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
,
Sunil V L
,
2023/03/02
[PATCH V5 2/8] hw/riscv/virt: Add a switch to disable ACPI
,
Sunil V L
,
2023/03/02
[PATCH V5 3/8] hw/riscv/virt: Add memmap pointer to RiscVVirtState
,
Sunil V L
,
2023/03/02
[PATCH V5 4/8] hw/riscv/virt: Enable basic ACPI infrastructure
,
Sunil V L
,
2023/03/02
[PATCH V5 7/8] hw/riscv/virt.c: Initialize the ACPI tables
,
Sunil V L
,
2023/03/02
[PATCH V5 5/8] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
,
Sunil V L
,
2023/03/02
[PATCH V5 6/8] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
,
Sunil V L
,
2023/03/02
[PATCH V5 8/8] MAINTAINERS: Add entry for RISC-V ACPI
,
Sunil V L
,
2023/03/02
Re: [PATCH V5 0/8] Add basic ACPI support for risc-v virt
,
Palmer Dabbelt
,
2023/03/05
Re: [PATCH V5 0/8] Add basic ACPI support for risc-v virt
,
Palmer Dabbelt
,
2023/03/06
Re: [PATCH v2 03/18] target/riscv: Use g_assert() for the predicate() NULL check
,
LIU Zhiwei
,
2023/03/01
Re: [PATCH v2 02/18] target/riscv: Add some comments to clarify the priority policy of riscv_csrrw_check()
,
LIU Zhiwei
,
2023/03/01
Re: [PATCH v2 18/18] target/riscv: Group all predicate() routines together
,
LIU Zhiwei
,
2023/03/01
Re: [PATCH v2 17/18] target/riscv: Drop priv level check in mseccfg predicate()
,
LIU Zhiwei
,
2023/03/01
Re: [PATCH v2 16/18] target/riscv: Allow debugger to access sstc CSRs
,
LIU Zhiwei
,
2023/03/01
Re: [PATCH v2 15/18] target/riscv: Allow debugger to access {h,s}stateen CSRs
,
LIU Zhiwei
,
2023/03/01
Re: [PATCH 0/2] target/riscv: some vector_helper.c cleanups
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH 0/2] Fix the OpenSBI CI job and bump to v1.2
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH 1/2] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH 0/4] RISCVCPUConfig related cleanups
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH 0/4] RISCVCPUConfig related cleanups
,
Bin Meng
,
2023/03/01
Re: [PATCH 0/4] RISCVCPUConfig related cleanups
,
Daniel Henrique Barboza
,
2023/03/02
Re: [PATCH 0/6] target/riscv: Add support for Svadu extension
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH 2/6] target/riscv: Fix the relationship of PBMTE/STCE fields between menvcfg and henvcfg
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH v2 1/2] hw/riscv: Skip re-generating DT nodes for a given DTB
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH] target/riscv: Add support for Zicond extension
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH] RISC-V: XTheadMemPair: Remove register restrictions for store-pair
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH] [PATCH] disas/riscv Fix ctzw disassemble
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH] [PATCH] disas/riscv Fix ctzw disassemble
,
Ivan Klokov
,
2023/03/02
Re: [PATCH] [PATCH] disas/riscv Fix ctzw disassemble
,
Palmer Dabbelt
,
2023/03/05
Re: [PATCH v2 00/14] target/riscv: Some updates to float point related extensions
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups
,
Daniel Henrique Barboza
,
2023/03/02
[PATCH 0/1] hw/riscv/virt.c: add cbom-block-size fdt property
,
Daniel Henrique Barboza
,
2023/03/01
[PATCH 1/1] hw/riscv/virt.c: add cbom-block-size fdt property
,
Daniel Henrique Barboza
,
2023/03/01
Re: [PATCH 1/1] hw/riscv/virt.c: add cbom-block-size fdt property
,
Ben Dooks
,
2023/03/02
Re: [PATCH 1/1] hw/riscv/virt.c: add cbom-block-size fdt property
,
Palmer Dabbelt
,
2023/03/05
Re: [PATCH v7 1/4] tcg: add 'size' param to probe_access_flags()
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH v7 0/4] riscv: Add support for Zicbo[m,z,p] instructions
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH v7 0/4] riscv: Add support for Zicbo[m,z,p] instructions
,
Daniel Henrique Barboza
,
2023/03/01
Re: [PATCH 55/70] target/sparc: Avoid tcg_const_{tl,i32}
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH 55/70] target/sparc: Avoid tcg_const_{tl,i32}
,
Philippe Mathieu-Daudé
,
2023/03/06
Re: [PATCH v2 00/76] tcg: Drop tcg_temp_free from translators
,
Mark Cave-Ayland
,
2023/03/01
Re: [PATCH v2 00/76] tcg: Drop tcg_temp_free from translators
,
Peter Maydell
,
2023/03/03
Re: [RFC PATCH 07/19] hw/scsi: Set QDev properties using QDev API
,
Igor Mammedov
,
2023/03/01
Re: [RFC PATCH 05/19] hw/core/numa: Set QDev properties using QDev API
,
Igor Mammedov
,
2023/03/01
Re: [PATCH 03/19] hw/acpi: Set QDev properties using QDev API
,
Igor Mammedov
,
2023/03/01
Re: [RFC PATCH 12/19] hw/i386: Set QDev properties using QDev API
,
Igor Mammedov
,
2023/03/01
Re: [PATCH 00/19] hw: Set QDev properties using QDev API (part 1/3)
,
Igor Mammedov
,
2023/03/01
Re: [PATCH v2 05/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
,
LIU Zhiwei
,
2023/03/01
Re: [PATCH v2 05/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
,
Bin Meng
,
2023/03/01
Re: [PATCH v2 05/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH v2 05/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
,
Bin Meng
,
2023/03/01
Re: [PATCH v2 05/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
,
Palmer Dabbelt
,
2023/03/01
Re: [PATCH v2 05/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
,
LIU Zhiwei
,
2023/03/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc