From: Antonios Motakis Date: Mon, 16 Mar 2015 20:08:53 +0000 (-0600) Subject: vfio: pass an opaque pointer on virqfd initialization X-Git-Tag: omap-for-v4.2/o2_dc~137^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09bbcb8810c4673cb96477e0e83c9bcdfadc7741;p=pandora-kernel.git vfio: pass an opaque pointer on virqfd initialization VFIO_PCI passes the VFIO device structure *vdev via eventfd to the handler that implements masking/unmasking of IRQs via an eventfd. We can replace it in the virqfd infrastructure with an opaque type so we can make use of the mechanism from other VFIO bus drivers. Signed-off-by: Antonios Motakis Signed-off-by: Baptiste Reynal Reviewed-by: Eric Auger Tested-by: Eric Auger Signed-off-by: Alex Williamson --- Reading git-diff-tree failed