Linux Check KVM or Qemu KVM Version
This post will guide you how to check which version of KVM is running in your Linux operating system. How do get the version of KVM or Qemu KVM version under Ubuntu/CentOS/RHEL Linux system.
Check KVM Version
For Ubuntu/Debian Linux:
You can execute the following command to check the current qemu-kvm version, type:
#/usr/bion/qemu-system-x86_64 --version
Or
You can also run another apt command to get the Qemu-kvm version, type:
#apt show qemu-system-x86
For CentOS/RHEL Linux
You can run the following command to get KVM version on Linux system, type:
#/usr/libexec/qemu-kvm --version
Or execute the following command:
#kvm –version