search for: vfio_mdev

Displaying 20 results from an estimated 172 matches for "vfio_mdev".

2019 Oct 23
2
[PATCH V5 2/6] modpost: add support for mdev class id
On Wed, 23 Oct 2019 21:07:48 +0800 Jason Wang <jasowang at redhat.com> wrote: > Add support to parse mdev class id table. > > Reviewed-by: Parav Pandit <parav at mellanox.com> > Signed-off-by: Jason Wang <jasowang at redhat.com> > --- > drivers/vfio/mdev/vfio_mdev.c | 2 ++ > scripts/mod/devicetable-offsets.c | 3 +++ > scripts/mod/file2alias.c | 10 ++++++++++ > 3 files changed, 15 insertions(+) > > diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c > index 7b24ee9cb8dd..cb701cd646f0 100644 > ---...
2019 Oct 23
2
[PATCH V5 2/6] modpost: add support for mdev class id
On Wed, 23 Oct 2019 21:07:48 +0800 Jason Wang <jasowang at redhat.com> wrote: > Add support to parse mdev class id table. > > Reviewed-by: Parav Pandit <parav at mellanox.com> > Signed-off-by: Jason Wang <jasowang at redhat.com> > --- > drivers/vfio/mdev/vfio_mdev.c | 2 ++ > scripts/mod/devicetable-offsets.c | 3 +++ > scripts/mod/file2alias.c | 10 ++++++++++ > 3 files changed, 15 insertions(+) > > diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c > index 7b24ee9cb8dd..cb701cd646f0 100644 > ---...
2019 Sep 26
2
[PATCH V2 5/8] mdev: introduce device specific ops
...lex Williamson wrote: > On Wed, 25 Sep 2019 10:11:00 -0400 > Rob Miller <rob.miller at broadcom.com> wrote: > > > > On Tue, 24 Sep 2019 21:53:29 +0800 > > > > Jason Wang <jasowang at redhat.com> wrote: > > > > > diff --git a/drivers/vfio/mdev/vfio_mdev.c > > > > b/drivers/vfio/mdev/vfio_mdev.c > > > > > index 891cf83a2d9a..95efa054442f 100644 > > > > > --- a/drivers/vfio/mdev/vfio_mdev.c > > > > > +++ b/drivers/vfio/mdev/vfio_mdev.c > > > > > @@ -14,6 +14,7 @@ > > &...
2019 Sep 26
2
[PATCH V2 5/8] mdev: introduce device specific ops
...lex Williamson wrote: > On Wed, 25 Sep 2019 10:11:00 -0400 > Rob Miller <rob.miller at broadcom.com> wrote: > > > > On Tue, 24 Sep 2019 21:53:29 +0800 > > > > Jason Wang <jasowang at redhat.com> wrote: > > > > > diff --git a/drivers/vfio/mdev/vfio_mdev.c > > > > b/drivers/vfio/mdev/vfio_mdev.c > > > > > index 891cf83a2d9a..95efa054442f 100644 > > > > > --- a/drivers/vfio/mdev/vfio_mdev.c > > > > > +++ b/drivers/vfio/mdev/vfio_mdev.c > > > > > @@ -14,6 +14,7 @@ > > &...
2019 Oct 24
1
[PATCH V5 2/6] modpost: add support for mdev class id
...at redhat.com> wrote: > > > >> Add support to parse mdev class id table. > >> > >> Reviewed-by: Parav Pandit <parav at mellanox.com> > >> Signed-off-by: Jason Wang <jasowang at redhat.com> > >> --- > >> drivers/vfio/mdev/vfio_mdev.c | 2 ++ > >> scripts/mod/devicetable-offsets.c | 3 +++ > >> scripts/mod/file2alias.c | 10 ++++++++++ > >> 3 files changed, 15 insertions(+) > >> > >> diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c > &g...
2019 Sep 25
3
[PATCH V2 5/8] mdev: introduce device specific ops
.../s390/cio/vfio_ccw_ops.c | 17 ++++-- > > > drivers/s390/crypto/vfio_ap_ops.c | 13 +++-- > > > drivers/vfio/mdev/mdev_core.c | 12 +++++ > > > drivers/vfio/mdev/mdev_private.h | 1 + > > > drivers/vfio/mdev/vfio_mdev.c | 37 ++++++------- > > > include/linux/mdev.h | 42 ++++----------- > > > include/linux/vfio_mdev.h | 52 +++++++++++++++++++ > > > samples/vfio-mdev/mbochs.c | 19 ++++--- > > > s...
2019 Sep 25
3
[PATCH V2 5/8] mdev: introduce device specific ops
.../s390/cio/vfio_ccw_ops.c | 17 ++++-- > > > drivers/s390/crypto/vfio_ap_ops.c | 13 +++-- > > > drivers/vfio/mdev/mdev_core.c | 12 +++++ > > > drivers/vfio/mdev/mdev_private.h | 1 + > > > drivers/vfio/mdev/vfio_mdev.c | 37 ++++++------- > > > include/linux/mdev.h | 42 ++++----------- > > > include/linux/vfio_mdev.h | 52 +++++++++++++++++++ > > > samples/vfio-mdev/mbochs.c | 19 ++++--- > > > s...
2019 Sep 23
0
[PATCH 2/6] mdev: introduce device specific ops
..../driver-api/vfio-mediated-device.rst | 4 +- MAINTAINERS | 1 + drivers/gpu/drm/i915/gvt/kvmgt.c | 15 +++--- drivers/s390/cio/vfio_ccw_ops.c | 15 ++++-- drivers/s390/crypto/vfio_ap_ops.c | 11 ++-- drivers/vfio/mdev/vfio_mdev.c | 31 ++++++----- include/linux/mdev.h | 36 ++----------- include/linux/vfio_mdev.h | 53 +++++++++++++++++++ samples/vfio-mdev/mbochs.c | 17 +++--- samples/vfio-mdev/mdpy.c | 17 +++--- samples...
2019 Sep 24
3
[PATCH V2 5/8] mdev: introduce device specific ops
...c | 17 +++--- > drivers/s390/cio/vfio_ccw_ops.c | 17 ++++-- > drivers/s390/crypto/vfio_ap_ops.c | 13 +++-- > drivers/vfio/mdev/mdev_core.c | 12 +++++ > drivers/vfio/mdev/mdev_private.h | 1 + > drivers/vfio/mdev/vfio_mdev.c | 37 ++++++------- > include/linux/mdev.h | 42 ++++----------- > include/linux/vfio_mdev.h | 52 +++++++++++++++++++ > samples/vfio-mdev/mbochs.c | 19 ++++--- > samples/vfio-mdev/mdpy.c...
2019 Sep 24
3
[PATCH V2 5/8] mdev: introduce device specific ops
...c | 17 +++--- > drivers/s390/cio/vfio_ccw_ops.c | 17 ++++-- > drivers/s390/crypto/vfio_ap_ops.c | 13 +++-- > drivers/vfio/mdev/mdev_core.c | 12 +++++ > drivers/vfio/mdev/mdev_private.h | 1 + > drivers/vfio/mdev/vfio_mdev.c | 37 ++++++------- > include/linux/mdev.h | 42 ++++----------- > include/linux/vfio_mdev.h | 52 +++++++++++++++++++ > samples/vfio-mdev/mbochs.c | 19 ++++--- > samples/vfio-mdev/mdpy.c...
2019 Sep 24
0
[PATCH 2/6] mdev: introduce device specific ops
...4 +- >> MAINTAINERS | 1 + >> drivers/gpu/drm/i915/gvt/kvmgt.c | 15 +++--- >> drivers/s390/cio/vfio_ccw_ops.c | 15 ++++-- >> drivers/s390/crypto/vfio_ap_ops.c | 11 ++-- >> drivers/vfio/mdev/vfio_mdev.c | 31 ++++++----- >> include/linux/mdev.h | 36 ++----------- >> include/linux/vfio_mdev.h | 53 +++++++++++++++++++ >> samples/vfio-mdev/mbochs.c | 17 +++--- >> samples/vfio-mdev/mdpy.c...
2019 Sep 24
0
[PATCH V2 5/8] mdev: introduce device specific ops
...s/gpu/drm/i915/gvt/kvmgt.c | 17 +++--- drivers/s390/cio/vfio_ccw_ops.c | 17 ++++-- drivers/s390/crypto/vfio_ap_ops.c | 13 +++-- drivers/vfio/mdev/mdev_core.c | 12 +++++ drivers/vfio/mdev/mdev_private.h | 1 + drivers/vfio/mdev/vfio_mdev.c | 37 ++++++------- include/linux/mdev.h | 42 ++++----------- include/linux/vfio_mdev.h | 52 +++++++++++++++++++ samples/vfio-mdev/mbochs.c | 19 ++++--- samples/vfio-mdev/mdpy.c | 19 ++++--- s...
2019 Oct 11
0
[PATCH V3 4/7] mdev: introduce device specific ops
.../gpu/drm/i915/gvt/kvmgt.c | 18 ++++--- drivers/s390/cio/vfio_ccw_ops.c | 18 ++++--- drivers/s390/crypto/vfio_ap_ops.c | 14 +++-- drivers/vfio/mdev/mdev_core.c | 9 +++- drivers/vfio/mdev/mdev_private.h | 1 + drivers/vfio/mdev/vfio_mdev.c | 37 ++++++------- include/linux/mdev.h | 42 +++------------ include/linux/vfio_mdev.h | 52 +++++++++++++++++++ samples/vfio-mdev/mbochs.c | 20 ++++--- samples/vfio-mdev/mdpy.c | 21 +++++---...
2019 Sep 25
0
[PATCH V2 5/8] mdev: introduce device specific ops
...- > > drivers/s390/cio/vfio_ccw_ops.c | 17 ++++-- > > drivers/s390/crypto/vfio_ap_ops.c | 13 +++-- > > drivers/vfio/mdev/mdev_core.c | 12 +++++ > > drivers/vfio/mdev/mdev_private.h | 1 + > > drivers/vfio/mdev/vfio_mdev.c | 37 ++++++------- > > include/linux/mdev.h | 42 ++++----------- > > include/linux/vfio_mdev.h | 52 +++++++++++++++++++ > > samples/vfio-mdev/mbochs.c | 19 ++++--- > > samples/vfio-mdev/mdp...
2019 Oct 17
0
[PATCH V4 3/6] mdev: introduce device specific ops
...u/drm/i915/gvt/kvmgt.c | 18 ++++--- drivers/s390/cio/vfio_ccw_ops.c | 18 ++++--- drivers/s390/crypto/vfio_ap_ops.c | 14 +++-- drivers/vfio/mdev/mdev_core.c | 18 +++++-- drivers/vfio/mdev/mdev_private.h | 1 + drivers/vfio/mdev/vfio_mdev.c | 37 ++++++------- include/linux/mdev.h | 45 ++++------------ include/linux/vfio_mdev.h | 52 +++++++++++++++++++ samples/vfio-mdev/mbochs.c | 20 ++++--- samples/vfio-mdev/mdpy.c | 20 ++++---...
2019 Oct 23
0
[PATCH V5 2/6] modpost: add support for mdev class id
Add support to parse mdev class id table. Reviewed-by: Parav Pandit <parav at mellanox.com> Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vfio/mdev/vfio_mdev.c | 2 ++ scripts/mod/devicetable-offsets.c | 3 +++ scripts/mod/file2alias.c | 10 ++++++++++ 3 files changed, 15 insertions(+) diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c index 7b24ee9cb8dd..cb701cd646f0 100644 --- a/drivers/vfio/mdev/vfio_mdev.c +++...
2019 Nov 05
0
[PATCH V8 2/6] modpost: add support for mdev class id
Add support to parse mdev class id table. Reviewed-by: Parav Pandit <parav at mellanox.com> Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vfio/mdev/vfio_mdev.c | 2 ++ scripts/mod/devicetable-offsets.c | 3 +++ scripts/mod/file2alias.c | 11 +++++++++++ 3 files changed, 16 insertions(+) diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c index 38431e9ef7f5..a6641cd8b5a3 100644 --- a/drivers/vfio/mdev/vfio_mdev.c ++...
2019 Oct 24
0
[PATCH V5 2/6] modpost: add support for mdev class id
...8 +0800 > Jason Wang <jasowang at redhat.com> wrote: > >> Add support to parse mdev class id table. >> >> Reviewed-by: Parav Pandit <parav at mellanox.com> >> Signed-off-by: Jason Wang <jasowang at redhat.com> >> --- >> drivers/vfio/mdev/vfio_mdev.c | 2 ++ >> scripts/mod/devicetable-offsets.c | 3 +++ >> scripts/mod/file2alias.c | 10 ++++++++++ >> 3 files changed, 15 insertions(+) >> >> diff --git a/drivers/vfio/mdev/vfio_mdev.c b/drivers/vfio/mdev/vfio_mdev.c >> index 7b24ee9cb8dd..cb7...
2019 Oct 21
0
[PATCH V4 3/6] mdev: introduce device specific ops
...gt;> drivers/s390/cio/vfio_ccw_ops.c | 18 ++++--- >> drivers/s390/crypto/vfio_ap_ops.c | 14 +++-- >> drivers/vfio/mdev/mdev_core.c | 18 +++++-- >> drivers/vfio/mdev/mdev_private.h | 1 + >> drivers/vfio/mdev/vfio_mdev.c | 37 ++++++------- >> include/linux/mdev.h | 45 ++++------------ >> include/linux/vfio_mdev.h | 52 +++++++++++++++++++ >> samples/vfio-mdev/mbochs.c | 20 ++++--- >> samples/vfio-mdev/md...
2019 Sep 25
0
[PATCH V2 5/8] mdev: introduce device specific ops
On Wed, 25 Sep 2019 10:11:00 -0400 Rob Miller <rob.miller at broadcom.com> wrote: > > > On Tue, 24 Sep 2019 21:53:29 +0800 > > > Jason Wang <jasowang at redhat.com> wrote: > > > > diff --git a/drivers/vfio/mdev/vfio_mdev.c > > > b/drivers/vfio/mdev/vfio_mdev.c > > > > index 891cf83a2d9a..95efa054442f 100644 > > > > --- a/drivers/vfio/mdev/vfio_mdev.c > > > > +++ b/drivers/vfio/mdev/vfio_mdev.c > > > > @@ -14,6 +14,7 @@ > > > > #include <li...