KVM: Fix userspace IRQ chip migration
authorGleb Natapov <gleb@redhat.com>
Tue, 21 Apr 2009 14:45:10 +0000 (17:45 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:48 +0000 (11:48 +0300)
commit16d7a191170f0ca48c2c3277017b3e6d275e0711
tree7ab5bdbe409e8c2f12de7b1064a0918804e8bc93
parent95ba82731374eb1c2af4dd442526c4b314f0e8b6
KVM: Fix userspace IRQ chip migration

Re-put pending IRQ vector into interrupt_bitmap before migration.
Otherwise it will be lost if migration happens in the wrong time.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c