All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <berlios@weilnetz.de>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH] Fix log message
Date: Sun, 20 Jul 2008 16:08:43 +0200	[thread overview]
Message-ID: <488346EB.1000103@weilnetz.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 122 bytes --]

Hello,

this patch fixes a two debug messages (wrong function names).
Please apply it to Qemu SVN trunk.

Regards
Stefan


[-- Attachment #2: pcnet.patch --]
[-- Type: text/x-diff, Size: 740 bytes --]

Index: hw/pcnet.c
===================================================================
--- hw/pcnet.c	(Revision 4908)
+++ hw/pcnet.c	(Arbeitskopie)
@@ -1939,7 +1939,7 @@
     PCNetState *d = (PCNetState *)pci_dev;
 
 #ifdef PCNET_DEBUG_IO
-    printf("pcnet_ioport_map addr=0x%08x 0x%08x\n", addr, size);
+    printf("pcnet_mmio_map addr=0x%08x 0x%08x\n", addr, size);
 #endif
 
     cpu_register_physical_memory(addr, PCNET_PNPMMIO_SIZE, d->mmio_index);
@@ -2034,7 +2034,7 @@
 
     val = pcnet_ioport_readw(opaque, addr & 7);
 #ifdef PCNET_DEBUG_IO
-    printf("pcnet_mmio_readw addr=" TARGET_FMT_plx " val = 0x%04x\n", addr,
+    printf("lance_mem_readw addr=" TARGET_FMT_plx " val = 0x%04x\n", addr,
            val & 0xffff);
 #endif
 

                 reply	other threads:[~2008-07-20 14:08 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=488346EB.1000103@weilnetz.de \
    --to=berlios@weilnetz.de \
    --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 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.