WARNING KVM acceleration not available, using 'qemu' ERROR
I am trying to build image .I installed virt-install .now I am trying to spawns a virtual machine in libvirt named my_cloud_image with 2 GB of RAM and 2 vCPUs using the default libvirt network with " virt-install -n my_cloud_image -r 2048 --vcpus=2" command . but I am getting WARNING KVM acceleration not available, using 'qemu' ERROR . Can anyone help me? Actually I am new learning openstack