All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: "Alex Bennée" <alex.bennee@linaro.org>
Cc: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
	qemu-arm@nongnu.org,
	Richard Henderson <richard.henderson@linaro.org>,
	Alexandre Iooss <erdnaxe@crans.org>,
	Pierrick Bouvier <pierrick.bouvier@linaro.org>,
	Cornelia Huck <cohuck@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>,
	Mahmoud Mandour <ma.mandourr@gmail.com>
Subject: Re: [PATCH 00/11] maintainer updates (plugins, testing) pre-PR
Date: Wed, 15 May 2024 03:57:21 -0400	[thread overview]
Message-ID: <20240515035713-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20240514174253.694591-1-alex.bennee@linaro.org>

On Tue, May 14, 2024 at 06:42:42PM +0100, Alex Bennée wrote:
> This is mostly plugin related stuff which is all ready to go however
> I have a few miscellaneous testing updates which would appreciate the
> review.


Reviewed-by: Michael S. Tsirkin <mst@redhat.com>

> Thanks.
> 
> Alex Bennée (2):
>   tests/tcg: don't append QEMU_OPTS for armv6m-undef test
>   scripts/update-linux-header.sh: be more src tree friendly
> 
> Pierrick Bouvier (9):
>   plugins: prepare introduction of new inline ops
>   plugins: extract generate ptr for qemu_plugin_u64
>   plugins: add new inline op STORE_U64
>   tests/plugin/inline: add test for STORE_U64 inline op
>   plugins: conditional callbacks
>   tests/plugin/inline: add test for conditional callback
>   plugins: distinct types for callbacks
>   plugins: extract cpu_index generate
>   plugins: remove op from qemu_plugin_inline_cb
> 
>  include/qemu/plugin.h                 |  42 +++++---
>  include/qemu/qemu-plugin.h            |  80 ++++++++++++++-
>  plugins/plugin.h                      |  12 ++-
>  accel/tcg/plugin-gen.c                | 136 ++++++++++++++++++++------
>  plugins/api.c                         |  39 ++++++++
>  plugins/core.c                        | 109 +++++++++++++++------
>  tests/plugin/inline.c                 | 130 ++++++++++++++++++++++--
>  plugins/qemu-plugins.symbols          |   2 +
>  scripts/update-linux-headers.sh       |  80 +++++++--------
>  tests/tcg/arm/Makefile.softmmu-target |   2 +-
>  10 files changed, 508 insertions(+), 124 deletions(-)
> 
> -- 
> 2.39.2

      parent reply	other threads:[~2024-05-15  7:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 17:42 [PATCH 00/11] maintainer updates (plugins, testing) pre-PR Alex Bennée
2024-05-14 17:42 ` [PATCH 01/11] tests/tcg: don't append QEMU_OPTS for armv6m-undef test Alex Bennée
2024-05-14 17:49   ` Pierrick Bouvier
2024-05-14 17:42 ` [PATCH 02/11] scripts/update-linux-header.sh: be more src tree friendly Alex Bennée
2024-05-14 17:51   ` Pierrick Bouvier
2024-05-14 17:42 ` [PATCH 03/11] plugins: prepare introduction of new inline ops Alex Bennée
2024-05-15  9:40   ` Philippe Mathieu-Daudé
2024-05-14 17:42 ` [PATCH 04/11] plugins: extract generate ptr for qemu_plugin_u64 Alex Bennée
2024-05-15  9:43   ` Philippe Mathieu-Daudé
2024-05-14 17:42 ` [PATCH 05/11] plugins: add new inline op STORE_U64 Alex Bennée
2024-05-15  9:48   ` Philippe Mathieu-Daudé
2024-05-14 17:42 ` [PATCH 06/11] tests/plugin/inline: add test for STORE_U64 inline op Alex Bennée
2024-05-14 17:42 ` [PATCH 07/11] plugins: conditional callbacks Alex Bennée
2024-05-14 17:42 ` [PATCH 08/11] tests/plugin/inline: add test for conditional callback Alex Bennée
2024-05-14 17:42 ` [PATCH 09/11] plugins: distinct types for callbacks Alex Bennée
2024-05-14 17:42 ` [PATCH 10/11] plugins: extract cpu_index generate Alex Bennée
2024-05-15  9:47   ` Philippe Mathieu-Daudé
2024-05-14 17:42 ` [PATCH 11/11] plugins: remove op from qemu_plugin_inline_cb Alex Bennée
2024-05-15  7:57 ` Michael S. Tsirkin [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=20240515035713-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=cohuck@redhat.com \
    --cc=erdnaxe@crans.org \
    --cc=ma.mandourr@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=pierrick.bouvier@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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.