projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bde5de
)
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, 4 Sep 2017 20:07:15 +0000
(21:07 +0100)
Gbp-Pq: Name 0003-Do-not-use-DTB-for-armel.patch
src/guestfs-internal.h
patch
|
blob
|
history
diff --git
a/src/guestfs-internal.h
b/src/guestfs-internal.h
index f2f2a97b4ffafe7b95675f17cb0b2aef56996f34..e1a157786a3603efb9baeb9bd6563d2ed11b99da 100644
(file)
--- a/
src/guestfs-internal.h
+++ b/
src/guestfs-internal.h
@@
-160,6
+160,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"