vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
authorDiana Craciun <diana.craciun@oss.nxp.com>
Mon, 5 Oct 2020 17:36:51 +0000 (20:36 +0300)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 12 Oct 2020 17:33:06 +0000 (11:33 -0600)
commit2e0d29561f593a5ab6d37ea032513d2714a007df
tree6f34b42f1cee728161c0ffb61b795f0c2cfa7248
parentf2ba7e8c947bf38fec799fdf9122e05a6a3e8382
vfio/fsl-mc: Add irq infrastructure for fsl-mc devices

This patch adds the skeleton for interrupt support
for fsl-mc devices. The interrupts are not yet functional,
the functionality will be added by subsequent patches.

Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com>
Signed-off-by: Diana Craciun <diana.craciun@oss.nxp.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/fsl-mc/Makefile
drivers/vfio/fsl-mc/vfio_fsl_mc.c
drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c [new file with mode: 0644]
drivers/vfio/fsl-mc/vfio_fsl_mc_private.h