qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Huth
Subject: Re: [Qemu-devel] [PATCH RFC v19 08/13] target-avr: instruction decoder generator
Date: Tue, 13 Jun 2017 22:04:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

On 08.06.2017 20:49, Michael Rolnik wrote:
> Signed-off-by: Michael Rolnik <address@hidden>
> Message-Id: <address@hidden>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  target/avr/cpugen/CMakeLists.txt           |  38 +++
>  target/avr/cpugen/README.md                |  17 ++
>  target/avr/cpugen/cpu/avr.yaml             | 213 ++++++++++++++
>  target/avr/cpugen/src/CMakeLists.txt       |  62 ++++
>  target/avr/cpugen/src/cpugen.cpp           | 457 
> +++++++++++++++++++++++++++++
>  target/avr/cpugen/src/utils.cpp            |  26 ++
>  target/avr/cpugen/src/utils.h              |  78 +++++
>  target/avr/cpugen/xsl/decode.c.xsl         | 103 +++++++
>  target/avr/cpugen/xsl/translate-inst.h.xsl | 118 ++++++++
>  target/avr/cpugen/xsl/utils.xsl            | 108 +++++++

CMake ... .cpp files ... .xsl files ... sounds strange ... are you sure
this fits into the QEMU build environment?

 Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]