From: Paolo Bonzini <pbonzini@redhat.com>
To: Thomas Huth <thuth@redhat.com>, qemu-devel@nongnu.org
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: Re: [PATCH] configure: simplify vhost condition with Kconfig
Date: Thu, 12 Dec 2019 01:30:32 +0100 [thread overview]
Message-ID: <c9da8528-5542-9017-6ae0-0e3db3812ee3@redhat.com> (raw)
In-Reply-To: <05e89669-dd8d-a6e2-a41a-57391ba6b1d5@redhat.com>
On 11/12/19 20:38, Thomas Huth wrote:
> On 11/12/2019 15.24, Paolo Bonzini wrote:
>> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>>
>> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
>> Signed-off-by: Paolo Bonzini <pbonzini@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
prev parent reply other threads:[~2019-12-12 0:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-11 14:24 [PATCH] configure: simplify vhost condition with Kconfig Paolo Bonzini
2019-12-11 19:38 ` Thomas Huth
2019-12-12 0:30 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c9da8528-5542-9017-6ae0-0e3db3812ee3@redhat.com \
--to=pbonzini@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).