Re: [Qemu-devel] [PATCH] configure: Allow builds without any system or user emulation

2012-09-26 Thread Anthony Liguori
Stefan Weil writes: > The old code aborted configure when no emulation target was selected. > Even after removing the 'exit 1', it tried to read from STDIN > when QEMU was configured with > > configure' '--disable-user' '--disable-system' > > This is fixed here. > > Signed-off-by: Stefan Weil

Re: [Qemu-devel] [PATCH] configure: Allow builds without any system or user emulation

2012-09-24 Thread Stefan Weil
Am 24.09.2012 12:57, schrieb Laurent Desnogues: On Sat, Sep 22, 2012 at 11:37 PM, Stefan Weil wrote: Am 14.09.2012 19:02, schrieb Stefan Weil: The old code aborted configure when no emulation target was selected. Even after removing the 'exit 1', it tried to read from STDIN when QEMU was conf

Re: [Qemu-devel] [PATCH] configure: Allow builds without any system or user emulation

2012-09-24 Thread Laurent Desnogues
On Sat, Sep 22, 2012 at 11:37 PM, Stefan Weil wrote: > Am 14.09.2012 19:02, schrieb Stefan Weil: > >> The old code aborted configure when no emulation target was selected. >> Even after removing the 'exit 1', it tried to read from STDIN >> when QEMU was configured with >> >> configure' '--dis

Re: [Qemu-devel] [PATCH] configure: Allow builds without any system or user emulation

2012-09-22 Thread Stefan Weil
Am 14.09.2012 19:02, schrieb Stefan Weil: The old code aborted configure when no emulation target was selected. Even after removing the 'exit 1', it tried to read from STDIN when QEMU was configured with configure' '--disable-user' '--disable-system' This is fixed here. Signed-off-by: Ste

[Qemu-devel] [PATCH] configure: Allow builds without any system or user emulation

2012-09-14 Thread Stefan Weil
The old code aborted configure when no emulation target was selected. Even after removing the 'exit 1', it tried to read from STDIN when QEMU was configured with configure' '--disable-user' '--disable-system' This is fixed here. Signed-off-by: Stefan Weil --- This patch can be applied afte