> Should / could kvm modules be automatically loaded on ppc64?
Yes, mainly if it is running in opal mode. Something as:

  grep OPAL  /proc/cpuinfo >/dev/null 2>&1 && opal=1

  modprobe -b kvm >/dev/null 2>&1
  modprobe -b kvm-pr >/dev/null 2>&1 && kvm=1
  if [ "$opal" ]; then
            modprobe -b kvm-hv >/dev/null 2>&1
  fi

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

Title:
  must manually load kvm_hv or kvm_pr before using kvm on ppc64

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to