qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 51/55] plugins: expand the plugin_init function to include


From: Richard Henderson
Subject: Re: [PATCH v5 51/55] plugins: expand the plugin_init function to include an info block
Date: Mon, 14 Oct 2019 09:54:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 10/14/19 3:49 AM, Alex Bennée wrote:
> This provides a limited amount of info to plugins about the guest
> system that will allow them to make some additional decisions on
> setup.
> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  include/qemu/qemu-plugin.h | 26 ++++++++++++++++++++++++--
>  plugins/loader.c           | 22 ++++++++++++++++++----
>  tests/plugin/bb.c          |  5 +++--
>  tests/plugin/empty.c       |  5 +++--
>  tests/plugin/hotblocks.c   |  5 +++--
>  tests/plugin/hotpages.c    |  5 +++--
>  tests/plugin/howvec.c      |  5 +++--
>  tests/plugin/insn.c        |  5 +++--
>  tests/plugin/mem.c         |  5 +++--
>  9 files changed, 63 insertions(+), 20 deletions(-)

This probably ought to have been sorted before the patches that add the test
plugins, but whatever.

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]