]> git.proxmox.com Git - mirror_qemu.git/commit
spapr/xive: Use xive_esb_rw() to trigger interrupts
authorCédric Le Goater <clg@kaod.org>
Wed, 6 Oct 2021 21:05:46 +0000 (23:05 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 21 Oct 2021 00:42:47 +0000 (11:42 +1100)
commit644c68696e8335f80d4a9295db0445505e24d8e2
tree360017ce5b508e56084d39ba55e665255f84b4db
parent3c706d02522fb031e79823fd14b121878dccbcc6
spapr/xive: Use xive_esb_rw() to trigger interrupts

xive_esb_rw() is the common routine used for memory accesses on ESB
page. Use it for triggers also.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20211006210546.641102-1-clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/intc/spapr_xive_kvm.c