Re: [Qemu-devel] [PATCH 7/7] Refactor target specific handling, compile vl.c only once

2010-03-31 Thread Anthony Liguori
On 03/31/2010 02:19 PM, Blue Swirl wrote: On 3/31/10, Anthony Liguori wrote: On 03/27/2010 05:11 PM, Blue Swirl wrote: Move target specific functions and RAM handling to arch_init.c. Add a flag to QEMUOptions structure to indicate for which architectures the option is allowed, chec

Re: [Qemu-devel] [PATCH 7/7] Refactor target specific handling, compile vl.c only once

2010-03-31 Thread Anthony Liguori
On 03/31/2010 02:19 PM, Blue Swirl wrote: On 3/31/10, Anthony Liguori wrote: On 03/27/2010 05:11 PM, Blue Swirl wrote: Move target specific functions and RAM handling to arch_init.c. Add a flag to QEMUOptions structure to indicate for which architectures the option is allowed, chec

Re: [Qemu-devel] [PATCH 7/7] Refactor target specific handling, compile vl.c only once

2010-03-31 Thread Blue Swirl
On 3/31/10, Anthony Liguori wrote: > On 03/27/2010 05:11 PM, Blue Swirl wrote: > > > Move target specific functions and RAM handling to arch_init.c. > > > > Add a flag to QEMUOptions structure to indicate for which > > architectures the option is allowed, check the flag > > in run time and remove