qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6224] Fix build breakage introduced by r6219
Date: Wed, 07 Jan 2009 20:00:00 +0000	[thread overview]
Message-ID: <E1LKeZM-0002on-57@cvs.savannah.gnu.org> (raw)

Revision: 6224
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6224
Author:   aliguori
Date:     2009-01-07 19:59:59 +0000 (Wed, 07 Jan 2009)

Log Message:
-----------
Fix build breakage introduced by r6219

This was spotted by Stefan Weil.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Modified Paths:
--------------
    trunk/hw/mcf_fec.c

Modified: trunk/hw/mcf_fec.c
===================================================================
--- trunk/hw/mcf_fec.c	2009-01-07 19:47:53 UTC (rev 6223)
+++ trunk/hw/mcf_fec.c	2009-01-07 19:59:59 UTC (rev 6224)
@@ -455,5 +455,5 @@
     s->vc = qemu_new_vlan_client(nd->vlan, nd->model, nd->name,
                                  mcf_fec_receive, mcf_fec_can_receive, s);
     memcpy(s->macaddr, nd->macaddr, 6);
-    qemu_format_nic_info_str(n->vc, s->macaddr);
+    qemu_format_nic_info_str(s->vc, s->macaddr);
 }

                 reply	other threads:[~2009-01-07 20:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1LKeZM-0002on-57@cvs.savannah.gnu.org \
    --to=anthony@codemonkey.ws \
    --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).