Re: [RFC PATCH v3 1/4] vfio: Define device specific irq type capability

From: Gerd Hoffmann
Date: Thu Jun 27 2019 - 02:19:53 EST


Hi,

> +struct vfio_irq_info_cap_type {
> + struct vfio_info_cap_header header;
> + __u32 type; /* global per bus driver */
> + __u32 subtype; /* type specific */

Do we really need both type and subtype?

cheers,
Gerd