tests: Restore check-qdict unit test
[qemu/armbru.git] / tests / migration / migration-test.h
blobc4c0c526b668cc4f809d8d52c4c59dbdad28874b
1 /*
2 * Copyright (c) 2018 Red Hat, Inc. and/or its affiliates
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
7 #ifndef _TEST_MIGRATION_H_
8 #define _TEST_MIGRATION_H_
10 /* Common */
11 #define TEST_MEM_PAGE_SIZE 4096
13 /* x86 */
14 #define X86_TEST_MEM_START (1 * 1024 * 1024)
15 #define X86_TEST_MEM_END (100 * 1024 * 1024)
17 /* PPC */
18 #define PPC_TEST_MEM_START (1 * 1024 * 1024)
19 #define PPC_TEST_MEM_END (100 * 1024 * 1024)
21 #endif /* _TEST_MIGRATION_H_ */