From: Juergen Gross <jgross@suse.com>
To: The development of GNU GRUB <grub-devel@gnu.org>,
xen-devel@lists.xen.org, phcoder@gmail.com
Subject: Re: [PATCH 0/6] grub-xen: support booting huge pv-domains
Date: Mon, 16 Nov 2015 06:46:58 +0100 [thread overview]
Message-ID: <56496DD2.4090405@suse.com> (raw)
In-Reply-To: <1446443495-10376-1-git-send-email-jgross@suse.com>
On 02/11/15 06:51, Juergen Gross wrote:
> The Xen hypervisor supports starting a dom0 with large memory (up to
> the TB range) by not including the initrd and p2m list in the initial
> kernel mapping. Especially the p2m list can grow larger than the
> available virtual space in the initial mapping.
>
> The started kernel is indicating the support of each feature via
> elf notes.
>
> This series enables grub-xen to do the same as the hypervisor.
>
> Tested with:
> - 32 bit domU (kernel not supporting unmapped initrd)
> - 32 bit domU (kernel supporting unmapped initrd)
> - 1 GB 64 bit domU (kernel supporting unmapped initrd, not p2m)
> - 1 GB 64 bit domU (kernel supporting unmapped initrd and p2m)
> - 900GB 64 bit domU (kernel supporting unmapped initrd and p2m)
>
>
> Juergen Gross (6):
> xen: factor out p2m list allocation into separate function
> xen: factor out allocation of special pages into separate function
> xen: factor out allocation of page tables into separate function
> xen: add capability to load initrd outside of initial mapping
> xen: modify page table construction
> xen: add capability to load p2m list outside of kernel mapping
>
> grub-core/lib/i386/xen/relocator.S | 47 ++--
> grub-core/lib/x86_64/xen/relocator.S | 41 ++-
> grub-core/lib/xen/relocator.c | 22 +-
> grub-core/loader/i386/xen.c | 521 +++++++++++++++++++++++++----------
> grub-core/loader/i386/xen_fileXX.c | 7 +
> include/grub/xen/relocator.h | 6 +-
> include/grub/xen_file.h | 3 +
> 7 files changed, 446 insertions(+), 201 deletions(-)
>
I'd really appreciate some kind of reaction.
Is the general approach acceptable?
Juergen
next prev parent reply other threads:[~2015-11-16 20:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-02 5:51 [PATCH 0/6] grub-xen: support booting huge pv-domains Juergen Gross
2015-11-02 5:51 ` [PATCH 1/6] xen: factor out p2m list allocation into separate function Juergen Gross
2015-11-02 5:51 ` [PATCH 2/6] xen: factor out allocation of special pages " Juergen Gross
2015-11-02 5:51 ` [PATCH 3/6] xen: factor out allocation of page tables " Juergen Gross
2015-11-02 5:51 ` [PATCH 4/6] xen: add capability to load initrd outside of initial mapping Juergen Gross
2015-11-02 5:51 ` [PATCH 5/6] xen: modify page table construction Juergen Gross
2015-11-02 5:51 ` [PATCH 6/6] xen: add capability to load p2m list outside of kernel mapping Juergen Gross
2015-11-09 5:40 ` [PATCH 0/6] grub-xen: support booting huge pv-domains Juergen Gross
2015-11-09 5:40 ` Juergen Gross
2015-11-16 5:46 ` Juergen Gross [this message]
2015-11-16 7:08 ` Vladimir 'phcoder' Serbinenko
2015-11-16 7:08 ` Vladimir 'phcoder' Serbinenko
2015-11-16 10:18 ` Juergen Gross
2015-11-16 10:18 ` Juergen Gross
2016-01-05 8:35 ` Juergen Gross
2016-01-05 8:35 ` Juergen Gross
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=56496DD2.4090405@suse.com \
--to=jgross@suse.com \
--cc=grub-devel@gnu.org \
--cc=phcoder@gmail.com \
--cc=xen-devel@lists.xen.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.