qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Debugcon: Fix debugging printf
@ 2010-04-01 21:45 Adam Lackorzynski
  2010-04-08 19:44 ` Aurelien Jarno
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Lackorzynski @ 2010-04-01 21:45 UTC (permalink / raw)
  To: qemu-devel

Signed-off-by: Adam Lackorzynski <adam@os.inf.tu-dresden.de>
---
 hw/debugcon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/debugcon.c b/hw/debugcon.c
index d549091..5ee6821 100644
--- a/hw/debugcon.c
+++ b/hw/debugcon.c
@@ -60,7 +60,7 @@ static uint32_t debugcon_ioport_read(void *opaque, uint32_t addr)
     DebugconState *s = opaque;
 
 #ifdef DEBUG_DEBUGCON
-    printf("debugcon: read addr=0x%04x\n", addr, val);
+    printf("debugcon: read addr=0x%04x\n", addr);
 #endif
 
     return s->readback;
-- 
1.7.0.3


Adam
-- 
Adam                 adam@os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] Debugcon: Fix debugging printf
  2010-04-01 21:45 [Qemu-devel] [PATCH] Debugcon: Fix debugging printf Adam Lackorzynski
@ 2010-04-08 19:44 ` Aurelien Jarno
  0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2010-04-08 19:44 UTC (permalink / raw)
  To: Adam Lackorzynski; +Cc: qemu-devel

On Thu, Apr 01, 2010 at 11:45:25PM +0200, Adam Lackorzynski wrote:
> Signed-off-by: Adam Lackorzynski <adam@os.inf.tu-dresden.de>


Thanks, applied.

> ---
>  hw/debugcon.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/hw/debugcon.c b/hw/debugcon.c
> index d549091..5ee6821 100644
> --- a/hw/debugcon.c
> +++ b/hw/debugcon.c
> @@ -60,7 +60,7 @@ static uint32_t debugcon_ioport_read(void *opaque, uint32_t addr)
>      DebugconState *s = opaque;
>  
>  #ifdef DEBUG_DEBUGCON
> -    printf("debugcon: read addr=0x%04x\n", addr, val);
> +    printf("debugcon: read addr=0x%04x\n", addr);
>  #endif
>  
>      return s->readback;
> -- 
> 1.7.0.3
> 
> 
> Adam
> -- 
> Adam                 adam@os.inf.tu-dresden.de
>   Lackorzynski         http://os.inf.tu-dresden.de/~adam/
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-08 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-01 21:45 [Qemu-devel] [PATCH] Debugcon: Fix debugging printf Adam Lackorzynski
2010-04-08 19:44 ` Aurelien Jarno

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).