Message ID | 20220816122621.2066292-1-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
On 8/16/22 07:26, Alex Bennée wrote: > The following changes since commit d102b8162a1e5fe8288d4d5c01801ce6536ac2d1: > > Merge tag 'pull-la-20220814' of https://gitlab.com/rth7680/qemu into staging (2022-08-14 08:48:11 -0500) > > are available in the Git repository at: > > https://github.com/stsquad/qemu.git tags/pull-for-7.1-fixes-160822-1 > > for you to fetch changes up to 65711f9a87874a9ec61108c6009f8baec07c8b0d: > > tests/avocado: apply a band aid to aspeed-evb login (2022-08-16 09:57:12 +0100) > > ---------------------------------------------------------------- > A few small fixes: > > - properly un-parent OBJECT(cpu) when closing -user thread > - add missing timeout to aspeed tests > - reduce raciness of login: prompt handling for aspeed tests Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate. r~ > > ---------------------------------------------------------------- > Alex Bennée (3): > linux-user: un-parent OBJECT(cpu) when closing thread > tests/avocado: add timeout to the aspeed tests > tests/avocado: apply a band aid to aspeed-evb login > > linux-user/syscall.c | 13 +++++++------ > tests/avocado/machine_aspeed.py | 4 ++++ > 2 files changed, 11 insertions(+), 6 deletions(-) > >