Re: [Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs

2012-10-24 Thread Eduardo Habkost
On Wed, Oct 24, 2012 at 10:42:55AM +0200, Markus Armbruster wrote: > Peter Maydell writes: > > > A lot of the ARM board models follow the pattern of having a > > single common init function which is called with various > > parameters from the QEMUMachine init function for several board > > model

Re: [Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs

2012-10-24 Thread Markus Armbruster
Peter Maydell writes: > On 24 October 2012 09:42, Markus Armbruster wrote: >> Peter Maydell writes: >> >>> A lot of the ARM board models follow the pattern of having a >>> single common init function which is called with various >>> parameters from the QEMUMachine init function for several boar

Re: [Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs

2012-10-24 Thread Peter Maydell
On 24 October 2012 09:42, Markus Armbruster wrote: > Peter Maydell writes: > >> A lot of the ARM board models follow the pattern of having a >> single common init function which is called with various >> parameters from the QEMUMachine init function for several board >> model variants. The change

Re: [Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs

2012-10-24 Thread Markus Armbruster
Peter Maydell writes: > A lot of the ARM board models follow the pattern of having a > single common init function which is called with various > parameters from the QEMUMachine init function for several board > model variants. The change to QEMUMachineInitArgs in commit 5f072e > took the fairly

[Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs

2012-10-23 Thread Peter Maydell
A lot of the ARM board models follow the pattern of having a single common init function which is called with various parameters from the QEMUMachine init function for several board model variants. The change to QEMUMachineInitArgs in commit 5f072e took the fairly mechanical approach of splitting t