[kvm-unit-tests PATCH v3 7/8] Add common/ directory for architecture-independent tests

Thomas Huth thuth at redhat.com
Fri Feb 9 19:29:05 AEDT 2024


On 09/02/2024 08.01, Nicholas Piggin wrote:
> x86/sieve.c is used by s390x, arm, and riscv via symbolic link. Make a
> new directory common/ for architecture-independent tests and move
> sieve.c here.
> 
> Signed-off-by: Nicholas Piggin <npiggin at gmail.com>
> ---
>   arm/sieve.c    |  2 +-
>   common/sieve.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++
>   riscv/sieve.c  |  2 +-
>   s390x/sieve.c  |  2 +-
>   x86/sieve.c    | 52 +-------------------------------------------------
>   5 files changed, 55 insertions(+), 54 deletions(-)
>   create mode 100644 common/sieve.c
>   mode change 100644 => 120000 x86/sieve.c


Reviewed-by: Thomas Huth <thuth at redhat.com>



More information about the Linuxppc-dev mailing list