projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7b542
)
Upgrade the apic version_id, by Don Laor.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 31 Jan 2007 12:22:18 +0000
(12:22 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 31 Jan 2007 12:22:18 +0000
(12:22 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2370
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/apic.c
patch
|
blob
|
history
diff --git
a/hw/apic.c
b/hw/apic.c
index 6e66739479d12e9f71a820b4538ec5b6df5ea61f..8c9776195e4ce4c98cf72c5bd3d1af3542b84e06 100644
(file)
--- a/
hw/apic.c
+++ b/
hw/apic.c
@@
-831,7
+831,7
@@
int apic_init(CPUState *env)
}
s->timer = qemu_new_timer(vm_clock, apic_timer, s);
- register_savevm("apic", 0,
1
, apic_save, apic_load, s);
+ register_savevm("apic", 0,
2
, apic_save, apic_load, s);
qemu_register_reset(apic_reset, s);
local_apics[s->id] = s;