aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2019-12-04 20:43:43 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2019-12-17 10:39:48 +1100
commit4febcdd88f08422a66a1aa0dc55e1472abed3c4b (patch)
tree4435136a996f38156566963f8b77ceff00c66db1 /hw
parent401774387aeb37f2ada9bb18f7c7e307b21a3e93 (diff)
downloadqemu-4febcdd88f08422a66a1aa0dc55e1472abed3c4b.zip
qemu-4febcdd88f08422a66a1aa0dc55e1472abed3c4b.tar.gz
qemu-4febcdd88f08422a66a1aa0dc55e1472abed3c4b.tar.bz2
xics: Don't deassert outputs
The correct way to do this is to deassert the input pins on the CPU side. This is the case since a previous change. Signed-off-by: Greg Kurz <groug@kaod.org> Message-Id: <157548862298.3650476.1228720391270249433.stgit@bahia.lan> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
-rw-r--r--hw/intc/xics.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/intc/xics.c b/hw/intc/xics.c
index 0b259a0..1952009 100644
--- a/hw/intc/xics.c
+++ b/hw/intc/xics.c
@@ -289,9 +289,6 @@ void icp_reset(ICPState *icp)
icp->pending_priority = 0xff;
icp->mfrr = 0xff;
- /* Make all outputs are deasserted */
- qemu_set_irq(icp->output, 0);
-
if (kvm_irqchip_in_kernel()) {
Error *local_err = NULL;