ppc64le: Don't use -cpu parameter under any circumstances (RHBZ#1605071).

This commit is contained in:
Richard W.M. Jones
2018-08-28 12:59:06 +01:00
parent 598e879ad1
commit 56318f0b5f

View File

@@ -76,6 +76,9 @@ guestfs_int_get_cpu_model (int kvm)
return "host";
else
return "cortex-a57";
#elif defined(__powerpc64__)
/* See discussion in https://bugzilla.redhat.com/show_bug.cgi?id=1605071 */
return NULL;
#else
/* On most architectures, it is faster to pass the CPU host model to
* the appliance, allowing maximum speed for things like checksums