Xen Test Framework
|
Logic to split an environment into finer-grain #define's. More...
#include <xtf/macro_magic.h>
Go to the source code of this file.
Macros | |
#define | XTF_VIRT_START (1 << 20) |
Logic to split an environment into finer-grain #define's.
Converts CONFIG_ENV_$foo
into:
CONFIG_PV
or CONFIG_HVM
CONFIG_PAGING_LEVELS = $num
The CONFIG_ENV_$foo
is then undefined, to prevent its use in general code.
Definition in file config.h.