On 23.01.15 23:51, dval...@suse.de wrote:
> From: Dinar Valeev <dval...@suse.com>
> 
> In order to use -boot once=X option we need to have default list
>  where restore to on reset.
> 
> Signed-off-by: Dinar Valeev <dval...@suse.com>

Alexey, Nijunj, where is the default boot order stored usually? Is "cdn"
an accurate equivalent?


Alex

> ---
>  hw/ppc/spapr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
> index b560459..3d2cfa3 100644
> --- a/hw/ppc/spapr.c
> +++ b/hw/ppc/spapr.c
> @@ -1733,7 +1733,7 @@ static void spapr_machine_class_init(ObjectClass *oc, 
> void *data)
>      mc->block_default_type = IF_SCSI;
>      mc->max_cpus = MAX_CPUS;
>      mc->no_parallel = 1;
> -    mc->default_boot_order = NULL;
> +    mc->default_boot_order = "cdn";
>      mc->kvm_type = spapr_kvm_type;
>      mc->has_dynamic_sysbus = true;
>  
> 

Reply via email to