Re: [RFC PATCH v4 1/6] vfio: Define device specific irq type capability

2019-07-19 Thread Zhenyu Wang
...@vger.kernel.org; linux- > > ker...@vger.kernel.org; Zhang, Tina ; > > kra...@redhat.com; zhen...@linux.intel.com; Lv, Zhiyuan > > ; Wang, Zhi A ; Tian, > > Kevin ; Yuan, Hang ; > > alex.william...@redhat.com; Eric Auger > > Subject: Re: [RFC PATCH v4 1/6] vfio: Defi

RE: [RFC PATCH v4 1/6] vfio: Define device specific irq type capability

2019-07-19 Thread Lu, Kechen
a...@redhat.com; zhen...@linux.intel.com; Lv, Zhiyuan > ; Wang, Zhi A ; Tian, > Kevin ; Yuan, Hang ; > alex.william...@redhat.com; Eric Auger > Subject: Re: [RFC PATCH v4 1/6] vfio: Define device specific irq type > capability > > On 2019.07.18 23:56:35 +0800, Kechen Lu wrote: > >

Re: [RFC PATCH v4 1/6] vfio: Define device specific irq type capability

2019-07-19 Thread Zhenyu Wang
On 2019.07.18 23:56:35 +0800, Kechen Lu wrote: > From: Tina Zhang > > Cap the number of irqs with fixed indexes and use capability chains > to chain device specific irqs. > > Signed-off-by: Tina Zhang > Signed-off-by: Eric Auger > --- > include/uapi/linux/vfio.h | 19 ++- > 1

[RFC PATCH v4 1/6] vfio: Define device specific irq type capability

2019-07-18 Thread Kechen Lu
From: Tina Zhang Cap the number of irqs with fixed indexes and use capability chains to chain device specific irqs. Signed-off-by: Tina Zhang Signed-off-by: Eric Auger --- include/uapi/linux/vfio.h | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git