mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
ppc64le: Don't use -cpu parameter under any circumstances (RHBZ#1605071).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user