search for: config_vhost_vdpa

Displaying 10 results from an estimated 10 matches for "config_vhost_vdpa".

2020 Apr 02
1
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...archs whose defconfig have > > > VHOST_NET or VHOST_VSOCK enabled. > > > > > > All looks fine. > > > > > > Thanks > > > > I'm a bit confused. So is the next tag in my tree ok now? > > > Still need to select CONFIG_VHOST for? CONFIG_VHOST_VDPA. Others are ok. > > Thanks Oh like this then? diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index bdd270fede26..cb6b17323eb2 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig @@ -61,6 +63,7 @@ config VHOST_VSOCK config VHOST_VDPA tristate "Vhost driver fo...
2020 Apr 02
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On Thu, Apr 02, 2020 at 11:22:57AM +0800, Jason Wang wrote: > > On 2020/4/2 ??12:08, Michael S. Tsirkin wrote: > > On Wed, Apr 01, 2020 at 10:29:32PM +0800, Jason Wang wrote: > > > >From 9b3a5d23b8bf6b0a11e65e688335d782f8e6aa5c Mon Sep 17 00:00:00 2001 > > > From: Jason Wang <jasowang at redhat.com> > > > Date: Wed, 1 Apr 2020 22:17:27 +0800 >
2020 Apr 02
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On Thu, Apr 02, 2020 at 11:22:57AM +0800, Jason Wang wrote: > > On 2020/4/2 ??12:08, Michael S. Tsirkin wrote: > > On Wed, Apr 01, 2020 at 10:29:32PM +0800, Jason Wang wrote: > > > >From 9b3a5d23b8bf6b0a11e65e688335d782f8e6aa5c Mon Sep 17 00:00:00 2001 > > > From: Jason Wang <jasowang at redhat.com> > > > Date: Wed, 1 Apr 2020 22:17:27 +0800 >
2020 Apr 02
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...gt; With the above part squashed. I've tested all the archs whose defconfig have >> VHOST_NET or VHOST_VSOCK enabled. >> >> All looks fine. >> >> Thanks > > I'm a bit confused. So is the next tag in my tree ok now? Still need to select CONFIG_VHOST for? CONFIG_VHOST_VDPA. Others are ok. Thanks >
2020 Apr 01
1
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On Wed, Apr 01, 2020 at 10:29:32PM +0800, Jason Wang wrote: > > On 2020/4/1 ??10:13, Michael S. Tsirkin wrote: > > On Wed, Apr 01, 2020 at 10:08:59PM +0800, Jason Wang wrote: > > > On 2020/4/1 ??9:22, Michael S. Tsirkin wrote: > > > > On Thu, Mar 26, 2020 at 10:01:17PM +0800, Jason Wang wrote: > > > > > Currently, CONFIG_VHOST depends on
2020 Feb 05
0
[PATCH] vhost: introduce vDPA based backend
...it a/drivers/vhost/Makefile b/drivers/vhost/Makefile > > index df99756fbb26..a65e9f4a2c0a 100644 > > --- a/drivers/vhost/Makefile > > +++ b/drivers/vhost/Makefile > > @@ -10,6 +10,9 @@ vhost_vsock-y := vsock.o > > obj-$(CONFIG_VHOST_RING) += vringh.o > > +obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o > > +vhost_vdpa-y := vdpa.o > > + > > obj-$(CONFIG_VHOST) += vhost.o > > obj-$(CONFIG_VHOST_IOTLB) += vhost_iotlb.o > > diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c > > new file mode 100644 > > index 000000000000..631d994d37...
2020 Feb 04
10
[PATCH] vhost: introduce vDPA based backend
...> diff --git a/drivers/vhost/Makefile b/drivers/vhost/Makefile > index df99756fbb26..a65e9f4a2c0a 100644 > --- a/drivers/vhost/Makefile > +++ b/drivers/vhost/Makefile > @@ -10,6 +10,9 @@ vhost_vsock-y := vsock.o > > obj-$(CONFIG_VHOST_RING) += vringh.o > > +obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o > +vhost_vdpa-y := vdpa.o > + > obj-$(CONFIG_VHOST) += vhost.o > > obj-$(CONFIG_VHOST_IOTLB) += vhost_iotlb.o > diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c > new file mode 100644 > index 000000000000..631d994d37ac > --- /dev/null >...
2020 Feb 04
10
[PATCH] vhost: introduce vDPA based backend
...> diff --git a/drivers/vhost/Makefile b/drivers/vhost/Makefile > index df99756fbb26..a65e9f4a2c0a 100644 > --- a/drivers/vhost/Makefile > +++ b/drivers/vhost/Makefile > @@ -10,6 +10,9 @@ vhost_vsock-y := vsock.o > > obj-$(CONFIG_VHOST_RING) += vringh.o > > +obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o > +vhost_vdpa-y := vdpa.o > + > obj-$(CONFIG_VHOST) += vhost.o > > obj-$(CONFIG_VHOST_IOTLB) += vhost_iotlb.o > diff --git a/drivers/vhost/vdpa.c b/drivers/vhost/vdpa.c > new file mode 100644 > index 000000000000..631d994d37ac > --- /dev/null >...
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by