qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 09/14] tests/tcg: move test plugins into tcg subdir


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 09/14] tests/tcg: move test plugins into tcg subdir
Date: Mon, 29 Jul 2024 17:15:18 +0200
User-agent: Mozilla Thunderbird

On 29/7/24 16:44, Alex Bennée wrote:
You cannot use plugins without TCG enabled so it doesn't make sense to
have them separated off in the test directory structure. While we are
at it rename the directory to plugins to reflect the plural nature of
the directory and match up with contrib/plugins.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  MAINTAINERS                               | 2 +-
  tests/{plugin => tcg/plugins}/bb.c        | 0
  tests/{plugin => tcg/plugins}/empty.c     | 0
  tests/{plugin => tcg/plugins}/inline.c    | 0
  tests/{plugin => tcg/plugins}/insn.c      | 0
  tests/{plugin => tcg/plugins}/mem.c       | 0
  tests/{plugin => tcg/plugins}/syscall.c   | 0
  tests/avocado/tcg_plugins.py              | 4 ++--
  tests/meson.build                         | 2 +-
  tests/tcg/Makefile.target                 | 4 ++--
  tests/{plugin => tcg/plugins}/meson.build | 6 +++---
  11 files changed, 9 insertions(+), 9 deletions(-)
  rename tests/{plugin => tcg/plugins}/bb.c (100%)
  rename tests/{plugin => tcg/plugins}/empty.c (100%)
  rename tests/{plugin => tcg/plugins}/inline.c (100%)
  rename tests/{plugin => tcg/plugins}/insn.c (100%)
  rename tests/{plugin => tcg/plugins}/mem.c (100%)
  rename tests/{plugin => tcg/plugins}/syscall.c (100%)
  rename tests/{plugin => tcg/plugins}/meson.build (70%)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]