mbox series

[0/2] Bug fixes for plugins

Message ID 20240612195147.93121-1-pierrick.bouvier@linaro.org
Headers show
Series Bug fixes for plugins | expand

Message

Pierrick Bouvier June 12, 2024, 7:51 p.m. UTC
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(-)

Comments

Alex Bennée June 12, 2024, 9:32 p.m. UTC | #1
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.