All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Julian Ganz <neither@nut.email>
Cc: qemu-devel@nongnu.org
Subject: Re: [RFC PATCH] plugins: bump plugin API version
Date: Sat, 27 Dec 2025 20:34:45 +0000	[thread overview]
Message-ID: <87secvr7dm.fsf@draig.linaro.org> (raw)
In-Reply-To: <20251227094240.6652-1-neither@nut.email> (Julian Ganz's message of "Sat, 27 Dec 2025 10:42:38 +0100")

Julian Ganz <neither@nut.email> writes:

> We introduced a new function `qemu_plugin_register_vcpu_discon_cb` as
> well as some types since v5.
>
> Signed-off-by: Julian Ganz <neither@nut.email>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Cc: qemu-stable@nongnu.org

>
> --
>
> I should probably have included this in my patch series introducing the
> register function in question instead of noticing that the API version
> was not bumped with 10.2.0 after the fact.
> ---
>  include/qemu/qemu-plugin.h | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/include/qemu/qemu-plugin.h b/include/qemu/qemu-plugin.h
> index 60de4fdd3f..b445c26389 100644
> --- a/include/qemu/qemu-plugin.h
> +++ b/include/qemu/qemu-plugin.h
> @@ -72,11 +72,14 @@ typedef uint64_t qemu_plugin_id_t;
>   * - added qemu_plugin_write_memory_hwaddr
>   * - added qemu_plugin_write_register
>   * - added qemu_plugin_translate_vaddr
> + *
> + * version 6:
> + * - qemu_plugin_register_vcpu_discon_cb
>   */
>  
>  extern QEMU_PLUGIN_EXPORT int qemu_plugin_version;
>  
> -#define QEMU_PLUGIN_VERSION 5
> +#define QEMU_PLUGIN_VERSION 6
>  
>  /**
>   * struct qemu_info_t - system information for plugins

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


  reply	other threads:[~2025-12-27 20:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-27  9:42 [RFC PATCH] plugins: bump plugin API version Julian Ganz
2025-12-27 20:34 ` Alex Bennée [this message]
2026-01-02 10:18 ` Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87secvr7dm.fsf@draig.linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=neither@nut.email \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.