[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/29] testing, gdbstub and plugin updates
From: |
Peter Maydell |
Subject: |
Re: [PULL 00/29] testing, gdbstub and plugin updates |
Date: |
Wed, 28 Feb 2024 17:26:58 +0000 |
On Wed, 28 Feb 2024 at 11:58, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit 158a054c4d1a40179f5e83cd7e1cfe65de457b92:
>
> Merge tag 'pull-target-arm-20240227-1' of
> https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-02-27
> 15:34:41 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-updates-280224-1
>
> for you to fetch changes up to 02ca5ec15089c8717d435d8a842360f15afa7d20:
>
> docs/devel: plugins can trigger a tb flush (2024-02-28 09:11:42 +0000)
>
> ----------------------------------------------------------------
> Testing, gdbstub and plugin updates:
>
> - fix some test/tcg license headers to GPLv2+
> - bump up check-tcg timeout to 120s
> - avoid re-building VM images too often
> - update OpenBSD to 7.4
> - use GDBFeature to build gdbstub XML
> - unify plugin vcpu count under qemu_plugin_num_vcpus
> - avoid spurious idle/resume callbacks on new vCPUs
> - ensure nios2-linux-user processes async work
> - call vcpu_init plugin callback through async work
> - define plugin helpers when registers being read
> - add plugin API for reading register values
> - add support for register tracking to execlog
> - update plugin docs with assumptions
> - mention plugins can trigger tb_flush in mttcg design doc
>
> ----------------------------------------------------------------
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.
-- PMM
- [PULL 28/29] docs/devel: document some plugin assumptions, (continued)
- [PULL 28/29] docs/devel: document some plugin assumptions, Alex Bennée, 2024/02/28
- [PULL 27/29] docs/devel: lift example and plugin API sections up, Alex Bennée, 2024/02/28
- [PULL 19/29] cpu: call plugin init hook asynchronously, Alex Bennée, 2024/02/28
- [PULL 20/29] plugins: Use different helpers when reading registers, Alex Bennée, 2024/02/28
- [PULL 17/29] plugins: fix order of init/idle/resume callback, Alex Bennée, 2024/02/28
- [PULL 23/29] plugins: add an API to read registers, Alex Bennée, 2024/02/28
- [PULL 21/29] gdbstub: expose api to find registers, Alex Bennée, 2024/02/28
- [PULL 22/29] plugins: create CPUPluginState and migrate plugin_mask, Alex Bennée, 2024/02/28
- [PULL 24/29] tests/tcg: expand insn test case to exercise register API, Alex Bennée, 2024/02/28
- [PULL 18/29] linux-user: ensure nios2 processes queued work, Alex Bennée, 2024/02/28
- Re: [PULL 00/29] testing, gdbstub and plugin updates,
Peter Maydell <=