qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>,
	Stefan Hajnoczi <stefanha@gmail.com>
Cc: Bug 1673722 <1673722@bugs.launchpad.net>,
	Leonid Bloch <leonid.bloch@ravellosystems.com>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Dmitry Fleytman <dmitry.fleytman@ravellosystems.com>
Subject: Re: [Qemu-devel] [Bug 1673722] [NEW] Reading register at offset. It is not fully implemented warning make VM impossible to use
Date: Tue, 21 Mar 2017 13:18:57 +0800	[thread overview]
Message-ID: <274b141e-7ae6-9f42-5b06-bdb3232fe8c8@redhat.com> (raw)
In-Reply-To: <CAFEAcA8MiN9CvMndx=qTSBoYxwh7FvGMDH9EQb6P8o0QaH5Uiw@mail.gmail.com>



On 2017年03月20日 22:58, Peter Maydell wrote:
> On 20 March 2017 at 14:20, Stefan Hajnoczi <stefanha@gmail.com> wrote:
>> On Fri, Mar 17, 2017 at 09:47:14AM -0000, Julien Duponchelle wrote:
>>> Hi,
>>>
>>> Since this commit:
>>> https://github.com/qemu/qemu/commit/bc0f0674f037a01f2ce0870ad6270a356a7a8347
>>>
>>> We can no longer use the IOSvL2 image from Cisco. The problem is we got a lot of warning message saying:
>>> e1000: Reading register at offset: 0x00002410. It is not fully implemented.
>>>
>>> User got so much of this warning that they can't use the VM.
>> CCing the author and maintainers.
>>
>> DBGOUT() is compiled in by default.  Warnings that can be triggered at a
>> high rate by the guest should be off by default or use a
>> printf_once()-style macro so they are only printed once and not again.
>>
>> Leonid: do you want to adjust e1000 DBGOUT() usage to avoid printing
>> guest-triggerable messages by default?
> If we want to report "whoops, we don't implement this yet" messages then
> the recommended way to do that is
>   qemu_log_mask(LOG_UNIMP, "....");
>
> (these are not reported by default but only if the user asks for them.)
>
> thanks
> -- PMM
>

I don't see a reason that enabling E1000E_DEBUG by default. How about 
just disable it by default?

Thanks

  reply	other threads:[~2017-03-21  5:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-17  9:47 [Qemu-devel] [Bug 1673722] [NEW] Reading register at offset. It is not fully implemented warning make VM impossible to use Julien Duponchelle
2017-03-20 14:20 ` Stefan Hajnoczi
2017-03-20 14:58   ` Peter Maydell
2017-03-21  5:18     ` Jason Wang [this message]
2017-05-05 13:08 ` [Qemu-devel] [Bug 1673722] " Julien Duponchelle
2020-11-08  9:21 ` Thomas Huth

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=274b141e-7ae6-9f42-5b06-bdb3232fe8c8@redhat.com \
    --to=jasowang@redhat.com \
    --cc=1673722@bugs.launchpad.net \
    --cc=dmitry.fleytman@ravellosystems.com \
    --cc=leonid.bloch@ravellosystems.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.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 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).