* [Qemu-devel] [PATCH] Fix log message
@ 2008-07-20 14:08 Stefan Weil
0 siblings, 0 replies; only message in thread
From: Stefan Weil @ 2008-07-20 14:08 UTC (permalink / raw)
To: QEMU Developers
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-20 14:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-20 14:08 [Qemu-devel] [PATCH] Fix log message Stefan Weil
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.