qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v30 0/8] QEMU AVR 8 bit cores


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v30 0/8] QEMU AVR 8 bit cores
Date: Fri, 11 Oct 2019 17:41:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

On 9/2/19 4:01 PM, Michael Rolnik wrote:
Michael Rolnik (7):
   target/avr: Add outward facing interfaces and core CPU logic
   target/avr: Add instruction helpers
   target/avr: Add instruction decoding
   target/avr: Add instruction translation
[...]>   target/avr/Makefile.objs         |   33 +
  target/avr/cpu-param.h           |   37 +
  target/avr/cpu-qom.h             |   54 +
  target/avr/cpu.c                 |  576 ++++++
  target/avr/cpu.h                 |  254 +++
  target/avr/gdbstub.c             |   85 +
  target/avr/helper.c              |  354 ++++
  target/avr/helper.h              |   29 +
  target/avr/insn.decode           |  175 ++
  target/avr/machine.c             |  121 ++
  target/avr/translate.c           | 2888 ++++++++++++++++++++++++++++++

Hmmm I'm wondering, since the 32-bit arch is different, shouldn't we add this under target/avr8/ ?



reply via email to

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