mbox

[PULL,0/3] final plugin updates for 9.2

Message ID 20241105104333.2534823-1-alex.bennee@linaro.org (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/stsquad/qemu.git tags/pull-plugin-tweaks-051124-1

Message

Alex Bennée Nov. 5, 2024, 10:43 a.m. UTC
The following changes since commit daaf51001a13da007d7dde72e1ed3b06bc490791:

  Merge tag 'seabios-hppa-v17-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2024-11-04 16:01:23 +0000)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-plugin-tweaks-051124-1

for you to fetch changes up to 55c84a72aba4a9406320943e6348bb120c2df08f:

  contrib/plugins: remove Makefile for contrib/plugins (2024-11-05 09:13:51 +0000)

----------------------------------------------------------------
final plugin updates for 9.2

  - fix a warning in cflow plugin
  - replace Makefile with meson.build

----------------------------------------------------------------
Pierrick Bouvier (3):
      contrib/plugins/cflow: fix warning
      meson: build contrib/plugins with meson
      contrib/plugins: remove Makefile for contrib/plugins

 configure                   | 18 ----------
 Makefile                    | 10 ------
 meson.build                 |  4 +++
 contrib/plugins/cflow.c     |  6 ++--
 contrib/plugins/Makefile    | 87 ---------------------------------------------
 contrib/plugins/meson.build | 28 +++++++++++++++
 6 files changed, 35 insertions(+), 118 deletions(-)
 delete mode 100644 contrib/plugins/Makefile
 create mode 100644 contrib/plugins/meson.build

Comments

Peter Maydell Nov. 6, 2024, 11:15 a.m. UTC | #1
On Tue, 5 Nov 2024 at 10:44, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit daaf51001a13da007d7dde72e1ed3b06bc490791:
>
>   Merge tag 'seabios-hppa-v17-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2024-11-04 16:01:23 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stsquad/qemu.git tags/pull-plugin-tweaks-051124-1
>
> for you to fetch changes up to 55c84a72aba4a9406320943e6348bb120c2df08f:
>
>   contrib/plugins: remove Makefile for contrib/plugins (2024-11-05 09:13:51 +0000)
>
> ----------------------------------------------------------------
> final plugin updates for 9.2
>
>   - fix a warning in cflow plugin
>   - replace Makefile with meson.build
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM