]> Git Repo - qemu.git/commit
hmp: fix qemu crash due to ioapic state dump w/ split irqchip
authorWanpeng Li <[email protected]>
Fri, 23 Sep 2016 03:47:36 +0000 (11:47 +0800)
committerDr. David Alan Gilbert <[email protected]>
Tue, 4 Oct 2016 16:16:15 +0000 (17:16 +0100)
commit456d97d364e34adc4e68cbd51c2ad6ecd548492d
tree34e0c9d503e9427cf4c0f120b0779dd207388270
parentbbc4c3f4f3c624e2de64fdcb79f4dd8c1a508e9d
hmp: fix qemu crash due to ioapic state dump w/ split irqchip

The qemu will crash when info ioapic through hmp if irqchip
is split. Below message is splat:

KVM_GET_IRQCHIP failed: Unknown error -6

This patch fix it by dumping the ioapic state from the qemu
emulated ioapic if irqchip is split.

Cc: Paolo Bonzini <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: Eduardo Habkost <[email protected]>
Signed-off-by: Wanpeng Li <[email protected]>
Message-Id: <1474602456[email protected]>
Reviewed-by: Peter Xu <[email protected]>
Message-ID: <20160923090824[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
target-i386/monitor.c
This page took 0.024083 seconds and 4 git commands to generate.