Re: [Qemu-devel] [PATCH 1/2] device_tree: Fix build with latest libfdt

2013-06-12 Thread Paolo Bonzini
Il 12/06/2013 10:01, Peter Maydell ha scritto: >>> >> [PATCH v2 1/1] configure: dtc: Probe for libfdt_env.h >>> >> >>> >> CCing the crowd. >> > >> > F19, F20 and EPEL6 will all distribute libfdt_env.h by the time 1.6 is >> > out. If this patch is not qemu-stable material, you have my ack too. > Fo

Re: [Qemu-devel] [PATCH 1/2] device_tree: Fix build with latest libfdt

2013-06-12 Thread Peter Maydell
On 12 June 2013 14:55, Paolo Bonzini wrote: > Il 10/06/2013 22:13, Peter Crosthwaite ha scritto: >> Hi Hans, >> >> On Fri, Jun 7, 2013 at 12:39 AM, Hans de Goede wrote: >>> We override libfdt_env.h with our own copy, and the latest libfdt expects >>> libfdt_env.h to define fdt##_t types. >>> >> >

Re: [Qemu-devel] [PATCH 1/2] device_tree: Fix build with latest libfdt

2013-06-12 Thread Paolo Bonzini
Il 10/06/2013 22:13, Peter Crosthwaite ha scritto: > Hi Hans, > > On Fri, Jun 7, 2013 at 12:39 AM, Hans de Goede wrote: >> We override libfdt_env.h with our own copy, and the latest libfdt expects >> libfdt_env.h to define fdt##_t types. >> > > This discussion is open on list, and AFAICT the con

Re: [Qemu-devel] [PATCH 1/2] device_tree: Fix build with latest libfdt

2013-06-10 Thread Peter Crosthwaite
Hi Hans, On Fri, Jun 7, 2013 at 12:39 AM, Hans de Goede wrote: > We override libfdt_env.h with our own copy, and the latest libfdt expects > libfdt_env.h to define fdt##_t types. > This discussion is open on list, and AFAICT the consensus is to drop qemus libfdt_env.h altogether. QEMU should not

Re: [Qemu-devel] [PATCH 1/2] device_tree: Fix build with latest libfdt

2013-06-06 Thread Gerd Hoffmann
On 06/06/13 16:39, Hans de Goede wrote: > We override libfdt_env.h with our own copy, and the latest libfdt expects > libfdt_env.h to define fdt##_t types. Looks sane to me, but I'll leave that to the fdt experts ... cheers, Gerd

[Qemu-devel] [PATCH 1/2] device_tree: Fix build with latest libfdt

2013-06-06 Thread Hans de Goede
We override libfdt_env.h with our own copy, and the latest libfdt expects libfdt_env.h to define fdt##_t types. Signed-off-by: Hans de Goede --- include/libfdt_env.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/libfdt_env.h b/include/libfdt_env.h index 3667d4c..1cd8766 10064