Browse code

Merge "Install qemu-kvm instead of kvm package on Ubuntu"

Jenkins authored on 2014/03/28 22:45:55
Showing 2 changed files
... ...
@@ -12,7 +12,7 @@ iptables
12 12
 ebtables
13 13
 sqlite3
14 14
 sudo
15
-kvm # NOPRIME
15
+qemu-kvm # NOPRIME
16 16
 qemu # dist:wheezy,jessie NOPRIME
17 17
 libvirt-bin # NOPRIME
18 18
 libjs-jquery-tablesorter # Needed for coverage html reports
... ...
@@ -18,7 +18,7 @@ DEBUG_LIBVIRT=$(trueorfalse False $DEBUG_LIBVIRT)
18 18
 # Installs required distro-specific libvirt packages.
19 19
 function install_libvirt {
20 20
     if is_ubuntu; then
21
-        install_package kvm
21
+        install_package qemu-kvm
22 22
         install_package libvirt-bin
23 23
         install_package python-libvirt
24 24
         install_package python-guestfs