[PULL 0/3] final plugin updates for 9.2

Alex Bennée posted 3 patches 2 weeks, 4 days ago
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
[PULL 0/3] final plugin updates for 9.2
Posted by Alex Bennée 2 weeks, 4 days ago
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

-- 
2.39.5
Re: [PULL 0/3] final plugin updates for 9.2
Posted by Peter Maydell 2 weeks, 3 days ago
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