qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Helge Deller <deller@gmx.de>,
	"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL v5 39/43] hw/hppa: Implement DINO system board
Date: Fri, 26 Mar 2021 06:29:01 -0600	[thread overview]
Message-ID: <6a7d7e79-e2b6-740c-72b1-4d8a62538c77@linaro.org> (raw)
In-Reply-To: <CAAdtpL5Uvvrkucyh=8+dveMeQsR4hHhynUCoF3AKT+g3mPaY0Q@mail.gmail.com>

On 3/25/21 5:17 PM, Philippe Mathieu-Daudé wrote:
>> +    /* Set up windows into PCI bus memory.  */
>> +    for (i = 1; i < 31; i++) {
>> +        uint32_t addr = 0xf0000000 + i * DINO_MEM_CHUNK_SIZE;
>> +        char *name = g_strdup_printf("PCI Outbound Window %d", i);
>> +        memory_region_init_alias(&s->pci_mem_alias[i], OBJECT(s),
>> +                                 name, &s->pci_mem, addr,
>> +                                 DINO_MEM_CHUNK_SIZE);
> 
> Where are these aliases mapped?

gsc_to_pci_forwarding


r~


  reply	other threads:[~2021-03-26 12:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-30  4:46 [Qemu-devel] [PULL v5 00/43] hppa-softmmu Richard Henderson
2018-01-30  4:46 ` [Qemu-devel] [PULL v5 39/43] hw/hppa: Implement DINO system board Richard Henderson
2018-02-01  9:39   ` Thomas Huth
2018-02-01 20:11     ` Helge Deller
2021-03-25 23:17   ` Philippe Mathieu-Daudé
2021-03-26 12:29     ` Richard Henderson [this message]
2021-03-26 18:44       ` Philippe Mathieu-Daudé
2018-01-30 17:57 ` [Qemu-devel] [PULL v5 00/43] hppa-softmmu Peter Maydell

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=6a7d7e79-e2b6-740c-72b1-4d8a62538c77@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=deller@gmx.de \
    --cc=f4bug@amsat.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.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).