Re: [PATCH v4] target/riscv: Implement dynamic establishment of custom decoder

2024-04-29 Thread Huang Tao
On 2024/4/29 15:58, Huang Tao wrote: On 2024/4/29 11:51, Alistair Francis wrote: On Thu, Mar 14, 2024 at 7:23 PM Huang Tao wrote: In this patch, we modify the decoder to be a freely composable data structure instead of a hardcoded one. It can be dynamically builded up according to the exten

Re: [PATCH v4] target/riscv: Implement dynamic establishment of custom decoder

2024-04-29 Thread Huang Tao
On 2024/4/29 11:51, Alistair Francis wrote: On Thu, Mar 14, 2024 at 7:23 PM Huang Tao wrote: In this patch, we modify the decoder to be a freely composable data structure instead of a hardcoded one. It can be dynamically builded up according to the extensions. This approach has several benefi

Re: [PATCH v4] target/riscv: Implement dynamic establishment of custom decoder

2024-04-28 Thread Alistair Francis
On Thu, Mar 14, 2024 at 7:23 PM Huang Tao wrote: > > In this patch, we modify the decoder to be a freely composable data > structure instead of a hardcoded one. It can be dynamically builded up > according to the extensions. > This approach has several benefits: > 1. Provides support for heterogen

Re: [PATCH v4] target/riscv: Implement dynamic establishment of custom decoder

2024-04-28 Thread Alistair Francis
On Thu, Mar 14, 2024 at 7:23 PM Huang Tao wrote: > > In this patch, we modify the decoder to be a freely composable data > structure instead of a hardcoded one. It can be dynamically builded up > according to the extensions. > This approach has several benefits: > 1. Provides support for heterogen

Re: [PATCH v4] target/riscv: Implement dynamic establishment of custom decoder

2024-04-02 Thread Huang Tao
This is a ping to the patch below. https://patchew.org/QEMU/20240314092158.65866-1-eric.hu...@linux.alibaba.com/ On 2024/3/14 17:21, Huang Tao wrote: In this patch, we modify the decoder to be a freely composable data structure instead of a hardcoded one. It can be dynamically builded up accord

[PATCH v4] target/riscv: Implement dynamic establishment of custom decoder

2024-03-14 Thread Huang Tao
In this patch, we modify the decoder to be a freely composable data structure instead of a hardcoded one. It can be dynamically builded up according to the extensions. This approach has several benefits: 1. Provides support for heterogeneous cpu architectures. As we add decoder in RISCVCPU, each