projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd2704f
)
Do not use DTB for armel
author
Hilko Bengen
<bengen@debian.org>
Sun, 6 Jul 2014 19:34:47 +0000
(21:34 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Mon, 6 Mar 2023 14:29:41 +0000
(14:29 +0000)
Gbp-Pq: Name Do-not-use-DTB-for-armel.patch
lib/guestfs-internal.h
patch
|
blob
|
history
diff --git
a/lib/guestfs-internal.h
b/lib/guestfs-internal.h
index 5bb00bc10149d32897414162253ef77a32d3ca3c..7d048f22dcde88e228924edf0365802ad148466b 100644
(file)
--- a/
lib/guestfs-internal.h
+++ b/
lib/guestfs-internal.h
@@
-150,6
+150,9
@@
cleanup_mutex_unlock (pthread_mutex_t **ptr)
/* Machine types. */
#ifdef __arm__
#define MACHINE_TYPE "virt"
+#ifdef __ARM_PCS_VFP /* do not use DTB for armel */
+#define DTB_WILDCARD "vexpress*a15-tc1.dtb"
+#endif
#endif
#ifdef __aarch64__
#define MACHINE_TYPE "virt"