projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6140c7d
)
Do not use DTB for armel
author
Hilko Bengen
<bengen@debian.org>
Sun, 6 Jul 2014 19:34:47 +0000
(21:34 +0200)
committer
Antonio Terceiro
<terceiro@debian.org>
Sat, 4 Dec 2021 15:11:35 +0000
(15:11 +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 31a84c89b0f4d4739aae78310b900c2e0f7996c9..5b734e9e4da63e0595b798f9fa114fc94325de12 100644
(file)
--- a/
lib/guestfs-internal.h
+++ b/
lib/guestfs-internal.h
@@
-139,6
+139,9
@@
guestfs_int_cleanup_gl_recursive_lock_unlock (void *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"