All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Liming Wang <liming.wang@windriver.com>
Cc: yocto@yoctoproject.org, dvhart@linux.intel.com
Subject: Re: [PATCH 1/1] scripts/runqemu: disable unfs boot mode for qemuppc
Date: Thu, 25 Aug 2011 09:52:08 -0400	[thread overview]
Message-ID: <4E565388.7010404@windriver.com> (raw)
In-Reply-To: <1314261891-5311-2-git-send-email-liming.wang@windriver.com>

On 11-08-25 04:44 AM, Liming Wang wrote:
> Because unfs boot mode is unstable for qemuppc, disable
> it temporarily.
>
> Signed-off-by: Liming Wang<liming.wang@windriver.com>
> ---
>   scripts/runqemu |    6 ++++++
>   1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/scripts/runqemu b/scripts/runqemu
> index ed8c05b..10da6c9 100755
> --- a/scripts/runqemu
> +++ b/scripts/runqemu
> @@ -351,6 +351,12 @@ if [ -z "$FSTYPE" ]; then
>           usage
>       fi
>   fi
> +
> +if [ "$FSTYPE" = "nfs" -a "$MACHINE" = "qemuppc" ]; then
> +    echo "Error: NFS boot mode is unstable for qemuppc, please don't use it now"

We can drop the last part.

"Error: usermode NFS boot is not available for qemuppc."

... or something similar is sufficient.

On the v2, make sure to cc' Saul just to be sure that this
doesn't miss any filters.

Cheers,

Bruce

> +    exit 1
> +fi
> +
>   # FSTYPE is now set for all cases
>
>   # Handle cases where a ROOTFS type is given instead of a filename, e.g.



      reply	other threads:[~2011-08-25 13:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-25  8:44 [PATCH 0/1] scripts/runqemu: disable unfs boot mode for qemuppc Liming Wang
2011-08-25  8:44 ` [PATCH 1/1] " Liming Wang
2011-08-25 13:52   ` Bruce Ashfield [this message]

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=4E565388.7010404@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=dvhart@linux.intel.com \
    --cc=liming.wang@windriver.com \
    --cc=yocto@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.