search for: 3d03ccbd1adc

Displaying 20 results from an estimated 48 matches for "3d03ccbd1adc".

2020 Feb 20
1
[PATCH V3 1/5] vhost: factor out IOTLB
...++ > 8 files changed, 304 insertions(+), 181 deletions(-) > create mode 100644 drivers/vhost/vhost_iotlb.c > create mode 100644 include/linux/vhost_iotlb.h > Hi, Sorry if you have gone over this previously: > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > index 3d03ccbd1adc..eef634ff9a6e 100644 > --- a/drivers/vhost/Kconfig > +++ b/drivers/vhost/Kconfig > @@ -36,6 +36,7 @@ config VHOST_VSOCK > > config VHOST > tristate > + select VHOST_IOTLB > ---help--- > This option is selected by any driver which needs to access > the co...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...8,8 +58,4 @@ config CAIF_VIRTIO > ---help--- > The CAIF driver for CAIF over Virtio. > > -if CAIF_VIRTIO > -source "drivers/vhost/Kconfig.vringh" > -endif > - > endif # CAIF_DRIVERS > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > index 3d03ccbd1adc..4aef10a54cd1 100644 > --- a/drivers/vhost/Kconfig > +++ b/drivers/vhost/Kconfig > @@ -1,8 +1,20 @@ > # SPDX-License-Identifier: GPL-2.0-only > +config VHOST_RING > + tristate > + help > + This option is selected by any driver which needs to access > + the host side...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...8,8 +58,4 @@ config CAIF_VIRTIO > ---help--- > The CAIF driver for CAIF over Virtio. > > -if CAIF_VIRTIO > -source "drivers/vhost/Kconfig.vringh" > -endif > - > endif # CAIF_DRIVERS > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > index 3d03ccbd1adc..4aef10a54cd1 100644 > --- a/drivers/vhost/Kconfig > +++ b/drivers/vhost/Kconfig > @@ -1,8 +1,20 @@ > # SPDX-License-Identifier: GPL-2.0-only > +config VHOST_RING > + tristate > + help > + This option is selected by any driver which needs to access > + the host side...
2020 Apr 01
5
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...AIF driver for CAIF over Virtio. > > > -if CAIF_VIRTIO > > > -source "drivers/vhost/Kconfig.vringh" > > > -endif > > > - > > > endif # CAIF_DRIVERS > > > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > > > index 3d03ccbd1adc..4aef10a54cd1 100644 > > > --- a/drivers/vhost/Kconfig > > > +++ b/drivers/vhost/Kconfig > > > @@ -1,8 +1,20 @@ > > > # SPDX-License-Identifier: GPL-2.0-only > > > +config VHOST_RING > > > + tristate > > > + help > > > + Th...
2020 Apr 01
5
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...AIF driver for CAIF over Virtio. > > > -if CAIF_VIRTIO > > > -source "drivers/vhost/Kconfig.vringh" > > > -endif > > > - > > > endif # CAIF_DRIVERS > > > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > > > index 3d03ccbd1adc..4aef10a54cd1 100644 > > > --- a/drivers/vhost/Kconfig > > > +++ b/drivers/vhost/Kconfig > > > @@ -1,8 +1,20 @@ > > > # SPDX-License-Identifier: GPL-2.0-only > > > +config VHOST_RING > > > + tristate > > > + help > > > + Th...
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...---help--- >> The CAIF driver for CAIF over Virtio. >> >> -if CAIF_VIRTIO >> -source "drivers/vhost/Kconfig.vringh" >> -endif >> - >> endif # CAIF_DRIVERS >> diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig >> index 3d03ccbd1adc..4aef10a54cd1 100644 >> --- a/drivers/vhost/Kconfig >> +++ b/drivers/vhost/Kconfig >> @@ -1,8 +1,20 @@ >> # SPDX-License-Identifier: GPL-2.0-only >> +config VHOST_RING >> + tristate >> + help >> + This option is selected by any driver which needs...
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...CAIF over Virtio. >>>> -if CAIF_VIRTIO >>>> -source "drivers/vhost/Kconfig.vringh" >>>> -endif >>>> - >>>> endif # CAIF_DRIVERS >>>> diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig >>>> index 3d03ccbd1adc..4aef10a54cd1 100644 >>>> --- a/drivers/vhost/Kconfig >>>> +++ b/drivers/vhost/Kconfig >>>> @@ -1,8 +1,20 @@ >>>> # SPDX-License-Identifier: GPL-2.0-only >>>> +config VHOST_RING >>>> + tristate >>>> + help >&g...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...8,8 +58,4 @@ config CAIF_VIRTIO > ---help--- > The CAIF driver for CAIF over Virtio. > > -if CAIF_VIRTIO > -source "drivers/vhost/Kconfig.vringh" > -endif > - > endif # CAIF_DRIVERS > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > index 3d03ccbd1adc..4aef10a54cd1 100644 > --- a/drivers/vhost/Kconfig > +++ b/drivers/vhost/Kconfig > @@ -1,8 +1,20 @@ > # SPDX-License-Identifier: GPL-2.0-only > +config VHOST_RING > + tristate > + help > + This option is selected by any driver which needs to access > + the host side...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...8,8 +58,4 @@ config CAIF_VIRTIO > ---help--- > The CAIF driver for CAIF over Virtio. > > -if CAIF_VIRTIO > -source "drivers/vhost/Kconfig.vringh" > -endif > - > endif # CAIF_DRIVERS > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > index 3d03ccbd1adc..4aef10a54cd1 100644 > --- a/drivers/vhost/Kconfig > +++ b/drivers/vhost/Kconfig > @@ -1,8 +1,20 @@ > # SPDX-License-Identifier: GPL-2.0-only > +config VHOST_RING > + tristate > + help > + This option is selected by any driver which needs to access > + the host side...
2019 Sep 26
6
[PATCH] vhost: introduce mdev based hardware backend
...| 9 + drivers/vhost/Makefile | 3 + drivers/vhost/mdev.c | 381 +++++++++++++++++++++++++++++++++++++ include/uapi/linux/vhost.h | 8 + 4 files changed, 401 insertions(+) create mode 100644 drivers/vhost/mdev.c diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index 3d03ccbd1adc..decf0be8efe9 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig @@ -34,6 +34,15 @@ config VHOST_VSOCK To compile this driver as a module, choose M here: the module will be called vhost_vsock. +config VHOST_MDEV + tristate "Vhost driver for Mediated devices" + depends on...
2019 Sep 26
6
[PATCH] vhost: introduce mdev based hardware backend
...| 9 + drivers/vhost/Makefile | 3 + drivers/vhost/mdev.c | 381 +++++++++++++++++++++++++++++++++++++ include/uapi/linux/vhost.h | 8 + 4 files changed, 401 insertions(+) create mode 100644 drivers/vhost/mdev.c diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index 3d03ccbd1adc..decf0be8efe9 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig @@ -34,6 +34,15 @@ config VHOST_VSOCK To compile this driver as a module, choose M here: the module will be called vhost_vsock. +config VHOST_MDEV + tristate "Vhost driver for Mediated devices" + depends on...
2019 Sep 26
0
[PATCH] vhost: introduce mdev based hardware backend
...e | 3 + > drivers/vhost/mdev.c | 381 +++++++++++++++++++++++++++++++++++++ > include/uapi/linux/vhost.h | 8 + > 4 files changed, 401 insertions(+) > create mode 100644 drivers/vhost/mdev.c > > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > index 3d03ccbd1adc..decf0be8efe9 100644 > --- a/drivers/vhost/Kconfig > +++ b/drivers/vhost/Kconfig > @@ -34,6 +34,15 @@ config VHOST_VSOCK > To compile this driver as a module, choose M here: the module will be called > vhost_vsock. > > +config VHOST_MDEV > + tristate "Vhost driver...
2019 Oct 22
2
[PATCH v2] vhost: introduce mdev based hardware backend
...ARN_ON(mdev->class_id); + mdev->class_id = MDEV_CLASS_ID_VHOST; + mdev->device_ops = vhost_ops; +} +EXPORT_SYMBOL(mdev_set_vhost_ops); + const void *mdev_get_dev_ops(struct mdev_device *mdev) { return mdev->device_ops; diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index 3d03ccbd1adc..7b5c2f655af7 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig @@ -34,6 +34,15 @@ config VHOST_VSOCK To compile this driver as a module, choose M here: the module will be called vhost_vsock. +config VHOST_MDEV + tristate "Vhost driver for Mediated devices" + depends on...
2019 Oct 22
2
[PATCH v2] vhost: introduce mdev based hardware backend
...ARN_ON(mdev->class_id); + mdev->class_id = MDEV_CLASS_ID_VHOST; + mdev->device_ops = vhost_ops; +} +EXPORT_SYMBOL(mdev_set_vhost_ops); + const void *mdev_get_dev_ops(struct mdev_device *mdev) { return mdev->device_ops; diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index 3d03ccbd1adc..7b5c2f655af7 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig @@ -34,6 +34,15 @@ config VHOST_VSOCK To compile this driver as a module, choose M here: the module will be called vhost_vsock. +config VHOST_MDEV + tristate "Vhost driver for Mediated devices" + depends on...
2020 Apr 01
1
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...IO > > > > > -source "drivers/vhost/Kconfig.vringh" > > > > > -endif > > > > > - > > > > > endif # CAIF_DRIVERS > > > > > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > > > > > index 3d03ccbd1adc..4aef10a54cd1 100644 > > > > > --- a/drivers/vhost/Kconfig > > > > > +++ b/drivers/vhost/Kconfig > > > > > @@ -1,8 +1,20 @@ > > > > > # SPDX-License-Identifier: GPL-2.0-only > > > > > +config VHOST_RING > > > &gt...
2019 Sep 27
0
[PATCH] vhost: introduce mdev based hardware backend
...| 3 + > drivers/vhost/mdev.c | 381 +++++++++++++++++++++++++++++++++++++ > include/uapi/linux/vhost.h | 8 + > 4 files changed, 401 insertions(+) > create mode 100644 drivers/vhost/mdev.c > > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > index 3d03ccbd1adc..decf0be8efe9 100644 > --- a/drivers/vhost/Kconfig > +++ b/drivers/vhost/Kconfig > @@ -34,6 +34,15 @@ config VHOST_VSOCK > To compile this driver as a module, choose M here: the module will be called > vhost_vsock. > > +config VHOST_MDEV > + tristate "Vhost dri...
2020 Apr 01
1
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...IO > > > > > -source "drivers/vhost/Kconfig.vringh" > > > > > -endif > > > > > - > > > > > endif # CAIF_DRIVERS > > > > > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > > > > > index 3d03ccbd1adc..4aef10a54cd1 100644 > > > > > --- a/drivers/vhost/Kconfig > > > > > +++ b/drivers/vhost/Kconfig > > > > > @@ -1,8 +1,20 @@ > > > > > # SPDX-License-Identifier: GPL-2.0-only > > > > > +config VHOST_RING > > > &gt...
2019 Sep 17
0
[RFC v4 3/3] vhost: introduce mdev based hardware backend
...| 39 ++- drivers/vhost/vhost.h | 6 + include/uapi/linux/vhost.h | 10 + include/uapi/linux/vhost_types.h | 5 + 7 files changed, 528 insertions(+), 6 deletions(-) create mode 100644 drivers/vhost/mdev.c diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index 3d03ccbd1adc..ef9783156d2e 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig @@ -34,6 +34,15 @@ config VHOST_VSOCK To compile this driver as a module, choose M here: the module will be called vhost_vsock. +config VHOST_MDEV + tristate "Mediated device based hardware vhost accelerator&quo...
2019 Oct 29
2
[PATCH v3] vhost: introduce mdev based hardware backend
...fio/mdev/mdev_private.h @@ -40,6 +40,7 @@ struct mdev_device { union { const struct vfio_mdev_device_ops *vfio_ops; const struct virtio_mdev_device_ops *virtio_ops; + const struct virtio_mdev_device_ops *vhost_ops; }; }; diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index 3d03ccbd1adc..062cada28f89 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig @@ -34,6 +34,18 @@ config VHOST_VSOCK To compile this driver as a module, choose M here: the module will be called vhost_vsock. +config VHOST_MDEV + tristate "Vhost driver for Mediated devices" + depends on...
2019 Oct 29
2
[PATCH v3] vhost: introduce mdev based hardware backend
...fio/mdev/mdev_private.h @@ -40,6 +40,7 @@ struct mdev_device { union { const struct vfio_mdev_device_ops *vfio_ops; const struct virtio_mdev_device_ops *virtio_ops; + const struct virtio_mdev_device_ops *vhost_ops; }; }; diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index 3d03ccbd1adc..062cada28f89 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig @@ -34,6 +34,18 @@ config VHOST_VSOCK To compile this driver as a module, choose M here: the module will be called vhost_vsock. +config VHOST_MDEV + tristate "Vhost driver for Mediated devices" + depends on...