qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: Thomas Huth <huth@tuxfamily.org>,
	qemu-devel@nongnu.org, Laurent Vivier <laurent@vivier.eu>
Subject: Re: [Qemu-devel] [PATCH v2] m68k: QOMify the MCF Fast Ethernet Controller device
Date: Mon, 9 Jan 2017 12:00:30 +0800	[thread overview]
Message-ID: <667916b8-567d-f4cc-c5b4-aa7ab89600a6@redhat.com> (raw)
In-Reply-To: <1483876315-10678-1-git-send-email-huth@tuxfamily.org>



On 2017年01月08日 19:51, Thomas Huth wrote:
> When running qemu-system-m68k with the "-net" parameter (for example
> simply "-net nic -net user"), there is currently a confusing warning
> message saying:
>
>   Warning: requested NIC (anonymous, model mcf_fec) was not created
>   (not supported by this machine?)
>
> This seems to happen because the MCF NIC has never been adapted to
> the currently expected QEMU device behavior. Thus let's QOMify the
> NIC now to get rid of the warning message.
>
> Signed-off-by: Thomas Huth<huth@tuxfamily.org>
> ---
>   v2:
>   - Add the mcf_fec.h header file for the shared #defines
>   - Use qemu_check_nic_model() to verify the NIC model
>
>   hw/m68k/mcf5208.c         | 25 ++++++++++++++++-
>   hw/net/mcf_fec.c          | 71 +++++++++++++++++++++++++++++++++++------------
>   include/hw/m68k/mcf.h     |  4 ---
>   include/hw/m68k/mcf_fec.h | 13 +++++++++
>   4 files changed, 90 insertions(+), 23 deletions(-)
>   create mode 100644 include/hw/m68k/mcf_fec.h

Looks good, applied to -net.

Thanks

      reply	other threads:[~2017-01-09  4:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-08 11:51 [Qemu-devel] [PATCH v2] m68k: QOMify the MCF Fast Ethernet Controller device Thomas Huth
2017-01-09  4:00 ` Jason Wang [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=667916b8-567d-f4cc-c5b4-aa7ab89600a6@redhat.com \
    --to=jasowang@redhat.com \
    --cc=huth@tuxfamily.org \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@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).