Re: [PATCH 6/6] Add the AEHD implementation.

2023-03-03 Thread Haitao Shan
On Fri, Mar 3, 2023 at 2:15 AM Philippe Mathieu-Daudé wrote: > > On 3/3/23 03:26, Haitao Shan wrote: > > Implement the AEHD accelerator including the AEHD AccelClass, > > AccelCPUClass, AccelOpsClass. > > > > Signed-off-by: Haitao Shan > > --- > > hw/i386/x86.c |2 +- > >

Re: [PATCH 6/6] Add the AEHD implementation.

2023-03-03 Thread Philippe Mathieu-Daudé
On 3/3/23 03:26, Haitao Shan wrote: Implement the AEHD accelerator including the AEHD AccelClass, AccelCPUClass, AccelOpsClass. Signed-off-by: Haitao Shan --- hw/i386/x86.c |2 +- include/exec/ram_addr.h |2 - include/sysemu/aehd.h | 87 ++

[PATCH 6/6] Add the AEHD implementation.

2023-03-02 Thread Haitao Shan
Implement the AEHD accelerator including the AEHD AccelClass, AccelCPUClass, AccelOpsClass. Signed-off-by: Haitao Shan --- hw/i386/x86.c |2 +- include/exec/ram_addr.h |2 - include/sysemu/aehd.h | 87 ++ include/sysemu/hw_accel.h |