From: "Alex Bennée" <alex.bennee@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] tests/tcg: include CONFIG_PLUGIN in config-host.mak
Date: Fri, 14 Oct 2022 09:18:01 +0100 [thread overview]
Message-ID: <87tu46om2l.fsf@linaro.org> (raw)
In-Reply-To: <CABgObfZ3GH9-nFL7wZYxFtA0F49OmMPOKb3=qqfNWtXySr7arA@mail.gmail.com>
Paolo Bonzini <pbonzini@redhat.com> writes:
> On Thu, Oct 13, 2022 at 10:35 PM Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>>
>> Paolo Bonzini <pbonzini@redhat.com> writes:
>>
>> > Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
>> > ---
>> > configure | 3 +++
>> > 1 file changed, 3 insertions(+)
>> >
>> > diff --git a/configure b/configure
>> > index f4ff1cf305..a5af9c524f 100755
>> > --- a/configure
>> > +++ b/configure
>> > @@ -2474,6 +2474,9 @@ echo "HOST_CC=$host_cc" >> $config_host_mak
>> > if test -n "$gdb_bin"; then
>> > echo "HAVE_GDB_BIN=$gdb_bin" >> $config_host_mak
>> > fi
>> > +if test "$plugins" = "yes" ; then
>> > + echo "CONFIG_PLUGIN=y" >> $config_host_mak
>> > +fi
>>
>> Don't we already do that anyway?
>
> No, we don't. CONFIG_PLUGIN enables "make test-plugins" and "make
> plugins" but not the plugin tests in tests/tcg.
Ahh I see. Queued to testing/next, thanks.
--
Alex Bennée
prev parent reply other threads:[~2022-10-14 8:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-13 13:13 [PATCH] tests/tcg: include CONFIG_PLUGIN in config-host.mak Paolo Bonzini
2022-10-13 20:35 ` Alex Bennée
2022-10-13 20:57 ` Paolo Bonzini
2022-10-14 8:18 ` Alex Bennée [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=87tu46om2l.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.