[PATCH 00/11] maintainer updates (plugins, testing) pre-PR

Alex Bennée posted 11 patches 6 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240514174253.694591-1-alex.bennee@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
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(-)
[PATCH 00/11] maintainer updates (plugins, testing) pre-PR
Posted by Alex Bennée 6 months, 2 weeks ago
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.

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


Re: [PATCH 00/11] maintainer updates (plugins, testing) pre-PR
Posted by Michael S. Tsirkin 6 months, 1 week ago
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