spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper
commit7678b74a94a70186da3b3971d7ae92ca1a81c969
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 23 Sep 2019 05:50:09 +0000 (23 15:50 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 Oct 2019 09:08:22 +0000 (4 19:08 +1000)
tree34d59d07fb27aaad26e27c85eee043a32c6c64bd
parent258aa5ce1c62bf9cf28dc344f52e13ea3a0a38cd
spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper

Every caller of spapr_vio_qirq() immediately calls qemu_irq_pulse() with
the result, so we might as well just fold that into the helper.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/char/spapr_vty.c
hw/net/spapr_llan.c
hw/ppc/spapr_vio.c
include/hw/ppc/spapr_vio.h