From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: "Jürgen Groß" <jgross@suse.com>
Cc: xen-devel@lists.xenproject.org,
Daniel De Graaf <dgdegra@tycho.nsa.gov>,
Quan Xu <quan.xu0@gmail.com>
Subject: Re: [PATCH 2/4] stubdom: explcitly add libc and lwip Mini-OS config options
Date: Tue, 8 Oct 2024 11:22:05 +0200 [thread overview]
Message-ID: <ZwT5vdOPkcydf3hn@begin> (raw)
In-Reply-To: <5b4233fc-ea12-4b19-bff9-dfb6c6c43832@suse.com>
Jürgen Groß, le mar. 08 oct. 2024 11:18:26 +0200, a ecrit:
> On 07.10.24 23:50, Samuel Thibault wrote:
> > > diff --git a/stubdom/grub/minios.cfg b/stubdom/grub/minios.cfg
> > > index 8df49092cd..5145b357e0 100644
> > > --- a/stubdom/grub/minios.cfg
> > > +++ b/stubdom/grub/minios.cfg
> > > @@ -1,3 +1,4 @@
> > > -CONFIG_START_NETWORK=n
> > > +CONFIG_LIBC=y
> > > +CONFIG_LWIP=n
> > > CONFIG_SPARSE_BSS=n
> > > CONFIG_TPMFRONT=y
> >
> > Grub does use LWIP, and just does not want mini-os to start network
> > automatically, grub does so by itself from minios_probe.
>
> Are you sure? LWIPDIR isn't being set for building grub-stubdom. How
> does this work?
Ah, sorry, grub implements tcp/ip itself indeed, so it's only netfront
that stubdom-grub needs.
Samuel
next prev parent reply other threads:[~2024-10-08 9:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-05 15:15 [PATCH 0/4] stubdom: prepare more fine grained Xen library usage Juergen Gross
2024-10-05 15:15 ` [PATCH 1/4] stubdom: add local .gitignore file Juergen Gross
2024-10-07 12:47 ` Anthony PERARD
2024-10-05 15:15 ` [PATCH 2/4] stubdom: explcitly add libc and lwip Mini-OS config options Juergen Gross
2024-10-07 21:50 ` Samuel Thibault
2024-10-08 9:18 ` Jürgen Groß
2024-10-08 9:22 ` Samuel Thibault [this message]
2024-10-08 9:27 ` Samuel Thibault
2024-10-05 15:15 ` [PATCH 3/4] build: move xenlibs-dependencies make definition to uselibs.mk Juergen Gross
2024-10-07 13:14 ` Anthony PERARD
2024-10-05 15:15 ` [PATCH 4/4] stubdom: add fine grained library config items to Mini-OS configs Juergen Gross
2024-10-07 14:15 ` Anthony PERARD
2024-10-07 15:08 ` Jürgen Groß
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=ZwT5vdOPkcydf3hn@begin \
--to=samuel.thibault@ens-lyon.org \
--cc=dgdegra@tycho.nsa.gov \
--cc=jgross@suse.com \
--cc=quan.xu0@gmail.com \
--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.