Message ID | 20240228115701.1416107-1-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
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