Commit d23e916926 for qemu.org

commit d23e9169269fbfe4e2c86f594fd9e9d086460e5c
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Thu Feb 12 15:12:58 2026 +0000

    tests/functional: Make sure test case .py files are executable

    The top-level test python scripts in tests/functional are supposed to
    be marked executable; "make check-functional" doesn't care about
    this, but it allows them to be run as standalone executables to
    exercise a single test, as docs/devel/testing/functional.rst
    describes.

    A couple of files have got into the tree without the executable
    bit set: fix them.

    Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
    Reviewed-by: Thomas Huth <thuth@redhat.com>
    Message-ID: <20260212151258.1750268-1-peter.maydell@linaro.org>
    Signed-off-by: Thomas Huth <thuth@redhat.com>