projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d3c441
)
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, 24 Jul 2023 20:48:10 +0000
(21:48 +0100)
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 306f2a2e64078720231d2450c7b3debb2059f3db..c648ca562dda1a1a9732d9b7a1575ea796d7edec 100644
(file)
--- a/
lib/guestfs-internal.h
+++ b/
lib/guestfs-internal.h
@@
-115,6
+115,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"