[linux-yocto] [yocto-4.12] [PATCH] kvm : enable VHOST of host for qemu running guest
Bruce Ashfield
bruce.ashfield at windriver.com
Tue Jan 9 10:13:12 PST 2018
this has now been staged and pushed to the yocto kernel
cache repo.
Bruce
On 01/04/2018 04:53 AM, Hongzhi.Song wrote:
> Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
> ---
> features/kvm/qemu-kvm.cfg | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/features/kvm/qemu-kvm.cfg b/features/kvm/qemu-kvm.cfg
> index 30b0b8e..3e9a5d4 100644
> --- a/features/kvm/qemu-kvm.cfg
> +++ b/features/kvm/qemu-kvm.cfg
> @@ -2,3 +2,12 @@ CONFIG_KVM=m
> CONFIG_KVM_INTEL=m
> CONFIG_KVM_AMD=m
> CONFIG_TUN=y
> +
> +# Macvtap
> +CONFIG_MACVLAN=m
> +CONFIG_MACVTAP=m
> +
> +# VhostNet
> +CONFIG_VHOST_NET=m
> +CONFIG_VHOST=m
> +
>
More information about the linux-yocto
mailing list