public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Romain Naour via buildroot <buildroot@buildroot.org>
To: "Alex Bennée" <alex.bennee@linaro.org>, buildroot@buildroot.org
Cc: Thomas Huth <huth@tuxfamily.org>,
	Thomas Huth <th.huth+br@posteo.eu>,
	Cyril Bur <cyrilbur@gmail.com>, Jesse Taube <jesse@rivosinc.com>
Subject: Re: [Buildroot] [PATCH v6 3/6] package/kvm-unit-tests: bump to v2025-07-31
Date: Tue, 10 Mar 2026 23:09:50 +0100	[thread overview]
Message-ID: <f4fcf503-63db-4e32-bf93-c4df0d8403fc@smile.fr> (raw)
In-Reply-To: <20260225105537.1420002-4-alex.bennee@linaro.org>

Hello Alex, All,

Le 25/02/2026 à 11:55, Alex Bennée a écrit :
> Update to the current version of KVM unit tests. The main change
> since the last check point is support for kvmtool to launch tests.
> 
> Reviewed-by: Jesse Taube <jesse@rivosinc.com>
> Reviewed-by: Thomas Huth <huth@tuxfamily.org>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Reviewed-by: Romain Naour <romain.naour@smile.fr>

Checked "legal info"

Best regards,
Romain


> 
> ---
> v3
>   - reword commit
>   - move to current master so we can use kvmtool as well
>   - didn't apply th_huth's r-b as moved to master
> v4
>   - change from snapshot to v2025-07-31
>   - reword commit message again
> ---
>  package/kvm-unit-tests/kvm-unit-tests.hash | 2 +-
>  package/kvm-unit-tests/kvm-unit-tests.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/kvm-unit-tests/kvm-unit-tests.hash b/package/kvm-unit-tests/kvm-unit-tests.hash
> index ad0922df59..6fb7dea2c6 100644
> --- a/package/kvm-unit-tests/kvm-unit-tests.hash
> +++ b/package/kvm-unit-tests/kvm-unit-tests.hash
> @@ -1,4 +1,4 @@
>  # Locally computed
> -sha256  60015b023f34261c134d714f4670926ac81483e286a16475eb4a5cedab00eefa  kvm-unit-tests-v2025-06-05.tar.bz2
> +sha256  8052e1f70bfb3b0c894b8ef71e3847f533b3d957277dd04b3270f33332d4170b  kvm-unit-tests-v2025-07-31.tar.bz2
>  sha256  b3c9ca9e257f2eaae070cf0ccdf8770764f05a947a39a835e633413750a5777b  COPYRIGHT
>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE
> diff --git a/package/kvm-unit-tests/kvm-unit-tests.mk b/package/kvm-unit-tests/kvm-unit-tests.mk
> index 1ed902b1a0..1d7eec2d21 100644
> --- a/package/kvm-unit-tests/kvm-unit-tests.mk
> +++ b/package/kvm-unit-tests/kvm-unit-tests.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -KVM_UNIT_TESTS_VERSION = 2025-06-05
> +KVM_UNIT_TESTS_VERSION = 2025-07-31
>  KVM_UNIT_TESTS_SOURCE = kvm-unit-tests-v$(KVM_UNIT_TESTS_VERSION).tar.bz2
>  KVM_UNIT_TESTS_SITE = https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/archive/v$(KVM_UNIT_TESTS_VERSION)
>  KVM_UNIT_TESTS_LICENSE = GPL-2.0, LGPL-2.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2026-03-10 22:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-25 10:55 [Buildroot] [PATCH v6 0/6] kvm-unit-tests: update deps and fine tune qemu Alex Bennée
2026-02-25 10:55 ` [Buildroot] [PATCH v6 1/6] toolchain/external: allow installing of libc utils Alex Bennée
2026-03-10 21:53   ` Romain Naour via buildroot
2026-02-25 10:55 ` [Buildroot] [PATCH v6 2/6] package/kvm-unit-tests: update dependencies Alex Bennée
2026-03-10 22:02   ` Romain Naour via buildroot
2026-03-10 22:07     ` Romain Naour via buildroot
2026-02-25 10:55 ` [Buildroot] [PATCH v6 3/6] package/kvm-unit-tests: bump to v2025-07-31 Alex Bennée
2026-03-10 22:09   ` Romain Naour via buildroot [this message]
2026-02-25 10:55 ` [Buildroot] [PATCH v6 4/6] package/kvm-unit-tests: honour BR2_ARM64_PAGE_SIZE Alex Bennée
2026-03-10 22:16   ` Romain Naour via buildroot
2026-02-25 10:55 ` [Buildroot] [PATCH v6 5/6] support/testing: add test for kvm-unit-tests Alex Bennée
2026-03-10 22:31   ` Romain Naour via buildroot
2026-02-25 10:55 ` [Buildroot] [PATCH v6 6/6] package/kvm-unit-tests: allow kvmtool to be used Alex Bennée
2026-03-10 22:44   ` Romain Naour via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f4fcf503-63db-4e32-bf93-c4df0d8403fc@smile.fr \
    --to=buildroot@buildroot.org \
    --cc=alex.bennee@linaro.org \
    --cc=cyrilbur@gmail.com \
    --cc=huth@tuxfamily.org \
    --cc=jesse@rivosinc.com \
    --cc=romain.naour@smile.fr \
    --cc=th.huth+br@posteo.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox