|
Xen Test Framework
|
Logic to split an environment into finer-grain #define's. More...
#include <xtf/macro_magic.h>
Include dependency graph for config.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_HVMCONFIG_PAGING_LEVELS = $numThe CONFIG_ENV_$foo is then undefined, to prevent its use in general code.
Definition in file config.h.