Used for HVM-based tests pertaining to pagetable behaviour, which want running
both against both paging modes.
Modify the invlpg tests to run in both shadow and hap paging modes.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CATEGORY := functional
TEST-ENVS := hvm32 hvm32pae hvm64
+VARY-CFG := hap shadow
+
obj-perenv += main.o
include $(ROOT)/build/gen.mk
* crashes the domain if it finds an invlpg instruction while in hap mode,
* which is unhelpful when trying to test behaviour.
*
- * @todo Come up with some sensible way of running this test in both shadow
- * and hap mode.
- *
* @see tests/invlpg/main.c
*/
#include <xtf.h>