qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Michael Rolnik <mrolnik@gmail.com>, qemu-devel@nongnu.org
Cc: imammedo@redhat.com, Sarah Harris <S.E.Harris@kent.ac.uk>,
	richard.henderson@linaro.org
Subject: Re: [Qemu-devel] [PATCH v25 6/7] target/avr: Add example board configuration
Date: Wed, 10 Jul 2019 12:10:30 +0200	[thread overview]
Message-ID: <bf1181ea-0ad3-c6fa-c580-1175daa373ce@redhat.com> (raw)
In-Reply-To: <20190709213651.77315-7-mrolnik@gmail.com>

On 7/9/19 11:36 PM, Michael Rolnik wrote:
> From: Sarah Harris <S.E.Harris@kent.ac.uk>
> 
> A simple board setup that configures an AVR CPU to run a given firmware image.
> This is all that's useful to implement without peripheral emulation as AVR CPUs include a lot of on-board peripherals.

Why not model a tiny existing board?

You can mark various pieces of hardware as 'unimplemented'.

> 
> Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
> ---
>  hw/Kconfig           |   1 +
>  hw/avr/Kconfig       |   4 +
>  hw/avr/Makefile.objs |   1 +
>  hw/avr/sample.c      | 217 +++++++++++++++++++++++++++++++++++++++++++
[...]


  reply	other threads:[~2019-07-10 10:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-09 21:36 [Qemu-devel] [PATCH v25 0/7] QEMU AVR 8 bit cores Michael Rolnik
2019-07-09 21:36 ` [Qemu-devel] [PATCH v25 1/7] target/avr: Add outward facing interfaces and core CPU logic Michael Rolnik
2019-07-10  8:52   ` Igor Mammedov
2019-07-09 21:36 ` [Qemu-devel] [PATCH v25 2/7] target/avr: Add instruction helpers Michael Rolnik
2019-07-09 21:36 ` [Qemu-devel] [PATCH v25 3/7] target/avr: Add instruction decoding Michael Rolnik
2019-07-09 21:36 ` [Qemu-devel] [PATCH v25 4/7] target/avr: Add instruction translation Michael Rolnik
2019-07-09 21:36 ` [Qemu-devel] [PATCH v25 5/7] target/avr: Add limited support for USART and 16 bit timer peripherals Michael Rolnik
2019-07-10 10:06   ` Philippe Mathieu-Daudé
2019-07-11  2:48     ` Michael Rolnik
2019-07-09 21:36 ` [Qemu-devel] [PATCH v25 6/7] target/avr: Add example board configuration Michael Rolnik
2019-07-10 10:10   ` Philippe Mathieu-Daudé [this message]
2019-07-10 10:33     ` Michael Rolnik
2019-07-09 21:36 ` [Qemu-devel] [PATCH v25 7/7] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file Michael Rolnik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bf1181ea-0ad3-c6fa-c580-1175daa373ce@redhat.com \
    --to=philmd@redhat.com \
    --cc=S.E.Harris@kent.ac.uk \
    --cc=imammedo@redhat.com \
    --cc=mrolnik@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).