[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/2] hw/ppc/spapr.c Set default boot
From: |
Nikunj A Dadhania |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/2] hw/ppc/spapr.c Set default boot order |
Date: |
Tue, 27 Jan 2015 10:06:31 +0530 |
User-agent: |
Notmuch/0.17+27~gae47d61 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-redhat-linux-gnu) |
Alexander Graf <address@hidden> writes:
> On 23.01.15 23:51, address@hidden wrote:
>> From: Dinar Valeev <address@hidden>
>>
>> In order to use -boot once=X option we need to have default list
>> where restore to on reset.
>>
>> Signed-off-by: Dinar Valeev <address@hidden>
>
> Alexey, Nijunj, where is the default boot order stored usually?
When -boot argument is not present, the default boot order is NULL for
spapr, and SLOF decides to boot from NVRAM set variable or discovered
disk.
> Is "cdn" an accurate equivalent?
No, we have changed that to NULL.
http://comments.gmane.org/gmane.comp.emulators.qemu/187318
Regards,
Nikunj