Source: libvirt Severity: normal Dear Maintainer,
When I run virt-install to install 'kvm', it shows `ERROR Host does not support domain type kvm for virtualization type'. Here is a transcript: root@debian:~# virt-install --name=debian_01 --vcpus=2 --memory=4096 --cdrom /var/lib/libvirt/images/boot.iso --disk /home/dingyu/debian_01.qcow2 --virt-type kvm ERROR Host does not support domain type kvm for virtualization type 'hvm' arch 'alpha' root@debian:~# virt-install --name=debian_02 --vcpus=2 --memory=4096 --cdrom /var/lib/libvirt/images/boot.iso --disk /home/dingyu/debian_01.qcow2 ERROR Error: --disk /home/dingyu/debian_01.qcow2: internal error: Cannot find suitable emulator for aarch64 -- System Information: Debian Release: 9.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: arm64 (aarch64) Kernel: Linux 4.18.0-6-arm64 (SMP w/96 CPU cores) Locale: LANG=en_HK.UTF-8, LC_CTYPE=en_HK.UTF-8 (charmap=locale: Cannot set LC_ALL to default locale: No such file or directory UTF-8), LANGUAGE=en_HK:en (charmap=locale: Cannot set LC_ALL to default locale: No such file or directory UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

