Re: [Qemu-devel] [PATCH v24 0/7] QEMU AVR 8 bit cores

2019-07-09 Thread Michael Rolnik
Hi Philippe. I am working on it. On Tue, Jul 2, 2019 at 6:55 PM Philippe Mathieu-Daudé wrote: > Hi Michael, > > On 6/28/19 2:01 PM, Michael Rolnik wrote: > > This series of patches adds 8bit AVR cores to QEMU. > > All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully > tested y

Re: [Qemu-devel] [PATCH v24 0/7] QEMU AVR 8 bit cores

2019-07-02 Thread Philippe Mathieu-Daudé
Hi Michael, On 6/28/19 2:01 PM, Michael Rolnik wrote: > This series of patches adds 8bit AVR cores to QEMU. > All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully tested > yet. > However I was able to execute simple code with functions. e.g fibonacci > calculation. > This serie

[Qemu-devel] [PATCH v24 0/7] QEMU AVR 8 bit cores

2019-06-28 Thread Michael Rolnik
This series of patches adds 8bit AVR cores to QEMU. All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully tested yet. However I was able to execute simple code with functions. e.g fibonacci calculation. This series of patches include a non real, sample board. No fuses support yet