From patchwork Thu Apr 8 20:16:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miguel Di Ciurcio Filho X-Patchwork-Id: 49752 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 594EAB7C67 for ; Fri, 9 Apr 2010 06:28:44 +1000 (EST) Received: from localhost ([127.0.0.1]:53535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzyLB-0003hH-8H for incoming@patchwork.ozlabs.org; Thu, 08 Apr 2010 16:28:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nzy7g-0007mI-EE for qemu-devel@nongnu.org; Thu, 08 Apr 2010 16:14:44 -0400 Received: from [140.186.70.92] (port=44149 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nzy7d-0007jf-GB for qemu-devel@nongnu.org; Thu, 08 Apr 2010 16:14:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nzy7b-00046i-Bu for qemu-devel@nongnu.org; Thu, 08 Apr 2010 16:14:41 -0400 Received: from qw-out-1920.google.com ([74.125.92.145]:15035) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nzy7Y-00046N-I4 for qemu-devel@nongnu.org; Thu, 08 Apr 2010 16:14:38 -0400 Received: by qw-out-1920.google.com with SMTP id 5so846226qwc.4 for ; Thu, 08 Apr 2010 13:14:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=ia5A4+HcOTUUce7e4bgJxMsYbQ06vd0bS60RDQc6+lM=; b=s3n4Xm4bY6uxlrhFKK9OWoQyz0KABzaQ+E6pIYE07fgmEuMci1muPzKFFzlzngnQXV XJgDXcKcuHik1mrFbetkZk3q/1q9j7w+EFLvigJbyCHzwyDf1V5NlNuZ5vc+9pxU2DlK K7pltDgMh1SB+XqNbcbmdZcm/kdFNuThc2zGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=DquBm5ftVA9ueULf30aeauGNuf7xPvttTIkok7mwBIO7FFTFgoeHKF9I+flf+RqlY0 pgjkCCdUdosOWJSi7FNkK7ni+a/EBCAYAcidTXOtWe18XurNcrvPY35J5YISVOF5EHzw /vMHZgMoujYJShdycrhQ9jIGFnwrxXgnabFWo= Received: by 10.229.73.135 with SMTP id q7mr1027316qcj.41.1270757676297; Thu, 08 Apr 2010 13:14:36 -0700 (PDT) Received: from localhost.localdomain (quake.ic.unicamp.br [143.106.7.51]) by mx.google.com with ESMTPS id w30sm776636qce.4.2010.04.08.13.14.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Apr 2010 13:14:35 -0700 (PDT) From: Miguel Di Ciurcio Filho To: qemu-devel@nongnu.org Date: Thu, 8 Apr 2010 17:16:26 -0300 Message-Id: <1270757799-31891-10-git-send-email-miguel.filho@gmail.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1270757799-31891-1-git-send-email-miguel.filho@gmail.com> References: <1270757799-31891-1-git-send-email-miguel.filho@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: armbru@redhat.com, lcapitulino@redhat.com Subject: [Qemu-devel] [PATCH 09/22] net: mcf_fec: replace qemu_format_nic_info_str by qemu_format_nic_info_dict X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Miguel Di Ciurcio Filho --- hw/mcf_fec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/mcf_fec.c b/hw/mcf_fec.c index 4e7fbed..1e592d2 100644 --- a/hw/mcf_fec.c +++ b/hw/mcf_fec.c @@ -476,5 +476,5 @@ void mcf_fec_init(NICInfo *nd, target_phys_addr_t base, qemu_irq *irq) s->nic = qemu_new_nic(&net_mcf_fec_info, &s->conf, nd->model, nd->name, s); - qemu_format_nic_info_str(&s->nic->nc, s->conf.macaddr.a); + qemu_format_nic_info_dict(&s->nic->nc, s->conf.macaddr.a); }