[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 04/14] plugins: add inline operation per vcpu
From: |
Alex Bennée |
Subject: |
Re: [PATCH v2 04/14] plugins: add inline operation per vcpu |
Date: |
Fri, 26 Jan 2024 15:17:23 +0000 |
User-agent: |
mu4e 1.11.27; emacs 29.1 |
Pierrick Bouvier <pierrick.bouvier@linaro.org> writes:
> Extends API with three new functions:
> qemu_plugin_register_vcpu_{tb, insn, mem}_exec_inline_per_vcpu().
>
> Those functions takes a qemu_plugin_u64_t as input.
>
> This allows to have a thread-safe and type-safe version of inline
> operations.
>
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH v2 01/14] plugins: implement inline operation relative to cpu_index, (continued)
[PATCH v2 03/14] docs/devel: plugins can trigger a tb flush, Pierrick Bouvier, 2024/01/17
[PATCH v2 04/14] plugins: add inline operation per vcpu, Pierrick Bouvier, 2024/01/17
- Re: [PATCH v2 04/14] plugins: add inline operation per vcpu,
Alex Bennée <=
[PATCH v2 05/14] tests/plugin: add test plugin for inline operations, Pierrick Bouvier, 2024/01/17
[PATCH v2 06/14] tests/plugin/mem: migrate to new per_vcpu API, Pierrick Bouvier, 2024/01/17
[PATCH v2 07/14] tests/plugin/insn: migrate to new per_vcpu API, Pierrick Bouvier, 2024/01/17
[PATCH v2 08/14] tests/plugin/bb: migrate to new per_vcpu API, Pierrick Bouvier, 2024/01/17
[PATCH v2 09/14] contrib/plugins/hotblocks: migrate to new per_vcpu API, Pierrick Bouvier, 2024/01/17
[PATCH v2 10/14] contrib/plugins/howvec: migrate to new per_vcpu API, Pierrick Bouvier, 2024/01/17