block: implement bdrv_snapshot_goto for blkreplay
[qemu/ar7.git] / tests / tcg / ppc / Makefile.target
blobf5e08c7376c07763440175606664e50d8e6ce253
1 # -*- Mode: makefile -*-
3 # PPC - included from tests/tcg/Makefile
6 ifneq (,$(findstring 64,$(TARGET_NAME)))
7 # On PPC64 Linux can be configured with 4k (default) or 64k pages (currently broken)
8 EXTRA_RUNS+=run-test-mmap-4096 #run-test-mmap-65536
9 else
10 # On PPC32 Linux supports 4K/16K/64K/256K (but currently only 4k works)
11 EXTRA_RUNS+=run-test-mmap-4096 #run-test-mmap-16384 run-test-mmap-65536 run-test-mmap-262144
12 endif