Re: [PATCH v4 00/18] hw/avr: Introduce few Arduino boards

2020-01-22 Thread Philippe Mathieu-Daudé
On 1/22/20 9:46 PM, Richard Henderson wrote: On 1/21/20 11:23 AM, Philippe Mathieu-Daudé wrote: 4. There is difference between -bios and -kernel (arduino boars crash when -bios is used, but this seems because I run avr6 on avr5 CPU). I would be happy if you explained what is the difference bet

Re: [PATCH v4 00/18] hw/avr: Introduce few Arduino boards

2020-01-22 Thread Richard Henderson
On 1/21/20 11:23 AM, Philippe Mathieu-Daudé wrote: >> 4. There is difference between -bios and -kernel (arduino boars crash when >> -bios is used, but this seems because I run avr6 on avr5 CPU). I would be >> happy if you explained what is the difference between these two arguments. > > qemu man

Re: [PATCH v4 00/18] hw/avr: Introduce few Arduino boards

2020-01-21 Thread Philippe Mathieu-Daudé
On Tue, Jan 21, 2020 at 8:26 PM Michael Rolnik wrote: > > Hi Philippe. > > 1. I cannot access https://gitlab.com/philmd/qemu/commits/arduino-v4 Oops I pushed to GitHub instead =) Now it is on GitLab too. > 2. I merged your series into my workspace using patchwork > 3. I payed attention that that

Re: [PATCH v4 00/18] hw/avr: Introduce few Arduino boards

2020-01-21 Thread Michael Rolnik
Hi Philippe. 1. I cannot access https://gitlab.com/philmd/qemu/commits/arduino-v4 2. I merged your series into my workspace using patchwork 3. I payed attention that that you don't use automatic CPU detection (as suggested by Aleksandar) by reading elf. 4. There is difference between -bios and -ke

Re: [PATCH v4 00/18] hw/avr: Introduce few Arduino boards

2020-01-20 Thread Philippe Mathieu-Daudé
On Mon, Jan 20, 2020 at 11:01 PM Philippe Mathieu-Daudé wrote: > > Hi, > > This series add the arduino boards, aiming at removing the > 'sample' board that doesn't follow any specification. > > Since v3: > - Rebased on Michael's v41 > - Drop 'extram' unused field (Igor) > - Renamed devices AVR ->

[PATCH v4 00/18] hw/avr: Introduce few Arduino boards

2020-01-20 Thread Philippe Mathieu-Daudé
Hi, This series add the arduino boards, aiming at removing the 'sample' board that doesn't follow any specification. Since v3: - Rebased on Michael's v41 - Drop 'extram' unused field (Igor) - Renamed devices AVR -> Atmel (Aleksandar) (I haven't renamed structure names to ease review) Since v2: