]> git.proxmox.com Git - mirror_qemu.git/commit
xics: add reset() handler to ICPStateClass
authorGreg Kurz <groug@kaod.org>
Wed, 7 Jun 2017 17:17:00 +0000 (19:17 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 8 Jun 2017 04:38:27 +0000 (14:38 +1000)
commita4d4edce7ae23b9136cb9e243d6eab866609315d
tree7cb070fc4ffa6f08cf969c754a8043c5dd649d1a
parent67b544d65f92b9987bc05b9da7e6269af48f1b69
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>
hw/intc/xics.c
hw/intc/xics_kvm.c
include/hw/ppc/xics.h