Re: [Intel-gfx] [PATCH V6 1/6] mdev: class id support

2019-11-01 Thread Parav Pandit
> -Original Message- > From: kvm-ow...@vger.kernel.org On Behalf > Of Jason Wang > Sent: Wednesday, October 30, 2019 1:45 AM > To: k...@vger.kernel.org; linux-s...@vger.kernel.org; linux- > ker...@vger.kernel.org; dri-de...@lists.freedesktop.org; intel- > g...@lists.freedesktop.org;

[Intel-gfx] [PATCH V6 1/6] mdev: class id support

2019-10-30 Thread Jason Wang
Mdev bus only supports vfio driver right now, so it doesn't implement match method. But in the future, we may add drivers other than vfio, the first driver could be virtio-mdev. This means we need to add device class id support in bus match method to pair the mdev device and mdev driver correctly.