projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e1a97
)
Don''t set CPU type on mips*
author
Hilko Bengen
<bengen@debian.org>
Thu, 30 Dec 2021 20:05:43 +0000
(21:05 +0100)
committer
Hilko Bengen
<bengen@debian.org>
Mon, 24 Jul 2023 20:48:10 +0000
(21:48 +0100)
Gbp-Pq: Name Don-t-set-CPU-type-on-mips.patch
lib/appliance-cpu.c
patch
|
blob
|
history
diff --git
a/lib/appliance-cpu.c
b/lib/appliance-cpu.c
index 57745973c05ef2a56e1fdc2208149972fda9c333..05853f6eb8534d84743dd8c21b990c3e7481e773 100644
(file)
--- a/
lib/appliance-cpu.c
+++ b/
lib/appliance-cpu.c
@@
-81,7
+81,7
@@
guestfs_int_get_cpu_model (int kvm)
return "host";
else
return "cortex-a57";
-#elif defined(__powerpc64__)
+#elif defined(__powerpc64__)
|| defined(__mips) || defined(__mips64)
/* See discussion in https://bugzilla.redhat.com/show_bug.cgi?id=1605071 */
return NULL;
#elif defined(__riscv)