[Qemu-devel] [PATCH v2] configure: List available targets in --help output

2011-05-03 Thread Peter Maydell
Include the list of available targets in the --help output for the --target-list= option. Signed-off-by: Peter Maydell --- v2: As suggested by Stefan Weil, put the target list in --help rather than using '--target-list=?'. This patch includes using fold(1) in configure -- this should be OK becaus

Re: [Qemu-devel] [PATCH v2] configure: List available targets in --help output

2011-05-03 Thread Stefan Weil
Am 03.05.2011 15:50, schrieb Peter Maydell: Include the list of available targets in the --help output for the --target-list= option. Signed-off-by: Peter Maydell --- v2: As suggested by Stefan Weil, put the target list in --help rather than using '--target-list=?'. This patch includes using fo

Re: [Qemu-devel] [PATCH v2] configure: List available targets in --help output

2011-05-14 Thread Aurelien Jarno
On Tue, May 03, 2011 at 02:50:13PM +0100, Peter Maydell wrote: > Include the list of available targets in the --help output > for the --target-list= option. > > Signed-off-by: Peter Maydell Thanks, applied. > --- > v2: As suggested by Stefan Weil, put the target list in --help > rather than usi