Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific

2012-12-05 Thread Avik Sil
On 10/26/2012 05:15 PM, Alexander Graf wrote: > > On 25.10.2012, at 22:57, Alexander Graf wrote: > >> >> On 25.10.2012, at 22:50, Peter Maydell wrote: >> >>> On 25 October 2012 21:18, Anthony Liguori wrote: The other approach to this would be: static QEMUMachine pseries_machine =

Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific

2012-11-27 Thread Avik Sil
On 11/23/2012 10:22 PM, Alexander Graf wrote: > > On 05.11.2012, at 12:34, Avik Sil wrote: > >> On 10/26/2012 05:15 PM, Alexander Graf wrote: >>> >>> On 25.10.2012, at 22:57, Alexander Graf wrote: >>> On 25.10.2012, at 22:50, Peter Maydell wrote: > On 25 October 2012 21:18, An

Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific

2012-11-23 Thread Alexander Graf
On 05.11.2012, at 12:34, Avik Sil wrote: > On 10/26/2012 05:15 PM, Alexander Graf wrote: >> >> On 25.10.2012, at 22:57, Alexander Graf wrote: >> >>> >>> On 25.10.2012, at 22:50, Peter Maydell wrote: >>> On 25 October 2012 21:18, Anthony Liguori wrote: > The other approach to this w

Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific

2012-11-05 Thread Avik Sil
On 10/26/2012 05:15 PM, Alexander Graf wrote: > > On 25.10.2012, at 22:57, Alexander Graf wrote: > >> >> On 25.10.2012, at 22:50, Peter Maydell wrote: >> >>> On 25 October 2012 21:18, Anthony Liguori wrote: The other approach to this would be: static QEMUMachine pseries_machine =

Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific

2012-10-28 Thread David Gibson
On Thu, Oct 25, 2012 at 09:50:10PM +0100, Peter Maydell wrote: > On 25 October 2012 21:18, Anthony Liguori wrote: > > The other approach to this would be: > > > > static QEMUMachine pseries_machine = { > > .no_boot_order = 1, > > }; > > > > Which I think is what Peter is suggesting. I'm not a

Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific

2012-10-28 Thread David Gibson
On Thu, Oct 25, 2012 at 06:01:16PM +0100, Peter Maydell wrote: > On 25 October 2012 15:38, Avik Sil wrote: > > @@ -171,6 +171,7 @@ static QEMUMachine clipper_machine = { > > .init = clipper_init, > > .max_cpus = 4, > > .is_default = 1, > > +.default_machine_opts = DEFAULT_BOOT_O

Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 1/2] Make default boot order machine specific

2012-10-26 Thread Alexander Graf
On 25.10.2012, at 22:57, Alexander Graf wrote: > > On 25.10.2012, at 22:50, Peter Maydell wrote: > >> On 25 October 2012 21:18, Anthony Liguori wrote: >>> The other approach to this would be: >>> >>> static QEMUMachine pseries_machine = { >>> .no_boot_order = 1, >>> }; >>> >>> Which I thi