Once you are done installing centos / fedora os on kvm as a guest / vm, you may face trouble shutting / reboot using virt-manager or virsh.
This can happen only if acpid is not installed or running.
Run following commands on centos / fedora guest to enable support for shut / reboot.
yum install acpid -y chkconfig acpid on service acpid start |