Re: [Qemu-devel] [PATCH v2] configure: factor out adding disas configure

2015-09-07 Thread Peter Maydell
On 7 September 2015 at 11:02, Paolo Bonzini wrote: > > > On 29/08/2015 12:33, Peter Crosthwaite wrote: >> Every arch adds its disas configury to both its own config as well >> config_disas_all. Make a small function do to both at once. >> for i in $ARCH $TARGET_BASE_ARCH ; do >>case "$i" in

Re: [Qemu-devel] [PATCH v2] configure: factor out adding disas configure

2015-09-07 Thread Paolo Bonzini
On 29/08/2015 12:33, Peter Crosthwaite wrote: > Every arch adds its disas configury to both its own config as well > config_disas_all. Make a small function do to both at once. > > Signed-off-by: Peter Crosthwaite > --- > Changed since v1: > Factor out everything except just the arch name. > >

Re: [Qemu-devel] [PATCH v2] configure: factor out adding disas configure

2015-09-07 Thread Paolo Bonzini
On 07/09/2015 11:09, Peter Maydell wrote: > On 7 September 2015 at 06:12, Peter Crosthwaite > wrote: >> Ping! > > ...you need to find somebody who thinks this should go via their tree. > Paolo? Paolo has only 1277 unread emails, but should still try to send a pull request this week. Queuing t

Re: [Qemu-devel] [PATCH v2] configure: factor out adding disas configure

2015-09-07 Thread Peter Maydell
On 7 September 2015 at 06:12, Peter Crosthwaite wrote: > Ping! ...you need to find somebody who thinks this should go via their tree. Paolo? thanks -- PMM

Re: [Qemu-devel] [PATCH v2] configure: factor out adding disas configure

2015-09-06 Thread Peter Crosthwaite
Ping! On Sat, Aug 29, 2015 at 3:33 AM, Peter Crosthwaite wrote: > Every arch adds its disas configury to both its own config as well > config_disas_all. Make a small function do to both at once. > > Signed-off-by: Peter Crosthwaite > --- > Changed since v1: > Factor out everything except just th

Re: [Qemu-devel] [PATCH v2] configure: factor out adding disas configure

2015-08-29 Thread Peter Maydell
On 29 August 2015 at 11:33, Peter Crosthwaite wrote: > Every arch adds its disas configury to both its own config as well > config_disas_all. Make a small function do to both at once. > > Signed-off-by: Peter Crosthwaite > --- > Changed since v1: > Factor out everything except just the arch name.

[Qemu-devel] [PATCH v2] configure: factor out adding disas configure

2015-08-29 Thread Peter Crosthwaite
Every arch adds its disas configury to both its own config as well config_disas_all. Make a small function do to both at once. Signed-off-by: Peter Crosthwaite --- Changed since v1: Factor out everything except just the arch name. Prepares support for multi-arch where the disas configury for mul