qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ivshmem: Delete duplicate debug message


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH] ivshmem: Delete duplicate debug message
Date: Sun, 07 Aug 2016 14:27:14 +0000

On Sun, Aug 7, 2016 at 5:48 PM Stefano Dong (董兴水) <address@hidden>
wrote:

> When Debug switch is open, this debug message will print again in
> function 'process_msg'. Delete it.
>
> Signed-off-by: Stefano Dong (董兴水) <address@hidden>
>

Reviewed-by: Marc-André Lureau <address@hidden>


> ---
>  hw/misc/ivshmem.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c
> index 40a2ebc..f803dfd 100644
> --- a/hw/misc/ivshmem.c
> +++ b/hw/misc/ivshmem.c
> @@ -628,7 +628,6 @@ static void ivshmem_read(void *opaque, const uint8_t
> *buf, int size)
>      s->msg_buffered_bytes = 0;
>
>      fd = qemu_chr_fe_get_msgfd(s->server_chr);
> -    IVSHMEM_DPRINTF("posn is %" PRId64 ", fd is %d\n", msg, fd);
>
>      process_msg(s, msg, fd, &err);
>      if (err) {
> --
> 2.7.4
>
>
> --
Marc-André Lureau


reply via email to

[Prev in Thread] Current Thread [Next in Thread]