kvm/apic: drop debugging
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>
This commit is contained in:
parent
3f32bd21df
commit
1560fcfa96
@ -141,7 +141,6 @@ static void kvm_apic_put(void *data)
|
|||||||
|
|
||||||
static void kvm_apic_post_load(APICCommonState *s)
|
static void kvm_apic_post_load(APICCommonState *s)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%s: Yeh\n", __func__);
|
|
||||||
run_on_cpu(CPU(s->cpu), kvm_apic_put, s);
|
run_on_cpu(CPU(s->cpu), kvm_apic_put, s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user