Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
kvm/apic: drop debugging
Browse files Browse the repository at this point in the history
commit 78d6a05
    ("x86/lapic: Load LAPIC state at post_load")
has some debugging leftovers.

Drop them.

Cc: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
  • Loading branch information
mstsirkin authored and ehabkost committed Sep 19, 2016
1 parent 3f32bd2 commit 1560fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/i386/kvm/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 1560fcf

Please sign in to comment.