Re: [PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

2020-04-15 Thread Philippe Mathieu-Daudé
Hi Michael, On 4/12/20 11:14 AM, Michael Rolnik wrote: > hi all. > > are there any news / updates about AVR support? Aleksandar is not very active on qemu-devel recently, I suppose he is busy. I have ~15 patches on top of your series, but I'm waiting update on the status on this target before

Re: [PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

2020-04-12 Thread Michael Rolnik
hi all. are there any news / updates about AVR support? On Mon, Mar 23, 2020 at 10:14 PM Michael Rolnik wrote: > thanks Philippe. > > On Mon, Mar 23, 2020 at 9:20 PM Philippe Mathieu-Daudé > wrote: > >> On 3/23/20 7:03 PM, Richard Henderson wrote: >> > On 3/23/20 10:03 AM, Michael Rolnik

Re: [PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

2020-03-23 Thread Michael Rolnik
thanks Philippe. On Mon, Mar 23, 2020 at 9:20 PM Philippe Mathieu-Daudé wrote: > On 3/23/20 7:03 PM, Richard Henderson wrote: > > On 3/23/20 10:03 AM, Michael Rolnik wrote: > >> Hi Philippe. > >> > >> It's been a while. let me think about it and get back to you. what is > your > >> concern ? >

Re: [PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

2020-03-23 Thread Philippe Mathieu-Daudé
On 3/23/20 7:03 PM, Richard Henderson wrote: On 3/23/20 10:03 AM, Michael Rolnik wrote: Hi Philippe. It's been a while. let me think about it and get back to you. what is your concern ? We are using this series with Joaquin for a Google Summit of Code project, so we are noticing some bugs

Re: [PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

2020-03-23 Thread Richard Henderson
On 3/23/20 10:03 AM, Michael Rolnik wrote: > Hi Philippe. > > It's been a while. let me think about it and get back to you. what is your > concern ?  It shouldn't be there. See commit 1f5c00cfdb81. > > +    memset(env->r, 0, sizeof(env->r)); > > + > > +    tlb_flush(cs); > >

Re: [PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

2020-03-23 Thread Michael Rolnik
Hi Philippe. It's been a while. let me think about it and get back to you. what is your concern ? Regards, Michael Rolnik On Mon, Mar 23, 2020 at 5:55 PM Philippe Mathieu-Daudé wrote: > Hi Michael, > > On 1/18/20 8:13 PM, Michael Rolnik wrote: > > This includes: > > - CPU data structures > >

Re: [PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

2020-03-23 Thread Philippe Mathieu-Daudé
Hi Michael, On 1/18/20 8:13 PM, Michael Rolnik wrote: This includes: - CPU data structures - object model classes and functions - migration functions - GDB hooks Co-developed-by: Michael Rolnik Co-developed-by: Sarah Harris Signed-off-by: Michael Rolnik Signed-off-by: Sarah Harris

[PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

2020-01-18 Thread Michael Rolnik
This includes: - CPU data structures - object model classes and functions - migration functions - GDB hooks Co-developed-by: Michael Rolnik Co-developed-by: Sarah Harris Signed-off-by: Michael Rolnik Signed-off-by: Sarah Harris Signed-off-by: Michael Rolnik Acked-by: Igor Mammedov