qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] x86/lapic: remove unwanted debugging messages


From: Dr. David Alan Gilbert
Subject: Re: [Qemu-devel] [PATCH] x86/lapic: remove unwanted debugging messages
Date: Thu, 15 Sep 2016 16:07:17 +0100
User-agent: Mutt/1.7.0 (2016-08-17)

* Paolo Bonzini (address@hidden) wrote:
> /me hides in the corner...
> 
> Cc: Dave Gilbert <address@hidden>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  hw/i386/kvm/apic.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/hw/i386/kvm/apic.c b/hw/i386/kvm/apic.c
> index 5d140b9..feb0002 100644
> --- a/hw/i386/kvm/apic.c
> +++ b/hw/i386/kvm/apic.c
> @@ -141,7 +141,6 @@ static void kvm_apic_put(void *data)
>  
>  static void kvm_apic_post_load(APICCommonState *s)
>  {
> -    fprintf(stderr, "%s: Yeh\n", __func__);
>      run_on_cpu(CPU(s->cpu), kvm_apic_put, s);
>  }

Hmm, I think you picked up the debug version we exchanged
privately rather than the one I actually posted which
I'd excised the debug from:
   https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg02658.html

I think the only other change was that the one I posted I'd
reformatted kvm_put_apic_state so it wasn't 81 characters long.

Dave

>  
> -- 
> 1.8.3.1
> 
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK



reply via email to

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