Since Ubuntu has KVM built-in (rather than being compiled as module)
this should not be needed for Ubuntu.

$ lsb_release -r
Release:        21.04
$ arch
s390x
$ grep -i CONFIG_KVM= /boot/config-5.11.0-13-generic 
CONFIG_KVM=y
$ lsmod | grep -i kvm
$ kvm-ok 
INFO: /dev/kvm exists
KVM acceleration can be used

$ lsb_release -r
Release:        20.04
$ arch
s390x
$ grep -i CONFIG_KVM= /boot/config-5.4.0-70-generic 
CONFIG_KVM=y
$ lsmod | grep -i kvm
$ kvm-ok 
INFO: /dev/kvm exists
KVM acceleration can be used

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1921870

Title:
  [UBUNTU 21.04] tools/kvm_stat: Add restart delay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1921870/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to