Re: [Qemu-devel] [PATCH RFC v19 08/13] target-avr: instruction decoder generator

2017-06-13 Thread Thomas Huth
On 08.06.2017 20:49, Michael Rolnik wrote: > Signed-off-by: Michael Rolnik > Message-Id: <1471522070-77598-9-git-send-email-mrol...@gmail.com> > Signed-off-by: Richard Henderson > --- > target/avr/cpugen/CMakeLists.txt | 38 +++ > target/avr/cpugen/README.md| 17 ++ >

[Qemu-devel] [PATCH RFC v19 08/13] target-avr: instruction decoder generator

2017-06-08 Thread Michael Rolnik
Signed-off-by: Michael Rolnik Message-Id: <1471522070-77598-9-git-send-email-mrol...@gmail.com> Signed-off-by: Richard Henderson --- target/avr/cpugen/CMakeLists.txt | 38 +++ target/avr/cpugen/README.md| 17 ++ target/avr/cpugen/cpu/avr.yaml | 213 +++