Add guest environment setup scripts 57/4557/4
authorYunhong Jiang <yunhong.jiang@linux.intel.com>
Fri, 4 Dec 2015 19:58:39 +0000 (14:58 -0500)
committerYunhong Jiang <yunhong.jiang@linux.intel.com>
Wed, 6 Jan 2016 03:32:47 +0000 (19:32 -0800)
commitd255b23605ecd2c47598ca96c1d1042bb1b7ee87
treea95230eb194ae93c3b8f59a2e697ec47d9990a36
parentbbfa2a7a09611186681e494844af228c18217941
Add guest environment setup scripts

To achieve good real time and live migration performance, special setup
is needed on guest environment.

Two scripts are used to setup the guest environment. The guest-setup0.sh
setup the environment that should take effect before the tested kernel is
bringup, including install the kernel rpm, the rt-test package and modify
the grub entries. The guest-setup1.sh setup the environment that takes
effect after the tested kernel is up, like some sysfs entry, interrupt
affinity etc.

Change-Id: Icaed71e250b314723d6b1814c9ac33c10d99c6a0
Signed-off-by: David Su <david.w.su@intel.com>
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
ci/envs/guest-setup0.sh [new file with mode: 0755]
ci/envs/guest-setup1.sh [new file with mode: 0755]