Re: [PATCH v37 10/17] target/avr: Add instruction disassembly function

2019-12-03 Thread Michael Rolnik
Hi Philippe. I copied Richard's file and modified it's content, that's why Richard is there. Regards, Michael Rolnik On Tue, Dec 3, 2019 at 1:18 PM Philippe Mathieu-Daudé wrote: > On 12/2/19 8:04 AM, Michael Rolnik wrote: > > Aleksandar. > > > > If this code is going to be merge in 2019 I

Re: [PATCH v37 10/17] target/avr: Add instruction disassembly function

2019-12-03 Thread Philippe Mathieu-Daudé
On 12/2/19 8:04 AM, Michael Rolnik wrote: Aleksandar. If this code is going to be merge in 2019 I should modify al the copyrights, right. or should I put 2020 in? Usually the copyright date is when you first contributed your code to the world (here, the list). If a patch was on the list in

Re: [PATCH v37 10/17] target/avr: Add instruction disassembly function

2019-12-02 Thread Aleksandar Markovic
On Monday, December 2, 2019, Michael Rolnik wrote: > Aleksandar. > > If this code is going to be merge in 2019 I should modify al the > copyrights, right. or should I put 2020 in? > > Michael, Initially I saw your message as wry sense of humor. But, in fact, it is not a bad idea at all. Since

Re: [PATCH v37 10/17] target/avr: Add instruction disassembly function

2019-12-02 Thread Aleksandar Markovic
On Monday, December 2, 2019, Michael Rolnik wrote: > Aleksandar. > > If this code is going to be merge in 2019 I should modify al the > copyrights, right. or should I put 2020 in? > > I don't have a better answer other than: :)) > Regards, > Michael Rolnik > > On Mon, Dec 2, 2019 at 2:28

Re: [PATCH v37 10/17] target/avr: Add instruction disassembly function

2019-12-01 Thread Michael Rolnik
Aleksandar. If this code is going to be merge in 2019 I should modify al the copyrights, right. or should I put 2020 in? Regards, Michael Rolnik On Mon, Dec 2, 2019 at 2:28 AM Aleksandar Markovic < aleksandar.m.m...@gmail.com> wrote: > > > On Wednesday, November 27, 2019, Michael Rolnik

Re: [PATCH v37 10/17] target/avr: Add instruction disassembly function

2019-12-01 Thread Aleksandar Markovic
On Wednesday, November 27, 2019, Michael Rolnik wrote: > Provide function disassembles executed instruction when `-d in_asm` is > provided > > Example: > `./avr-softmmu/qemu-system-avr -bios > free-rtos/Demo/AVR_ATMega2560_GCC/demo.elf > -d in_asm` will produce something like the following > >

[PATCH v37 10/17] target/avr: Add instruction disassembly function

2019-11-27 Thread Michael Rolnik
Provide function disassembles executed instruction when `-d in_asm` is provided Example: `./avr-softmmu/qemu-system-avr -bios free-rtos/Demo/AVR_ATMega2560_GCC/demo.elf -d in_asm` will produce something like the following ``` ... IN: 0x014a: CALL 0x3808 IN: main