qemu/hw/i386/kvm
ChenLiang be894f51b6 pit: fix pit interrupt can't inject into vm after migration
kvm_pit is running in kmod. kvm_pit is going to inject
interrupt to vm before cpu_synchronize_all_post_init at
dest side. vcpu will lose the pit interrupt, but
ack_irq(in kmod) has been 0. ack_irq become 1 after
vcpu responds pit interrupt. pit interruptcan inject
to vm when ack_irq is 1.

By the way, kvm_pit_vm_state_change has save and load
state of pit, so pre_save and post_load is unnecessary.

Signed-off-by: ChenLiang <chenliang88@huawei.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2014-09-16 10:40:38 +02:00
..
apic.c apic: QOM'ify APIC 2013-12-24 18:02:18 +01:00
clock.c Revert "kvmclock: Ensure time in migration never goes backward" 2014-07-18 15:28:03 +02:00
i8254.c pit: fix pit interrupt can't inject into vm after migration 2014-09-16 10:40:38 +02:00
i8259.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
ioapic.c ioapic: QOM'ify ioapic 2013-12-24 18:02:18 +01:00
Makefile.objs
pci-assign.c memory: add parameter errp to memory_region_init_ram 2014-09-09 13:41:43 +02:00