diff options
author | Greg Kurz | 2019-02-12 19:24:06 +0100 |
---|---|---|
committer | David Gibson | 2019-02-17 11:54:02 +0100 |
commit | 0afed8c8195886111dd8ab0d078b189c55949521 (patch) | |
tree | 5dcd48a555d73d8410c69dac175a1934ae4c86ad /hw/core/bus.c | |
parent | ppc: fix crash during branch stepping (diff) | |
download | qemu-0afed8c8195886111dd8ab0d078b189c55949521.tar.gz qemu-0afed8c8195886111dd8ab0d078b189c55949521.tar.xz qemu-0afed8c8195886111dd8ab0d078b189c55949521.zip |
xive: Only set source type for LSIs
MSI is the default and LSI specific code is guarded by the
xive_source_irq_is_lsi() helper. The xive_source_irq_set()
helper is a nop for MSIs.
Simplify the code by turning xive_source_irq_set() into
xive_source_irq_set_lsi() and only call it for LSIs. The
call to xive_source_irq_set(false) in spapr_xive_irq_free()
is also a nop. Just drop it.
Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <154999584656.690774.18352404495120358613.stgit@bahia.lan>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/core/bus.c')
0 files changed, 0 insertions, 0 deletions