Michael Rolnik

Results 7 comments of Michael Rolnik

Hi systemmind. This project was to add AVR 8 bit CPUs to QEMU, I had no intentions to emulate any boards or peripherals. There is only CPU and a sample/simple...

Hi, btw, what is your name? 1. Sorry, I don't know why qemu stucks, maybe because it just CPU and qemu is not built for this 2. Peripherals are not...

Hi Illia. Look at this [sparc32_dma](https://github.com/michaelrolnik/qemu-avr/blob/master/hw/dma/sparc32_dma.c) device 1. it is defined as bus device ([here](https://github.com/michaelrolnik/qemu-avr/blob/master/hw/dma/sparc32_dma.c#L313)) 2. it has a [read](https://github.com/michaelrolnik/qemu-avr/blob/master/hw/dma/sparc32_dma.c#L173) and [write](https://github.com/michaelrolnik/qemu-avr/blob/master/hw/dma/sparc32_dma.c#L190) which are called whenever CPU writes into dma...

following is my question to QEMU community some time ago > Hi all, > > I want to partially implement AT [STK500](http://www.atmel.com/tools/STK500.aspx?tab=documents) board in order to run [FreeRTOS AVR /...

and the following is the answer I got from Peter Maydell > > I want to partially implement AT STK500 board in order to run FreeRTOS AVR > > /...

right. On Tue, Nov 20, 2018 at 3:20 PM systemmind wrote: > then a higher level SoC container device can map those into the right > places > > This...

Please have a look at the patch by [email protected] (https://patchwork.kernel.org/project/qemu-devel)