From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: Stefano Stabellini <sstabellini@kernel.org>
Cc: Julien Grall <julien@xen.org>,
xen-devel@lists.xenproject.org, bertrand.marquis@arm.com,
michal.orzel@amd.com, Volodymyr_Babchuk@epam.com,
dpsmith@apertussolutions.com, edgar.iglesias@amd.com
Subject: Re: [PATCH v1 1/6] xen/arm: Decrease size of the 2nd ram bank
Date: Wed, 25 Sep 2024 01:40:00 +0200 [thread overview]
Message-ID: <ZvNN0CYDKPMcC4Pa@zapote> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2409241622320.1417852@ubuntu-linux-20-04-desktop>
On Tue, Sep 24, 2024 at 04:34:16PM -0700, Stefano Stabellini wrote:
> On Tue, 24 Sep 2024, Julien Grall wrote:
> > Hi Edgar,
> >
> > On 24/09/2024 17:23, Edgar E. Iglesias wrote:
> > > From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>
> > >
> > > The address range between 4G (32bit) and 1TB (40bit) is fully
> > > allocated. There's no more room for devices on ARM systems with
> > > 40-bit physicall address width.
> > > > This decreases the size of the second RAM bank to free up space
> > > in preparation for virtio-pci and for future use-cases.
> >
> > I don't think we should reduce the amount of RAM supported in the default
> > case. Instead, I think it is time to support a more dynamic layout so we still
> > allow 1TB guest when QEMU is not emulated a virtual PCI hostbridge.
>
> Edgar, do you think it would be possible for QEMU to take the virtio-pci
> address ranges and SPIs on the command line? If yes, I think that would
> solve the problem on the QEMU side.
Yes, that is already done on the QEMU side, all addresses and sizes are
passed on the command-line.
> On the Xen side, you have already added "virtio-pci-ranges" as dom0less
> property and that's all we need as far as I can tell.
>
> Then you can remove patch #1 and patch #2 from this series?
I didn't think of that but yes, that should actually work, good point.
Cheers,
Edgar
next prev parent reply other threads:[~2024-09-24 23:40 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-24 16:23 [PATCH v1 0/6] xen/arm: Add Virtio-PCI for dom0less on ARM Edgar E. Iglesias
2024-09-24 16:23 ` [PATCH v1 1/6] xen/arm: Decrease size of the 2nd ram bank Edgar E. Iglesias
2024-09-24 16:30 ` Julien Grall
2024-09-24 23:34 ` Stefano Stabellini
2024-09-24 23:40 ` Edgar E. Iglesias [this message]
2024-09-24 16:23 ` [PATCH v1 2/6] xen/arm: Reserve resources for virtio-pci Edgar E. Iglesias
2024-09-24 16:35 ` Julien Grall
2024-09-24 17:11 ` Edgar E. Iglesias
2024-09-24 17:24 ` Julien Grall
2024-09-24 23:16 ` Stefano Stabellini
2024-09-25 7:36 ` Julien Grall
2024-09-25 18:09 ` Stefano Stabellini
2024-09-24 16:23 ` [PATCH v1 3/6] xen/arm: create dom0less virtio-pci DT node Edgar E. Iglesias
2024-09-24 23:55 ` Stefano Stabellini
2024-09-25 13:03 ` Stewart Hildebrand
2024-09-26 22:15 ` Edgar E. Iglesias
2024-09-25 2:48 ` Stewart Hildebrand
2024-09-25 7:44 ` Julien Grall
2024-09-25 16:34 ` Edgar E. Iglesias
2024-09-25 16:38 ` Julien Grall
2024-09-25 16:44 ` Edgar E. Iglesias
2024-09-25 16:49 ` Edgar E. Iglesias
2024-09-25 17:45 ` Julien Grall
2024-09-25 18:42 ` Edgar E. Iglesias
2024-09-25 22:20 ` Stefano Stabellini
2024-10-01 19:30 ` Stewart Hildebrand
2024-09-24 16:23 ` [PATCH v1 4/6] xen/arm: io: Add support for mmio background regions Edgar E. Iglesias
2024-09-24 23:59 ` Stefano Stabellini
2024-09-24 16:23 ` [PATCH v1 5/6] xen/arm: io: Add a read-const writes-ignored mmio handler Edgar E. Iglesias
2024-09-25 0:02 ` Stefano Stabellini
2024-09-24 16:23 ` [PATCH v1 6/6] xen/arm: dom0less: Add a background PCI ECAM mmio region Edgar E. Iglesias
2024-09-25 0:07 ` Stefano Stabellini
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=ZvNN0CYDKPMcC4Pa@zapote \
--to=edgar.iglesias@gmail.com \
--cc=Volodymyr_Babchuk@epam.com \
--cc=bertrand.marquis@arm.com \
--cc=dpsmith@apertussolutions.com \
--cc=edgar.iglesias@amd.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.