[PULL for 7.1 0/3] memory leak and testing tweaks

Alex Bennée posted 3 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220816122621.2066292-1-alex.bennee@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
linux-user/syscall.c            | 13 +++++++------
tests/avocado/machine_aspeed.py |  4 ++++
2 files changed, 11 insertions(+), 6 deletions(-)
[PULL for 7.1 0/3] memory leak and testing tweaks
Posted by Alex Bennée 1 year, 8 months ago
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

----------------------------------------------------------------
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(-)


-- 
2.30.2


Re: [PULL for 7.1 0/3] memory leak and testing tweaks
Posted by Richard Henderson 1 year, 8 months ago
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(-)
> 
>