Disk "iops" is very less with "fio" disk benchmark tool for CentOS 6.0 virtual machine running on KVM. When I execute same on CentOS 6.7 and CentOS 7.2, the iops is as expected. The back end disk is SSD and the command I executed is below.
fio --name=randwrite --randrepeat=1 --direct=1 --gtod_reduce=1 --rw=randwrite --size=4g --iodepth=64 --ioengine=libaio --output=fio_op1.txt.
I have installed virtio module as guided by the below kb. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/ch10s04.html
The #lsmod | grep -i virtio* shows all the modules also.