All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Thomas Leonard <talex5@gmail.com>, Wei Liu <wei.liu2@citrix.com>,
	Anil Madhavapeddy <anil@recoil.org>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	xen-devel@lists.xen.org, pooka@iki.fi, quan.xu@intel.com,
	Samuel Thibault <samuel.thibault@ens-lyon.org>,
	dgdegra@tycho.nsa.gov
Subject: Re: [PATCH RFC 0/5] Split off mini-os to a separate tree
Date: Tue, 27 Jan 2015 15:45:40 +0000	[thread overview]
Message-ID: <1422373540.25294.55.camel@citrix.com> (raw)
In-Reply-To: <21703.44612.119898.402999@mariner.uk.xensource.com>

On Tue, 2015-01-27 at 15:27 +0000, Ian Jackson wrote:
> Ian Campbell writes ("Re: [PATCH RFC 0/5] Split off mini-os to a separate tree"):
> > On Tue, 2015-01-27 at 14:48 +0000, Ian Jackson wrote:
> > > libdft is its own project.  I have no idea why we have a copy of it in
> > > xen.git.  I think this is wrong.
> > 
> > This is for use by (i.e. linking into) the Xen kernel, not the tools
> > etc. It's common to embed libfdt in this way for kernel uses, since we
> > can't really use link against libfdt.so (or even .a) like you would
> > normally.
> 
> That doesn't explain why we don't clone a copy of the upstream tree
> during build, like we do for other projects we depend on (rather than
> copying the whole thing into our own tree).

The xen/* subtree doesn't do that for anything, it builds standalone. I
don't think you will get much traction from the hypervisor maintainers
on changing that.

Anyway, embedding is how libfdt is intended to be consumed by things
like OS kernels and bootloaders.

> I think that the former is what Mini-OS consumers should be expected
> to do (perhaps with some help from the Mini-OS build system).

If this were a peripheral library used for e.g. application layer stuff
I might agree, however this is a core underlying part of the mini-os ARM
port, IMHO it makes sense to continue to embed it in mini-os for the
same reasons it does for Xen, Linux, u-boot, *BSD etc to continue to do
so.

Ian.

  reply	other threads:[~2015-01-27 15:45 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-25 18:13 [PATCH RFC 0/5] Split off mini-os to a separate tree Wei Liu
2015-01-25 18:13 ` [PATCH RFC 1/5] Makefile: refactor build/clean/distclean targets Wei Liu
2015-01-25 18:13 ` [PATCH RFC 2/5] stubdom: don't look for mini-os source file during configure Wei Liu
2015-01-25 18:13 ` [PATCH RFC 3/5] git-checkout.sh: use "mkdir -p" Wei Liu
2015-01-25 18:13 ` [PATCH RFC 4/5] Makefile: stubdom targets now depend on mini-os target Wei Liu
2015-01-26 10:43   ` Jan Beulich
2015-01-26 10:54     ` Wei Liu
2015-01-25 18:13 ` [PATCH RFC 5/5] Remove in-tree mini-os directory Wei Liu
2015-01-25 18:25 ` [PATCH RFC 0/5] Split off mini-os to a separate tree Wei Liu
2015-01-26  9:53   ` Thomas Leonard
2015-01-26 10:57     ` Anil Madhavapeddy
2015-01-27 11:52       ` Wei Liu
2015-01-27 12:16         ` Ian Campbell
2015-01-27 14:19         ` Anil Madhavapeddy
2015-01-29 15:47           ` Wei Liu
2015-01-26 17:42     ` Martin Lucina
2015-01-26 17:56       ` Anil Madhavapeddy
2015-01-26 18:21         ` Martin Lucina
2015-01-26 18:24           ` Anil Madhavapeddy
2015-01-26 18:49         ` Thomas Leonard
2015-01-26 21:19           ` Anil Madhavapeddy
2015-01-27 11:56       ` Wei Liu
2015-01-27 11:48     ` Wei Liu
2015-01-27 14:48     ` Ian Jackson
2015-01-27 15:08       ` Ian Campbell
2015-01-27 15:27         ` Ian Jackson
2015-01-27 15:45           ` Ian Campbell [this message]
2015-01-30 11:26     ` Wei Liu
2015-01-30 11:49       ` Thomas Leonard
2015-01-30 12:31         ` Wei Liu
2015-01-26 15:44   ` Ian Jackson
2015-01-27 12:18 ` Samuel Thibault
2015-01-29 11:09   ` Wei Liu
2015-01-29 12:08     ` Samuel Thibault

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=1422373540.25294.55.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=anil@recoil.org \
    --cc=dgdegra@tycho.nsa.gov \
    --cc=pooka@iki.fi \
    --cc=quan.xu@intel.com \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=talex5@gmail.com \
    --cc=wei.liu2@citrix.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.