From fc0c155783391c6bf3652d48433725a91ee46f31 Mon Sep 17 00:00:00 2001 From: Feng Yang Date: Wed, 22 May 2013 11:56:41 +0800 Subject: [PATCH] qemu.tests.cfg: Add config file for nx.py script. Signed-off-by: Feng Yang Signed-off-by: Cao, Chen KVM-TEST: use cfg to store the ", " on cpu flags Signed-off-by: Xiaoqing Wei --- qemu/tests/cfg/nx.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 qemu/tests/cfg/nx.cfg diff --git a/qemu/tests/cfg/nx.cfg b/qemu/tests/cfg/nx.cfg new file mode 100644 index 00000000..280df327 --- /dev/null +++ b/qemu/tests/cfg/nx.cfg @@ -0,0 +1,14 @@ +- nx: + only Linux + no RHEL.4 + only x86_64 + type = nx + virt_test_type = qemu + image_snapshot = yes + kill_vm = yes + variants: + - noexec_on: + nx_on = yes + - noexec_off: + cpu_model_flags = ",-nx" + nx_on = no -- GitLab