[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL for 9.0 0/8] final maintainer updates (testing, gdbstub)
From: |
Alex Bennée |
Subject: |
Re: [PULL for 9.0 0/8] final maintainer updates (testing, gdbstub) |
Date: |
Tue, 12 Mar 2024 15:01:08 +0000 |
User-agent: |
mu4e 1.12.1; emacs 29.1 |
Peter Maydell <peter.maydell@linaro.org> writes:
> On Tue, 12 Mar 2024 at 11:26, Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>> The following changes since commit 7489f7f3f81dcb776df8c1b9a9db281fc21bf05f:
>>
>> Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into
>> staging (2024-03-09 20:12:21 +0000)
>>
>> are available in the Git repository at:
>>
>> https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-120324-1
>>
>> for you to fetch changes up to 0532045e8112c13a8a949e696576672e64c6fa14:
>>
>> gdbstub: Fix double close() of the follow-fork-mode socket (2024-03-12
>> 10:48:35 +0000)
>>
>> ----------------------------------------------------------------
>> final updates for 9.0 (testing, gdbstub):
>>
>> - avoid transferring pointless git data
>> - fix the over rebuilding of test VMs
>> - support Xfer:siginfo:read in gdbstub
>> - fix double close() in gdbstub
>>
>
> This makes the s390 CI jobs fail:
>
> https://gitlab.com/qemu-project/qemu/-/jobs/6374182015
> https://gitlab.com/qemu-project/qemu/-/jobs/6374182020
>
> fatal: --filter can only be used when extensions.partialClone is set
That's annoying - I thought I had the s390 jobs in my matrix but it
seems they don't appear anymore. That said I see:
root@qemu01 ~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS"
And as 24.04 is just round the corner maybe its time I update the system
to a more recent ubuntu (with I assume a more recent git)?
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PULL for 9.0 0/8] final maintainer updates (testing, gdbstub), Alex Bennée, 2024/03/12
- [PULL 3/8] gdbstub: Rename back gdb_handlesig, Alex Bennée, 2024/03/12
- [PULL 1/8] gitlab: aggressively avoid extra GIT data, Alex Bennée, 2024/03/12
- [PULL 2/8] tests/vm: ensure we build everything by default, Alex Bennée, 2024/03/12
- [PULL 7/8] tests/tcg: Add multiarch test for Xfer:siginfo:read stub, Alex Bennée, 2024/03/12
- [PULL 5/8] gdbstub: Save target's siginfo, Alex Bennée, 2024/03/12
- [PULL 6/8] gdbstub: Add Xfer:siginfo:read stub, Alex Bennée, 2024/03/12
- [PULL 8/8] gdbstub: Fix double close() of the follow-fork-mode socket, Alex Bennée, 2024/03/12
- [PULL 4/8] linux-user: Move tswap_siginfo out of target code, Alex Bennée, 2024/03/12
- Re: [PULL for 9.0 0/8] final maintainer updates (testing, gdbstub), Peter Maydell, 2024/03/12
- Re: [PULL for 9.0 0/8] final maintainer updates (testing, gdbstub),
Alex Bennée <=