summaryrefslogtreecommitdiffstats
path: root/recipes-test/virt-test/files/qemu-tests-pipetest-config.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:54 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:54 +0200
commitc158582c0fc7f4bd73980fe9adad446855f4d61b (patch)
tree31b701a2367cb983e76e76cd7c2ba176ad33e5ac /recipes-test/virt-test/files/qemu-tests-pipetest-config.patch
downloadmeta-vt-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-test/virt-test/files/qemu-tests-pipetest-config.patch')
-rw-r--r--recipes-test/virt-test/files/qemu-tests-pipetest-config.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-test/virt-test/files/qemu-tests-pipetest-config.patch b/recipes-test/virt-test/files/qemu-tests-pipetest-config.patch
new file mode 100644
index 0000000..3f592ce
--- /dev/null
+++ b/recipes-test/virt-test/files/qemu-tests-pipetest-config.patch
@@ -0,0 +1,26 @@
1commit 6a2f0e98999abb7b4be8a3ea29a5dfd23fffb154
2Author: Jonas Eriksson <jonas.eriksson@enea.com>
3Date: Thu Mar 27 10:14:20 2014 +0100
4
5 pipetest application: Add configuration
6
7 Signed-off-by: Jonas Eriksson <jonas.eriksson@enea.com>
8 Upstream-Status: Inappropriate [configuration]
9
10diff --git a/qemu/tests/cfg/ipi_x2apic.cfg b/qemu/tests/cfg/ipi_x2apic.cfg
11index f65f2c8..22e8dc3 100644
12--- a/qemu/tests/cfg/ipi_x2apic.cfg
13+++ b/qemu/tests/cfg/ipi_x2apic.cfg
14@@ -1,10 +1,10 @@
15 - ipi_x2apic:
16 no Host_RHEL.5
17- only RHEL.6
18+ only RHEL.6, JeOS
19 type = ipi_x2apic
20 vms = ""
21 check_x2apic_cmd = dmesg |grep x2apic
22- pipetest_cmd = "/tmp/pipetest"
23+ pipetest_cmd = "/opt/virt-test/shared/scripts/pipetest"
24 build_pipetest_cmd = "cd /tmp/ && gcc -o pipetest pipetest.c"
25 x2apic_check_string = Enabling x2apic, Enabled x2apic, Setting APIC routing to physical x2apic
26 pre_command += " grep 'flags' /proc/cpuinfo|grep 'ept' && modprobe -r kvm_intel && modprobe kvm_intel ept=1 || echo ok;"