On 08.06.2017 20:49, Michael Rolnik wrote: > Signed-off-by: Michael Rolnik <mrol...@gmail.com> > Message-Id: <1471522070-77598-9-git-send-email-mrol...@gmail.com> > Signed-off-by: Richard Henderson <r...@twiddle.net> > --- > 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