• P
    x86: ioapic: fix fail migration when irqchip=split · 5c60c6ef
    Peter Xu 提交于
    Split irqchip works based on the fact that we kept the first 24 gsi
    routing entries inside KVM for userspace ioapic's use. When system
    boot, we'll reserve these MSI routing entries before hand. However,
    after migration, we forgot to re-configure it up in the destination
    side. The result is, we'll get invalid gsi routing entries after
    migration (all empty), and we get interrupts with vector=0, then
    strange things happen, like keyboard hang.
    
    The solution is simple - we update them after migration, which is a
    one line fix.
    Signed-off-by: NPeter Xu <peterx@redhat.com>
    Message-Id: <1483952153-7221-4-git-send-email-peterx@redhat.com>
    Cc: qemu-stable@nongnu.org
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    (cherry picked from commit 0f254b1a)
    Signed-off-by: NMichael Roth <mdroth@linux.vnet.ibm.com>
    5c60c6ef
ioapic.c 13.4 KB