On 11/12/19 20:38, Thomas Huth wrote: > On 11/12/2019 15.24, Paolo Bonzini wrote: >> From: Marc-André Lureau <marcandre.lur...@redhat.com> >> >> Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> --- >> Kconfig.host | 5 +++++ >> hw/virtio/Kconfig | 3 +++ >> hw/virtio/Makefile.objs | 4 ++-- >> 3 files changed, 10 insertions(+), 2 deletions(-) >> >> diff --git a/Kconfig.host b/Kconfig.host >> index bb6e116..55136e0 100644 >> --- a/Kconfig.host >> +++ b/Kconfig.host >> @@ -25,6 +25,11 @@ config TPM >> >> config VHOST_USER >> bool >> + select VHOST >> + >> +config VHOST_KERNEL >> + bool >> + select VHOST > > Don't you also have to add it to MINIKCONF_ARGS in the main Makefile??
Yes, I do. Paolo