]> git.proxmox.com Git - mirror_qemu.git/commit
spapr/irq: remove spapr_ics_create()
authorCédric Le Goater <clg@kaod.org>
Thu, 21 Mar 2019 14:49:11 +0000 (15:49 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 26 Apr 2019 00:41:23 +0000 (10:41 +1000)
commitf56275a2fc4b627604c71e5833bd357ee9b6ecbb
treef00d94bdaad8a2c562b9336fad0c4a625ea2f892
parent64db6c70dc5d41cb7ad0c6c9d7a81a905a0d321b
spapr/irq: remove spapr_ics_create()

spapr_ics_create() is only called once. Merge it in spapr_irq_init_xics()
and simplify a bit the error handling by using 'error_fatal' .

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20190321144914.19934-13-clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_irq.c