projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8475388
)
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>
Sat, 27 Jun 2020 00:41:59 +0000
(
01:41
+0100)
Gbp-Pq: Name 0003-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 ce6eb68e81d16da3f4e8b49ac4a6c13f7c8bfed6..7d1075a98ebe5a59278d0cf5b6a19d50fba390dd 100644
(file)
--- a/
lib/guestfs-internal.h
+++ b/
lib/guestfs-internal.h
@@
-128,6
+128,9
@@
/* 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"