Re: [Qemu-devel] [PATCH] PPC: Fail configure when libfdt is not available

2011-10-18 Thread Paolo Bonzini
On 10/18/2011 09:26 PM, Richard Henderson wrote: > > F15 has them, and they install also on older Fedoras if you pick them from Koji. > > Acked-by: Paolo Bonzini Really? Under what name? Uhm, _F16_ has them, and they install also on older Fedoras if you pick them from Koji. Paolo

Re: [Qemu-devel] [PATCH] PPC: Fail configure when libfdt is not available

2011-10-18 Thread Alexander Graf
On 18.10.2011, at 11:30, Blue Swirl wrote: > On Tue, Oct 18, 2011 at 9:02 AM, Alexander Graf wrote: >> >> Am 18.10.2011 um 10:55 schrieb Andreas Färber : >> >>> Am 18.10.2011 02:18, schrieb Alexander Graf: We have several targets in the PPC tree now that basically require libfdt to f

Re: [Qemu-devel] [PATCH] PPC: Fail configure when libfdt is not available

2011-10-18 Thread Richard Henderson
On 10/17/2011 11:45 PM, Paolo Bonzini wrote: > On 10/18/2011 02:18 AM, Alexander Graf wrote: >> We have several targets in the PPC tree now that basically require libfdt >> to function properly, namely the pseries and the e500 targets. This >> dependency >> will rather increase than decrease in th

Re: [Qemu-devel] [PATCH] PPC: Fail configure when libfdt is not available

2011-10-18 Thread Blue Swirl
On Tue, Oct 18, 2011 at 9:02 AM, Alexander Graf wrote: > > Am 18.10.2011 um 10:55 schrieb Andreas Färber : > >> Am 18.10.2011 02:18, schrieb Alexander Graf: >>> We have several targets in the PPC tree now that basically require libfdt >>> to function properly, namely the pseries and the e500 targe

Re: [Qemu-devel] [PATCH] PPC: Fail configure when libfdt is not available

2011-10-18 Thread Peter Maydell
On 18 October 2011 01:18, Alexander Graf wrote: > +if test "$fdt" != "yes" -a \( "$target_arch2" = "ppc" -o \ > +        "$target_arch2" = "ppc64" -o "$target_arch2" = "ppcemb" \); then > +  echo > +  echo "Error: libfdt missing" > +  echo "The PowerPC target requires libfdt to work properly." > +

Re: [Qemu-devel] [PATCH] PPC: Fail configure when libfdt is not available

2011-10-18 Thread Alexander Graf
Am 18.10.2011 um 10:55 schrieb Andreas Färber : > Am 18.10.2011 02:18, schrieb Alexander Graf: >> We have several targets in the PPC tree now that basically require libfdt >> to function properly, namely the pseries and the e500 targets. This >> dependency >> will rather increase than decrease i

Re: [Qemu-devel] [PATCH] PPC: Fail configure when libfdt is not available

2011-10-18 Thread Andreas Färber
Am 18.10.2011 02:18, schrieb Alexander Graf: > We have several targets in the PPC tree now that basically require libfdt > to function properly, namely the pseries and the e500 targets. This dependency > will rather increase than decrease in the future, so I want to make sure > that people building

Re: [Qemu-devel] [PATCH] PPC: Fail configure when libfdt is not available

2011-10-17 Thread Paolo Bonzini
On 10/18/2011 02:18 AM, Alexander Graf wrote: We have several targets in the PPC tree now that basically require libfdt to function properly, namely the pseries and the e500 targets. This dependency will rather increase than decrease in the future, so I want to make sure that people building shin