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

2012-10-23 Thread Alexander Graf
On 23.10.2012, at 15:24, Anthony Liguori wrote: > Alexander Graf writes: > >> On 23.10.2012, at 12:09, Avik Sil wrote: >> >>> This patch makes default boot order machine specific instead of >>> set globally. The default boot order can be set per machine in >>> QEMUMachine default_machine_opts,

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

2012-10-23 Thread Anthony Liguori
Alexander Graf writes: > On 23.10.2012, at 12:09, Avik Sil wrote: > >> This patch makes default boot order machine specific instead of >> set globally. The default boot order can be set per machine in >> QEMUMachine default_machine_opts, or by the command line using >> -machine ,boot=, or by stan

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

2012-10-23 Thread Alexander Graf
On 23.10.2012, at 12:09, Avik Sil wrote: > This patch makes default boot order machine specific instead of > set globally. The default boot order can be set per machine in > QEMUMachine default_machine_opts, or by the command line using > -machine ,boot=, or by standard -boot > option. This allow

[Qemu-devel] [PATCH 1/2] Make default boot order machine specific

2012-10-23 Thread Avik Sil
This patch makes default boot order machine specific instead of set globally. The default boot order can be set per machine in QEMUMachine default_machine_opts, or by the command line using -machine ,boot=, or by standard -boot option. This allows a machine to receive a NULL boot order when -boot i