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

2017-06-13 Thread Michael Rolnik
we had this discussion previously. 1. I am not sure my generator will run on every machine as it requires some tools e.g. xsltproc 2. once AVR finds its way into master, I will try to generate files during the build. On Wed, Jun 14, 2017 at 8:14 AM, Thomas Huth wrote: > On 13.06.2017 22:29, Mich

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

2017-06-13 Thread Thomas Huth
On 13.06.2017 22:29, Michael Rolnik wrote: > this is generated code. Hmm, then it should likely not be included in a patch, but generated during built-time instead, I guess? Thomas

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

2017-06-13 Thread Michael Rolnik
this is generated code. On Tue, Jun 13, 2017 at 11:01 PM, Thomas Huth wrote: > On 08.06.2017 20:49, Michael Rolnik wrote: > > Signed-off-by: Michael Rolnik > > Message-Id: <1471522070-77598-10-git-send-email-mrol...@gmail.com> > > Signed-off-by: Richard Henderson > > --- > > target/avr/Makefi

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

2017-06-13 Thread Thomas Huth
On 08.06.2017 20:49, Michael Rolnik wrote: > Signed-off-by: Michael Rolnik > Message-Id: <1471522070-77598-10-git-send-email-mrol...@gmail.com> > Signed-off-by: Richard Henderson > --- > target/avr/Makefile.objs | 1 + > target/avr/decode.c | 691 > +++

[Qemu-devel] [PATCH RFC v19 09/13] target-avr: adding instruction decoder

2017-06-08 Thread Michael Rolnik
Signed-off-by: Michael Rolnik Message-Id: <1471522070-77598-10-git-send-email-mrol...@gmail.com> Signed-off-by: Richard Henderson --- target/avr/Makefile.objs | 1 + target/avr/decode.c | 691 +++ target/avr/translate.c | 2 + 3 files change