qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Rolnik <mrolnik@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Richard Henderson <rth@twiddle.net>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v9 00/10] 8bit AVR cores
Date: Wed, 6 Jul 2016 13:11:14 +0300	[thread overview]
Message-ID: <CAK4993ithUnW1TBuaU5xDJ1fFMLhCh+oBOPq6Fdb32Zzti1_QQ@mail.gmail.com> (raw)
In-Reply-To: <CAFEAcA8f3zJTNZpsk3Gnzj_yVL68S-quiLiSuJeKToWPpfORaA@mail.gmail.com>

thanks

On Wed, Jul 6, 2016 at 1:10 PM, Peter Maydell <peter.maydell@linaro.org>
wrote:

> On 6 July 2016 at 11:04, Michael Rolnik <mrolnik@gmail.com> wrote:
> > how to create io space device and how to map it?
>
> Conceptually it's no different to handling memory mapped
> devices. get_system_io() returns the memory region for the IO
> space, and you add devices to it with memory_region_add_subregion().
>
> thanks
> -- PMM
>



-- 
Best Regards,
Michael Rolnik

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

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-01 14:47 [Qemu-devel] [PATCH v9 00/10] 8bit AVR cores Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 01/10] target-avr: AVR cores support is added. 1. basic CPU structure 2. registers 3. no instructions 4. saving sreg, rampD, rampX, rampY, rampD, eind in HW representation saving cpu features Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 02/10] target-avr: adding AVR CPU features/flavors Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 03/10] target-avr: adding a sample AVR board Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 04/10] target-avr: adding instructions encodings Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 05/10] target-avr: adding AVR interrupt handling Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 06/10] target-avr: adding helpers for IN, OUT, SLEEP, WBR & unsupported instructions Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 07/10] target-avr: adding instruction decoder Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 08/10] target-avr: adding instruction translation Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 09/10] target-avr: updating translate.c to use instructions translation Michael Rolnik
2016-07-05 21:02   ` Peter Maydell
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 10/10] target-avr: decoder generator. currently not used by the build, can be used manually Michael Rolnik
2016-07-01 19:09 ` [Qemu-devel] [PATCH v9 00/10] 8bit AVR cores Richard Henderson
2016-07-02 18:20   ` Michael Rolnik
2016-07-02 19:56     ` Michael Rolnik
2016-07-05 18:15       ` Michael Rolnik
2016-07-05 19:54         ` Peter Maydell
2016-07-05 20:31           ` Michael Rolnik
2016-07-05 20:39             ` Peter Maydell
2016-07-05 21:51               ` Michael Rolnik
2016-07-05 21:04             ` Peter Maydell
2016-07-05 21:41               ` Michael Rolnik
2016-07-05 22:24                 ` Peter Maydell
2016-07-05 23:55                 ` Richard Henderson
2016-07-06  5:50                   ` Michael Rolnik
2016-07-06  9:19                   ` Peter Maydell
2016-07-06  9:36                     ` Michael Rolnik
2016-07-06  9:43                       ` Peter Maydell
2016-07-06  9:49                         ` Michael Rolnik
2016-07-06  9:54                           ` Peter Maydell
2016-07-06  9:58                             ` Michael Rolnik
2016-07-06  9:52                       ` Peter Maydell
2016-07-06  9:55                         ` Michael Rolnik
2016-07-06 10:03                           ` Peter Maydell
2016-07-06 10:04                             ` Michael Rolnik
2016-07-06 10:10                               ` Peter Maydell
2016-07-06 10:11                                 ` Michael Rolnik [this message]
2016-07-06 17:11                                   ` Michael Rolnik
2016-07-06 17:22                                     ` Peter Maydell
2016-07-06 17:22                                     ` Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2016-06-22  9:51 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=CAK4993ithUnW1TBuaU5xDJ1fFMLhCh+oBOPq6Fdb32Zzti1_QQ@mail.gmail.com \
    --to=mrolnik@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).