[PATCH] tests/vm: update to FreeBSD 14.4 image

Daniel P. Berrangé posted 1 patch 1 day, 12 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260710105833.84195-1-berrange@redhat.com
Maintainers: Li-Wen Hsu <lwhsu@freebsd.org>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
tests/vm/freebsd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] tests/vm: update to FreeBSD 14.4 image
Posted by Daniel P. Berrangé 1 day, 12 hours ago
This avoids an interactive prompt that halts execution when
attempting to run the FreeBSD tests due to outdated 14.3
base image:

  `Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
  Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
  Installing pkg-2.6.2_1...
  Newer FreeBSD version for package pkg:
  To ignore this error set IGNORE_OSVERSION=yes
  - package: 1404000
  - running userland: 1403000
  Ignore the mismatch and continue? [y/N]:

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 tests/vm/freebsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/vm/freebsd b/tests/vm/freebsd
index ea09b21fbc..bfb1a85af3 100755
--- a/tests/vm/freebsd
+++ b/tests/vm/freebsd
@@ -28,8 +28,8 @@ class FreeBSDVM(basevm.BaseVM):
     name = "freebsd"
     arch = "x86_64"
 
-    link = "https://download.freebsd.org/releases/CI-IMAGES/14.3-RELEASE/amd64/Latest/FreeBSD-14.3-RELEASE-amd64-BASIC-CI.raw.xz"
-    csum = "ec0f5a4bbe63aa50a725d9fee0f1931f850e9a21cbebdadb991df00f168d6805"
+    link = "https://download.freebsd.org/releases/CI-IMAGES/14.4-RELEASE/amd64/Latest/FreeBSD-14.4-RELEASE-amd64-BASIC-CI.raw.xz"
+    csum = "627937af554eb6522891875ddc8cf5b86b40e9a12143c1b951f830b3f691de49"
     size = "20G"
 
     BUILD_SCRIPT = """
-- 
2.55.0


Re: [PATCH] tests/vm: update to FreeBSD 14.4 image
Posted by Philippe Mathieu-Daudé 1 day, 4 hours ago
On 10/7/26 12:58, Daniel P. Berrangé wrote:
> This avoids an interactive prompt that halts execution when
> attempting to run the FreeBSD tests due to outdated 14.3
> base image:
> 
>    `Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
>    Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
>    Installing pkg-2.6.2_1...
>    Newer FreeBSD version for package pkg:
>    To ignore this error set IGNORE_OSVERSION=yes
>    - package: 1404000
>    - running userland: 1403000
>    Ignore the mismatch and continue? [y/N]:
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>   tests/vm/freebsd | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>

Re: [PATCH] tests/vm: update to FreeBSD 14.4 image
Posted by Pierrick Bouvier 1 day, 4 hours ago
On 7/10/2026 3:58 AM, Daniel P. Berrangé wrote:
> This avoids an interactive prompt that halts execution when
> attempting to run the FreeBSD tests due to outdated 14.3
> base image:
> 
>   `Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
>   Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
>   Installing pkg-2.6.2_1...
>   Newer FreeBSD version for package pkg:
>   To ignore this error set IGNORE_OSVERSION=yes
>   - package: 1404000
>   - running userland: 1403000
>   Ignore the mismatch and continue? [y/N]:
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  tests/vm/freebsd | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>