qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL v2 00/11] testing and plugin updates
@ 2024-05-16  7:59 Alex Bennée
  2024-05-16  9:27 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Bennée @ 2024-05-16  7:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

The following changes since commit 922582ace2df59572a671f5c0c5c6c5c706995e5:

  Merge tag 'pull-hppa-20240515' of https://gitlab.com/rth7680/qemu into staging (2024-05-15 11:46:58 +0200)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-may24-160524-2

for you to fetch changes up to 09afe9677e6aeb7629eeeab5abccc17f67cb4875:

  plugins: remove op from qemu_plugin_inline_cb (2024-05-16 08:55:23 +0100)

----------------------------------------------------------------
plugin and testing updates

 - don't duplicate options for microbit test
 - don't spam the linux source tree when importing headers
 - add STORE_U64 inline op to TCG plugins
 - add conditional callback op to TCG plugins

----------------------------------------------------------------
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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL v2 00/11] testing and plugin updates
  2024-05-16  7:59 [PULL v2 00/11] testing and plugin updates Alex Bennée
@ 2024-05-16  9:27 ` Richard Henderson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2024-05-16  9:27 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel

On 5/16/24 09:59, Alex Bennée wrote:
> The following changes since commit 922582ace2df59572a671f5c0c5c6c5c706995e5:
> 
>    Merge tag 'pull-hppa-20240515' ofhttps://gitlab.com/rth7680/qemu  into staging (2024-05-15 11:46:58 +0200)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/stsquad/qemu.git  tags/pull-maintainer-may24-160524-2
> 
> for you to fetch changes up to 09afe9677e6aeb7629eeeab5abccc17f67cb4875:
> 
>    plugins: remove op from qemu_plugin_inline_cb (2024-05-16 08:55:23 +0100)
> 
> ----------------------------------------------------------------
> plugin and testing updates
> 
>   - don't duplicate options for microbit test
>   - don't spam the linux source tree when importing headers
>   - add STORE_U64 inline op to TCG plugins
>   - add conditional callback op to TCG plugins

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.


r~



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-16  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-16  7:59 [PULL v2 00/11] testing and plugin updates Alex Bennée
2024-05-16  9:27 ` Richard Henderson

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).