Do not use DTB for armel
authorHilko Bengen <bengen@debian.org>
Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)
committerHilko Bengen <bengen@debian.org>
Sat, 25 Sep 2021 15:51:52 +0000 (16:51 +0100)
Gbp-Pq: Name Do-not-use-DTB-for-armel.patch

lib/guestfs-internal.h

index 31a84c89b0f4d4739aae78310b900c2e0f7996c9..5b734e9e4da63e0595b798f9fa114fc94325de12 100644 (file)
@@ -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"