Re: [PATCH 01/14] arc: Add initial core cpu files

2020-10-13 Thread Cupertino Miranda
Hi Philippe, Thank you for your time reviewing our patches. My apologies for reacting to it so late. :-( Once we decided to make this port we noticed that Michael Rolnik had submitt a port for ARC700 to QEMU mailinglist. As we tested it, we decided to use his directory structure, and for that rea

Re: [PATCH 01/14] arc: Add initial core cpu files

2020-10-06 Thread Philippe Mathieu-Daudé
Hi Cupertino, On 9/30/20 10:45 PM, cupertinomira...@gmail.com wrote: > From: Cupertino Miranda > > Signed-off-by: Cupertino Miranda > --- ... > diff --git a/target/arc/Makefile.objs b/target/arc/Makefile.objs > new file mode 100644 > index 00..7b2afd08e4 > --- /dev/null > +++ b/target/

[PATCH 01/14] arc: Add initial core cpu files

2020-09-30 Thread cupertinomiranda
From: Cupertino Miranda Signed-off-by: Cupertino Miranda --- target/arc/Makefile.objs | 34 +++ target/arc/arc-common.h | 55 target/arc/cpu-param.h | 20 ++ target/arc/cpu-qom.h | 53 target/arc/cpu.c | 468 ++ target/arc/cpu.h