[PATCH 0/2] Bug fixes for plugins

Pierrick Bouvier posted 2 patches 4 months, 2 weeks ago
Failed in applying to current master (apply log)
include/qemu/qemu-plugin.h | 2 ++
accel/tcg/plugin-gen.c     | 4 ++--
plugins/core.c             | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
[PATCH 0/2] Bug fixes for plugins
Posted by Pierrick Bouvier 4 months, 2 weeks ago
Those two commits are meant to be applied on top of current series
<20240612153508.1532940-1-alex.bennee@linaro.org>

The first fixes issue with windows plugins, while the second is a bug that
concerns memory callbacks, and due to a previous refactoring.

Pierrick Bouvier (2):
  plugins: missing QEMU_PLUGIN_API for time control
  plugins: fix inject_mem_cb rw masking

 include/qemu/qemu-plugin.h | 2 ++
 accel/tcg/plugin-gen.c     | 4 ++--
 plugins/core.c             | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.39.2
Re: [PATCH 0/2] Bug fixes for plugins
Posted by Alex Bennée 4 months, 2 weeks ago
Pierrick Bouvier <pierrick.bouvier@linaro.org> writes:

> Those two commits are meant to be applied on top of current series
> <20240612153508.1532940-1-alex.bennee@linaro.org>
>
> The first fixes issue with windows plugins, while the second is a bug that
> concerns memory callbacks, and due to a previous refactoring.

Queued to maintainer/june-2024-omnibus, thanks.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro