ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hv
commit388e47c75be411979c420abbc76a250597f4ea94
authorThomas Huth <thuth@redhat.com>
Thu, 18 Feb 2016 21:01:56 +0000 (18 22:01 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 25 Feb 2016 02:58:44 +0000 (25 13:58 +1100)
tree072c94ed27257033a7834c2ba9ea216bea669f8a
parent072ed5f260865c8aac8c7cc0f23353b8d5753580
ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hv

Using a CPU type that does not match the host is not possible when using
the kvm-hv kernel module - the PVR is checked in the kernel function
kvm_arch_vcpu_ioctl_set_sregs_hv() and rejected with -EINVAL if it
does not match the host.
However, when the user tries to specify a non-matching CPU type, QEMU
currently only reports "kvm_init_vcpu failed: Invalid argument", and
this is of course not very helpful for the user to solve the problem.
So this patch adds a more descriptive error message that tells the
user to specify "-cpu host" instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
[Removed melodramatic '!' :)]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/kvm.c