[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] x86/lapic: remove unwanted debugging messages
From: |
Paolo Bonzini |
Subject: |
[Qemu-devel] [PATCH] x86/lapic: remove unwanted debugging messages |
Date: |
Thu, 15 Sep 2016 16:21:27 +0200 |
/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);
}
--
1.8.3.1
- [Qemu-devel] [PATCH] x86/lapic: remove unwanted debugging messages,
Paolo Bonzini <=