Re: [PATCH rc2 00/25] target/avr merger

2020-01-24 Thread Michael Rolnik
Just one patch attached. Thanks. On Fri, Jan 24, 2020 at 2:49 PM Philippe Mathieu-Daudé wrote: > On 1/24/20 12:41 PM, Michael Rolnik wrote: > > Tested-by: Michael Rolnik mailto:mrol...@gmail.com>> > > Thanks a lot! > > > The only thing I want to change is instead of -kernel put -bios in > > qemu

Re: [PATCH rc2 00/25] target/avr merger

2020-01-24 Thread Philippe Mathieu-Daudé
On 1/24/20 12:41 PM, Michael Rolnik wrote: Tested-by: Michael Rolnik mailto:mrol...@gmail.com>> Thanks a lot! The only thing I want to change is instead of -kernel put -bios in qemu-doc.texi file. Should I send a new series? Please do NOT :) Richard can do the trivial fixup directly. On F

Re: [PATCH rc2 00/25] target/avr merger

2020-01-24 Thread Michael Rolnik
Tested-by: Michael Rolnik The only thing I want to change is instead of -kernel put -bios in qemu-doc.texi file. Should I send a new series? On Fri, Jan 24, 2020 at 2:51 AM Philippe Mathieu-Daudé wrote: > This is the AVR port from Michael release (merge) candidate 2. > > Since v1 [1]: > - Ad

Re: [PATCH rc2 00/25] target/avr merger

2020-01-23 Thread Thomas Huth
On 24/01/2020 01.51, Philippe Mathieu-Daudé wrote: > This is the AVR port from Michael release (merge) candidate 2. > > Since v1 [1]: > - Addressed Thomas comments > - Fixed a non-critical bug in ATmega (incorrect SRAM base address) > - Added ELF parsing requested by Aleksandar > - Dropped default

Re: [PATCH rc2 00/25] target/avr merger

2020-01-23 Thread Philippe Mathieu-Daudé
On Fri, Jan 24, 2020 at 1:51 AM Philippe Mathieu-Daudé wrote: > > This is the AVR port from Michael release (merge) candidate 2. > > Since v1 [1]: > - Addressed Thomas comments > - Fixed a non-critical bug in ATmega (incorrect SRAM base address) > - Added ELF parsing requested by Aleksandar > - Dr

[PATCH rc2 00/25] target/avr merger

2020-01-23 Thread Philippe Mathieu-Daudé
This is the AVR port from Michael release (merge) candidate 2. Since v1 [1]: - Addressed Thomas comments - Fixed a non-critical bug in ATmega (incorrect SRAM base address) - Added ELF parsing requested by Aleksandar - Dropped default machine (as with the ARM port) Change since rc1: $ git backpor