+5
−0
+0
−4
Loading
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 <sw@weilnetz.de>
Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>