qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

authored by

Greg Kurz and committed by
David Gibson
4febcdd8 40177438

-3
-3
hw/intc/xics.c
··· 289 289 icp->pending_priority = 0xff; 290 290 icp->mfrr = 0xff; 291 291 292 - /* Make all outputs are deasserted */ 293 - qemu_set_irq(icp->output, 0); 294 - 295 292 if (kvm_irqchip_in_kernel()) { 296 293 Error *local_err = NULL; 297 294