[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 24/33] tests/tcg: Remove run-test-mmap-*
|
From: |
Ilya Leoshkevich |
|
Subject: |
Re: [PATCH v3 24/33] tests/tcg: Remove run-test-mmap-* |
|
Date: |
Tue, 30 Jan 2024 11:46:26 +0100 |
On Tue, Jan 02, 2024 at 12:57:59PM +1100, Richard Henderson wrote:
> These tests are confused, because -p does not change
> the guest page size, but the host page size.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tests/tcg/alpha/Makefile.target | 3 ---
> tests/tcg/arm/Makefile.target | 3 ---
> tests/tcg/hppa/Makefile.target | 3 ---
> tests/tcg/i386/Makefile.target | 3 ---
> tests/tcg/m68k/Makefile.target | 3 ---
> tests/tcg/multiarch/Makefile.target | 9 ---------
> tests/tcg/ppc/Makefile.target | 12 ------------
> tests/tcg/sh4/Makefile.target | 3 ---
> tests/tcg/sparc64/Makefile.target | 6 ------
> 9 files changed, 45 deletions(-)
> delete mode 100644 tests/tcg/ppc/Makefile.target
> delete mode 100644 tests/tcg/sparc64/Makefile.target
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
- [PATCH v3 18/33] linux-user: Fix sub-host-page mmap, (continued)
- [PATCH v3 18/33] linux-user: Fix sub-host-page mmap, Richard Henderson, 2024/01/01
- [PATCH v3 19/33] linux-user: Split out mmap_end, Richard Henderson, 2024/01/01
- [PATCH v3 21/33] linux-user: Split out mmap_h_eq_g, Richard Henderson, 2024/01/01
- [PATCH v3 24/33] tests/tcg: Remove run-test-mmap-*, Richard Henderson, 2024/01/01
- [PATCH v3 20/33] linux-user: Do early mmap placement only for reserved_va, Richard Henderson, 2024/01/01
- [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g, Richard Henderson, 2024/01/01
- [PATCH v3 23/33] linux-user: Split out mmap_h_gt_g, Richard Henderson, 2024/01/01
- [PATCH v3 26/33] *-user: Deprecate and disable -p pagesize, Richard Henderson, 2024/01/01