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

2019-10-23 Thread Michael Rolnik
Hi Aleksandar. I am fixing flag C and I will make flag Z to be like the others, just once bit Sent from my cell phone, please ignore typos On Tue, Oct 22, 2019, 1:37 AM Michael Rolnik wrote: > This includes: > - CPU data structures > - object model classes and functions > - migration

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

2019-10-23 Thread Aleksandar Markovic
On Wednesday, October 23, 2019, Michael Rolnik wrote: > Hi Aleksandar. > > I am fixing flag C and I will make flag Z to be like the others, just once > bit > > Sent from my cell phone, please ignore typos > No worries, thanks. A. > > On Tue, Oct 22, 2019, 1:37 AM Michael Rolnik wrote: > >>

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

2019-10-22 Thread Aleksandar Markovic
On Tuesday, October 22, 2019, 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

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

2019-10-22 Thread Aleksandar Markovic
On Tuesday, October 22, 2019, 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

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

2019-10-21 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 ---