From c158582c0fc7f4bd73980fe9adad446855f4d61b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:54 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../files/qemu-tests-pipetest-config.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-test/virt-test/files/qemu-tests-pipetest-config.patch (limited to 'recipes-test/virt-test/files/qemu-tests-pipetest-config.patch') 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 @@ +commit 6a2f0e98999abb7b4be8a3ea29a5dfd23fffb154 +Author: Jonas Eriksson +Date: Thu Mar 27 10:14:20 2014 +0100 + + pipetest application: Add configuration + + Signed-off-by: Jonas Eriksson + Upstream-Status: Inappropriate [configuration] + +diff --git a/qemu/tests/cfg/ipi_x2apic.cfg b/qemu/tests/cfg/ipi_x2apic.cfg +index f65f2c8..22e8dc3 100644 +--- a/qemu/tests/cfg/ipi_x2apic.cfg ++++ b/qemu/tests/cfg/ipi_x2apic.cfg +@@ -1,10 +1,10 @@ + - ipi_x2apic: + no Host_RHEL.5 +- only RHEL.6 ++ only RHEL.6, JeOS + type = ipi_x2apic + vms = "" + check_x2apic_cmd = dmesg |grep x2apic +- pipetest_cmd = "/tmp/pipetest" ++ pipetest_cmd = "/opt/virt-test/shared/scripts/pipetest" + build_pipetest_cmd = "cd /tmp/ && gcc -o pipetest pipetest.c" + x2apic_check_string = Enabling x2apic, Enabled x2apic, Setting APIC routing to physical x2apic + pre_command += " grep 'flags' /proc/cpuinfo|grep 'ept' && modprobe -r kvm_intel && modprobe kvm_intel ept=1 || echo ok;" -- cgit v1.2.3-54-g00ecf