mirror of https://github.com/xemu-project/xemu.git
kvm/apic: drop debugging
commit 78d6a05d2f
("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…
Reference in New Issue