From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Richard Henderson <rth@twiddle.net>,
qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>,
"Dr . David Alan Gilbert" <dgilbert@redhat.com>
Subject: [Qemu-devel] [PULL 2/3] kvm/apic: drop debugging
Date: Mon, 19 Sep 2016 15:38:36 -0300 [thread overview]
Message-ID: <1474310317-5409-3-git-send-email-ehabkost@redhat.com> (raw)
In-Reply-To: <1474310317-5409-1-git-send-email-ehabkost@redhat.com>
From: "Michael S. Tsirkin" <mst@redhat.com>
commit 78d6a05d2f69cbfa6e95f0a4a24a2c934969913b
("x86/lapic: Load LAPIC state at post_load")
has some debugging leftovers.
Drop them.
Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
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);
}
--
2.7.4
next prev parent reply other threads:[~2016-09-19 18:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-19 18:38 [Qemu-devel] [PULL 0/3] x86 queue, 2016-09-19 Eduardo Habkost
2016-09-19 18:38 ` [Qemu-devel] [PULL 1/3] target-i386: Use struct X86XSaveArea in fpu_helper.c Eduardo Habkost
2016-09-19 18:38 ` Eduardo Habkost [this message]
2016-09-19 18:38 ` [Qemu-devel] [PULL 3/3] linux-user-i386: Fix crash on cpuid Eduardo Habkost
2016-09-20 10:31 ` [Qemu-devel] [PULL 0/3] x86 queue, 2016-09-19 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1474310317-5409-3-git-send-email-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=dgilbert@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).