diff options
author | shravani <shravani.p@tcs.com> | 2017-01-05 18:36:26 +0530 |
---|---|---|
committer | Shravani Paladugula <shravani.p@tcs.com> | 2017-02-07 12:24:08 +0000 |
commit | 2046178d894438b492d93f30941076ee7964f6ab (patch) | |
tree | 062cd5a9ce3d01e2f5f3d86de46bd77b7098ea82 /ci/envs/host-config | |
parent | b79d79eb6385a92cdc8c29bf080810becc4602b7 (diff) |
This patch contains the scripts to install the Qemu rpm and make use of it for
lauching guest VM's
Change-Id: I74ce89e1e0d628b0be2d9165b8418a519b52064d
Co-Authored-By: Y Rajitha <y.rajitha@tcs.com>
Signed-off-by: Shravani <shravani.p@tcs.com>
Diffstat (limited to 'ci/envs/host-config')
-rwxr-xr-x | ci/envs/host-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/envs/host-config b/ci/envs/host-config index a6beb06b6..0f77b7ac5 100755 --- a/ci/envs/host-config +++ b/ci/envs/host-config @@ -14,7 +14,7 @@ numa_node=1 huge_pages=2 # QEMU executable path and number of cpus for guest -qemu=/usr/libexec/qemu-kvm +qemu=/usr/local/bin/qemu-system-x86_64 guest_cpus=2 # Isolated cpus for nfv, must be given as a range '-' and Numa node1 CPU's should be considered |