X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Fapic.c;h=8c8b2de14b193a17fcdf87d5fa3401815a748548;hb=8217606e6edb49591b4a6fd5a0d1229cebe470a9;hp=d63d74b82213e72766300930110fd82e4f0abb9c;hpb=93102fd6010c68320bc9a008c8cf70cb4a36d4b9;p=qemu diff --git a/hw/apic.c b/hw/apic.c index d63d74b..8c8b2de 100644 --- a/hw/apic.c +++ b/hw/apic.c @@ -924,7 +924,7 @@ int apic_init(CPUState *env) s->timer = qemu_new_timer(vm_clock, apic_timer, s); register_savevm("apic", s->id, 2, apic_save, apic_load, s); - qemu_register_reset(apic_reset, s); + qemu_register_reset(apic_reset, 0, s); local_apics[s->id] = s; return 0;