From: Alexander Graf <agraf@suse.de>
To: dvaleev@suse.de, qemu-devel@nongnu.org
Cc: qemu-ppc <qemu-ppc@nongnu.org>, Dinar Valeev <dvaleev@suse.com>,
nikunj@linux.vnet.ibm.com
Subject: Re: [Qemu-devel] [PATCH 1/2] hw/ppc/spapr.c Set default boot order
Date: Sat, 24 Jan 2015 00:00:32 +0100 [thread overview]
Message-ID: <54C2D290.9050303@suse.de> (raw)
In-Reply-To: <1422053517-23781-1-git-send-email-dvaleev@suse.de>
On 23.01.15 23:51, dvaleev@suse.de wrote:
> From: Dinar Valeev <dvaleev@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 <dvaleev@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;
>
>
next prev parent reply other threads:[~2015-01-23 23:00 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-23 22:51 [Qemu-devel] [PATCH 1/2] hw/ppc/spapr.c Set default boot order dvaleev
2015-01-23 22:51 ` [Qemu-devel] [PATCH 2/2] hw/ppc/spapr Add qemu_register_boot_set for SPAPR dvaleev
2015-01-23 23:04 ` Alexander Graf
2015-01-24 16:11 ` Dinar Valeev
2015-01-26 10:49 ` Dinar Valeev
2015-01-26 9:35 ` Alexander Graf
2015-01-29 0:40 ` Gonglei
2015-01-29 0:42 ` Alexander Graf
2015-01-29 3:46 ` Gonglei
2015-01-29 12:55 ` Alexander Graf
2015-01-29 13:00 ` Gonglei
2015-04-02 7:41 ` Alexey Kardashevskiy
2015-04-02 11:23 ` Gonglei
2015-01-23 23:00 ` Alexander Graf [this message]
2015-01-27 4:36 ` [Qemu-devel] [PATCH 1/2] hw/ppc/spapr.c Set default boot order Nikunj A Dadhania
2015-01-26 9:11 ` Markus Armbruster
2015-01-26 10:32 ` Dinar Valeev
2015-01-26 12:37 ` Markus Armbruster
2015-01-26 12:57 ` Dinar Valeev
2015-01-26 9:33 ` Alexander Graf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54C2D290.9050303@suse.de \
--to=agraf@suse.de \
--cc=dvaleev@suse.com \
--cc=dvaleev@suse.de \
--cc=nikunj@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).