Re: [Qemu-devel] [PATCH] configure: Check for libfdt version 1.4.0

2015-05-25 Thread David Gibson
On Mon, May 25, 2015 at 01:30:11PM +0100, Peter Maydell wrote: > On 25 May 2015 at 02:35, David Gibson wrote: > > On Mon, May 18, 2015 at 09:43:21AM +0200, Thomas Huth wrote: > >> Some recent patches require functions from libfdt version 1.4.0, > >> so we should check for this version during the c

Re: [Qemu-devel] [PATCH] configure: Check for libfdt version 1.4.0

2015-05-25 Thread Peter Maydell
On 25 May 2015 at 02:35, David Gibson wrote: > On Mon, May 18, 2015 at 09:43:21AM +0200, Thomas Huth wrote: >> Some recent patches require functions from libfdt version 1.4.0, >> so we should check for this version during the configure step >> already. Unfortunately, there does not seem to be a pr

Re: [Qemu-devel] [PATCH] configure: Check for libfdt version 1.4.0

2015-05-24 Thread David Gibson
On Mon, May 18, 2015 at 09:43:21AM +0200, Thomas Huth wrote: > Some recent patches require functions from libfdt version 1.4.0, > so we should check for this version during the configure step > already. Unfortunately, there does not seem to be a proper #define > for the version number in the libfdt

[Qemu-devel] [PATCH] configure: Check for libfdt version 1.4.0

2015-05-18 Thread Thomas Huth
Some recent patches require functions from libfdt version 1.4.0, so we should check for this version during the configure step already. Unfortunately, there does not seem to be a proper #define for the version number in the libfdt headers. So alternatively, we check for the availability of the fdtX