| ... | ... |
@@ -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 |