[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [6064] Implement device tree support needed for Bamboo
From: |
Thiemo Seufer |
Subject: |
Re: [Qemu-devel] [6064] Implement device tree support needed for Bamboo emulation |
Date: |
Tue, 16 Dec 2008 21:34:37 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Paul Brook wrote:
> On Tuesday 16 December 2008, Anthony Liguori wrote:
> > Hollis Blanchard wrote:
> > > If you'd prefer to make libfdt mandatory, I'm fine with that.
> >
> > No, it shouldn't be mandatory :-)
> >
> > >>> This patch introduces a dependency on libfdt for flat device tree
> > >>> support.
> > >>
> > >> I don't like the way this is done.
> > >>
> > >> AFAIK libfdt isn't present in any of the major distros. I thought the
> > >> conclusion was that we should import libfdt into qemu.
> > >
> > > That was our conclusion, but Anthony never agreed.
> >
> > Because it's better to let the distros maintain this. That way, they
> > can deal with security issues, etc.
>
> That's fine in theory. In practice it means we can't realistically use libfdt
> for anything important for at least another 12 months or so. I'm also rather
> sceptical about the stability of the libfdt API.
An approach commonly taken is to try to link against a system-provided
(dynamic) library, and fall back to the in-tree version if this fails.
(This assumes a system will only provide libfdt once its API/ABI is
stable enough.)
Thiemo
- [Qemu-devel] [6064] Implement device tree support needed for Bamboo emulation, Aurelien Jarno, 2008/12/16
- Re: [Qemu-devel] [6064] Implement device tree support needed for Bamboo emulation, Paul Brook, 2008/12/16
- Re: [Qemu-devel] [6064] Implement device tree support needed for Bamboo emulation, Paul Brook, 2008/12/16
- Re: [Qemu-devel] [6064] Implement device tree support needed for Bamboo emulation, Daniel P. Berrange, 2008/12/16
- Re: [Qemu-devel] [6064] Implement device tree support needed for Bamboo emulation, Hollis Blanchard, 2008/12/16
- Re: [Qemu-devel] [6064] Implement device tree support needed for Bamboo emulation, Josh Boyer, 2008/12/16