diff options
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 |