All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Richard Purdie" <richard.purdie@linuxfoundation.org>
To: "Xu, Yanfei" <yanfei.xu@windriver.com>,
	 openembedded-core@lists.openembedded.org
Subject: Re: [OE-core][PATCH] parselogs: ignore floppy error on qemu-system-x86 at boot stage
Date: Fri, 09 Apr 2021 14:13:15 +0100	[thread overview]
Message-ID: <b98452fc42b604fc8e2c0593d58c125efc0011cd.camel@linuxfoundation.org> (raw)
In-Reply-To: <20210409090329.3177554-1-yanfei.xu@windriver.com>

On Fri, 2021-04-09 at 17:03 +0800, Xu, Yanfei wrote:
> From: Yanfei Xu <yanfei.xu@windriver.com>
> 
> We can disable floppy drive by BIOS on a hardware, but an empty floppy
> drive is connected by default on qemu-system-x86. Linux usually detect
> the device and modprode the matched floppy.ko at the boot stage. Due to
> we don't specify a floppy deivce in qemu boot arguments, then the errors
> about floppy reading comes out.
> 
> It is harmless and normal, so we could ignore this error message on
> qemux86.
> 
> https://lists.gnu.org/archive/html/qemu-devel/2021-04/msg01402.html
> 
> Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
> ---
>  meta/lib/oeqa/runtime/cases/parselogs.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
> index 4714741aff..1bb0425521 100644
> --- a/meta/lib/oeqa/runtime/cases/parselogs.py
> +++ b/meta/lib/oeqa/runtime/cases/parselogs.py
> @@ -88,6 +88,8 @@ qemux86_common = [
>      'tsc: HPET/PMTIMER calibration failed',
>      "modeset(0): Failed to initialize the DRI2 extension",
>      "glamor initialization failed",
> +    "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)",
> +    "floppy: error",
>  ] + common_errors

I'm a little puzzled about why we don't see this on the autobuilder. Are you
configuring qemu differently?

Cheers,

Richard



  reply	other threads:[~2021-04-09 13:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09  9:03 [OE-core][PATCH] parselogs: ignore floppy error on qemu-system-x86 at boot stage Xu, Yanfei
2021-04-09 13:13 ` Richard Purdie [this message]
2021-04-14  6:32   ` Xu, Yanfei
     [not found]   ` <1675A5CF675C50A9.32393@lists.openembedded.org>
2021-04-19  3:52     ` Xu, Yanfei

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=b98452fc42b604fc8e2c0593d58c125efc0011cd.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=yanfei.xu@windriver.com \
    /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.