[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 8/9] plugins: add time control API
From: |
Alex Bennée |
Subject: |
Re: [PATCH 8/9] plugins: add time control API |
Date: |
Thu, 13 Jun 2024 16:56:35 +0100 |
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> On 12/6/24 17:35, Alex Bennée wrote:
>> Expose the ability to control time through the plugin API. Only one
>> plugin can control time so it has to request control when loaded.
>> There are probably more corner cases to catch here.
>> From: Alex Bennée <alex.bennee@linaro.org>
>
> Some of your patches include this dubious From: header, maybe strip?
I think because my original RFC patches went via Pierrick before pulling
back into my tree. I can clean those up.
>
>> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
>> [AJB: tweaked user-mode handling]
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> Message-Id: <20240530220610.1245424-6-pierrick.bouvier@linaro.org>
>> ---
>> plugins/next
>> - make qemu_plugin_update_ns a NOP in user-mode
>> ---
>> include/qemu/qemu-plugin.h | 25 +++++++++++++++++++++++++
>> plugins/api.c | 35 +++++++++++++++++++++++++++++++++++
>> plugins/qemu-plugins.symbols | 2 ++
>> 3 files changed, 62 insertions(+)
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH 2/9] gdbstub: move enums into separate header, (continued)
- [PATCH 2/9] gdbstub: move enums into separate header, Alex Bennée, 2024/06/12
- [PATCH 3/9] plugins: Ensure register handles are not NULL, Alex Bennée, 2024/06/12
- [PATCH 6/9] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time, Alex Bennée, 2024/06/12
- [PATCH 8/9] plugins: add time control API, Alex Bennée, 2024/06/12
- Re: [PATCH 8/9] plugins: add time control API, Philippe Mathieu-Daudé, 2024/06/13
[PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling, Alex Bennée, 2024/06/12
- Re: [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling, Dr. David Alan Gilbert, 2024/06/12
- Re: [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling, Pierrick Bouvier, 2024/06/14
- Re: [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling, Dr. David Alan Gilbert, 2024/06/14
- Re: [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling, Pierrick Bouvier, 2024/06/17
- Re: [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling, Dr. David Alan Gilbert, 2024/06/17
- Re: [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling, Pierrick Bouvier, 2024/06/17
- Re: [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling, Dr. David Alan Gilbert, 2024/06/17
- Re: [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling, Alex Bennée, 2024/06/18