[PATCH 0/5] gests: update ubuntu2204 to ubuntu2404

Pierrick Bouvier posted 5 patches 2 days, 23 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260604215148.3769627-1-pierrick.bouvier@oss.qualcomm.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Ilya Maximets <i.maximets@ovn.org>, Jason Wang <jasowang@redhat.com>
.gitlab-ci.d/buildtest.yml                       | 16 ++++++++--------
.gitlab-ci.d/containers.yml                      |  6 +++---
docs/devel/testing/main.rst                      |  4 ++--
net/af-xdp.c                                     |  2 +-
.../{ubuntu2204.docker => ubuntu2404.docker}     | 12 ++++++++----
tests/lcitool/refresh                            |  8 +++-----
6 files changed, 25 insertions(+), 23 deletions(-)
rename tests/docker/dockerfiles/{ubuntu2204.docker => ubuntu2404.docker} (95%)
[PATCH 0/5] gests: update ubuntu2204 to ubuntu2404
Posted by Pierrick Bouvier 2 days, 23 hours ago
Ubuntu 26.04 LTS is now available since April 2026.
If I followed correctly, we support latest two LTS releases, so we should be
able to update. If not, feel free to correct me :).

Pierrick Bouvier (5):
  net/af-xdp.c: maybe-uninitialized warning with gcov build on
    ubuntu2404
  tests: add ubuntu 2404
  docs: update mention to ubuntu2204
  ci: update to ubuntu2404
  tests: remove ubuntu2204 container

 .gitlab-ci.d/buildtest.yml                       | 16 ++++++++--------
 .gitlab-ci.d/containers.yml                      |  6 +++---
 docs/devel/testing/main.rst                      |  4 ++--
 net/af-xdp.c                                     |  2 +-
 .../{ubuntu2204.docker => ubuntu2404.docker}     | 12 ++++++++----
 tests/lcitool/refresh                            |  8 +++-----
 6 files changed, 25 insertions(+), 23 deletions(-)
 rename tests/docker/dockerfiles/{ubuntu2204.docker => ubuntu2404.docker} (95%)

-- 
2.43.0
Re: [PATCH 0/5] gests: update ubuntu2204 to ubuntu2404
Posted by Pierrick Bouvier 2 days, 23 hours ago
On 6/4/2026 2:51 PM, Pierrick Bouvier wrote:
> Ubuntu 26.04 LTS is now available since April 2026.
> If I followed correctly, we support latest two LTS releases, so we should be
> able to update. If not, feel free to correct me :).
> 
> Pierrick Bouvier (5):
>   net/af-xdp.c: maybe-uninitialized warning with gcov build on
>     ubuntu2404
>   tests: add ubuntu 2404
>   docs: update mention to ubuntu2204
>   ci: update to ubuntu2404
>   tests: remove ubuntu2204 container
> 
>  .gitlab-ci.d/buildtest.yml                       | 16 ++++++++--------
>  .gitlab-ci.d/containers.yml                      |  6 +++---
>  docs/devel/testing/main.rst                      |  4 ++--
>  net/af-xdp.c                                     |  2 +-
>  .../{ubuntu2204.docker => ubuntu2404.docker}     | 12 ++++++++----
>  tests/lcitool/refresh                            |  8 +++-----
>  6 files changed, 25 insertions(+), 23 deletions(-)
>  rename tests/docker/dockerfiles/{ubuntu2204.docker => ubuntu2404.docker} (95%)
> 

You can find a CI run with the new container here:
https://gitlab.com/p-b-o/qemu/-/pipelines/2577599834

Regards,
Pierrick