Browse code

Merge "Modify the default Qemu packages name for AArch64."

Jenkins authored on 2016/10/10 22:58:17
Showing 1 changed files
... ...
@@ -23,12 +23,7 @@ DEBUG_LIBVIRT=$(trueorfalse True DEBUG_LIBVIRT)
23 23
 # Installs required distro-specific libvirt packages.
24 24
 function install_libvirt {
25 25
     if is_ubuntu; then
26
-        if is_arch "aarch64" && [[ ${DISTRO} == "trusty" ]]; then
27
-            install_package qemu-system
28
-        else
29
-            install_package qemu-kvm
30
-            install_package libguestfs0
31
-        fi
26
+        install_package qemu-system
32 27
         install_package libvirt-bin libvirt-dev
33 28
         pip_install_gr libvirt-python
34 29
         if [[ "$EBTABLES_RACE_FIX" == "True" ]]; then