mbox

[PULL,00/11] testing and plugin updates

Message ID 20240515202334.710324-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-may24-150524-1

Message

Alex Bennée May 15, 2024, 8:23 p.m. UTC
The following changes since commit 265aad58e9cab31d0e69c374ec2efcede7fa8881:

  Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2024-05-15 08:52:27 +0200)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-may24-150524-1

for you to fetch changes up to 8f9df78afac40d60a0f8162aae80c90a9c58972d:

  plugins: remove op from qemu_plugin_inline_cb (2024-05-15 13:59:13 +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(-)