Re: [Qemu-devel] [PATCH 04/10] S390: check if BIOS is available and create links

2013-04-26 Thread Alexander Graf
On 26.04.2013, at 20:03, Dominik Dingel wrote: > On Fri, 26 Apr 2013 11:38:00 -0500 > Anthony Liguori wrote: > >> Alexander Graf writes: >> >>> On 26.04.2013, at 17:48, Dominik Dingel wrote: >>> On Fri, 26 Apr 2013 17:23:18 +0200 Alexander Graf wrote: > > On 26.04.2

Re: [Qemu-devel] [PATCH 04/10] S390: check if BIOS is available and create links

2013-04-26 Thread Dominik Dingel
On Fri, 26 Apr 2013 11:38:00 -0500 Anthony Liguori wrote: > Alexander Graf writes: > > > On 26.04.2013, at 17:48, Dominik Dingel wrote: > > > >> On Fri, 26 Apr 2013 17:23:18 +0200 > >> Alexander Graf wrote: > >> > >>> > >>> On 26.04.2013, at 14:12, Dominik Dingel wrote: > >>> > Signed-

Re: [Qemu-devel] [PATCH 04/10] S390: check if BIOS is available and create links

2013-04-26 Thread Anthony Liguori
Alexander Graf writes: > On 26.04.2013, at 17:48, Dominik Dingel wrote: > >> On Fri, 26 Apr 2013 17:23:18 +0200 >> Alexander Graf wrote: >> >>> >>> On 26.04.2013, at 14:12, Dominik Dingel wrote: >>> Signed-off-by: Dominik Dingel Check if the BIOS is available before loading i

Re: [Qemu-devel] [PATCH 04/10] S390: check if BIOS is available and create links

2013-04-26 Thread Alexander Graf
On 26.04.2013, at 18:20, Dominik Dingel wrote: > On Fri, 26 Apr 2013 17:57:44 +0200 > Alexander Graf wrote: > >> >> On 26.04.2013, at 17:48, Dominik Dingel wrote: >> >>> On Fri, 26 Apr 2013 17:23:18 +0200 >>> Alexander Graf wrote: >>> On 26.04.2013, at 14:12, Dominik Dingel wrote

Re: [Qemu-devel] [PATCH 04/10] S390: check if BIOS is available and create links

2013-04-26 Thread Dominik Dingel
On Fri, 26 Apr 2013 17:57:44 +0200 Alexander Graf wrote: > > On 26.04.2013, at 17:48, Dominik Dingel wrote: > > > On Fri, 26 Apr 2013 17:23:18 +0200 > > Alexander Graf wrote: > > > >> > >> On 26.04.2013, at 14:12, Dominik Dingel wrote: > >> > >>> Signed-off-by: Dominik Dingel > >>> > >>>

Re: [Qemu-devel] [PATCH 04/10] S390: check if BIOS is available and create links

2013-04-26 Thread Alexander Graf
On 26.04.2013, at 17:48, Dominik Dingel wrote: > On Fri, 26 Apr 2013 17:23:18 +0200 > Alexander Graf wrote: > >> >> On 26.04.2013, at 14:12, Dominik Dingel wrote: >> >>> Signed-off-by: Dominik Dingel >>> >>> Check if the BIOS is available before loading it into the memory. >>> Create the ne

Re: [Qemu-devel] [PATCH 04/10] S390: check if BIOS is available and create links

2013-04-26 Thread Dominik Dingel
On Fri, 26 Apr 2013 17:23:18 +0200 Alexander Graf wrote: > > On 26.04.2013, at 14:12, Dominik Dingel wrote: > > > Signed-off-by: Dominik Dingel > > > > Check if the BIOS is available before loading it into the memory. > > Create the needed Links for build. > > > > Add a if the BIOS is availa

Re: [Qemu-devel] [PATCH 04/10] S390: check if BIOS is available and create links

2013-04-26 Thread Alexander Graf
On 26.04.2013, at 14:12, Dominik Dingel wrote: > Signed-off-by: Dominik Dingel > > Check if the BIOS is available before loading it into the memory. > Create the needed Links for build. > > Add a if the BIOS is available, also add the needed links for the build > process. > > diff --git a/con

[Qemu-devel] [PATCH 04/10] S390: check if BIOS is available and create links

2013-04-26 Thread Dominik Dingel
Signed-off-by: Dominik Dingel Check if the BIOS is available before loading it into the memory. Create the needed Links for build. Add a if the BIOS is available, also add the needed links for the build process. diff --git a/configure b/configure index 19777de..2bbbd54 100755 --- a/configure ++