summaryrefslogtreecommitdiff
path: root/hw/intc/xilinx_intc.c
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2017-06-07 19:17:00 +0200
committerDavid Gibson <david@gibson.dropbear.id.au>2017-06-08 14:38:27 +1000
commita4d4edce7ae23b9136cb9e243d6eab866609315d (patch)
tree7cb070fc4ffa6f08cf969c754a8043c5dd649d1a /hw/intc/xilinx_intc.c
parent67b544d65f92b9987bc05b9da7e6269af48f1b69 (diff)
downloadqemu-a4d4edce7ae23b9136cb9e243d6eab866609315d.tar.gz
xics: add reset() handler to ICPStateClass
Taking into account that qemu_set_irq() returns immediatly if its first argument is NULL, icp_kvm_reset() largely duplicates icp_reset(). This patch introduces a reset() handler, so that the common logic can be implemented in icp_reset() only. While there we can also drop icp_kvm_realize() and icp_kvm_unrealize(). This causes icp-kvm to be realized in icp_realize(), which sets icp->xics, but it has no impact. Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/intc/xilinx_intc.c')
0 files changed, 0 insertions, 0 deletions