xen/arm: introduce handle_device_interrupts
authorStefano Stabellini <sstabellini@kernel.org>
Mon, 30 Sep 2019 23:13:37 +0000 (16:13 -0700)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 4 Oct 2019 17:15:39 +0000 (10:15 -0700)
commitc71dca24600fd31d6f94c5fb12500a5fbd43534c
tree33183d1c85ca4c7311780d140725da1e8df7b120
parentcf4af9d6d6c9116578067d94e06ad2872531380a
xen/arm: introduce handle_device_interrupts

Move the interrupt handling code out of handle_device to a new function
so that it can be reused for dom0less VMs (it will be used in later
patches).

Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/domain_build.c