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

2015-08-29 Thread Peter Crosthwaite
On Sat, Jul 18, 2015 at 2:09 AM, Peter Maydell wrote: > On 18 July 2015 at 07:25, 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 >> --- >> Prep

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

2015-07-18 Thread Peter Maydell
On 18 July 2015 at 07:25, 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 > --- > Prepares support for multi-arch where the disas configury for > multi-

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

2015-07-17 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 --- Prepares support for multi-arch where the disas configury for multi-arch will also need to be added where 3 more LOC are added for ea