]> git.proxmox.com Git - qemu.git/commit
ioapic: Drop post-load irr initialization
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 10 Jan 2012 11:24:10 +0000 (12:24 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 19 Jan 2012 11:14:41 +0000 (12:14 +0100)
commitac791b881442e8f929ad0f7423f0e6f253dbef70
treedcc55017cce8985a5f0e14a9a13544d1040f3874
parent512709f559dce1690fa89fe2a67a8e1984cd3895
ioapic: Drop post-load irr initialization

As all devices undergo a reset prior to vmloa, and the reset value of
irr is 0, we do not need to do this clearing for older vmstates
explicitly. Dropping this redundant code will also make KVM integration
a bit simpler.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hw/ioapic.c