projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051f892
)
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>
Sun, 22 Jan 2017 14:43:37 +0000
(14:43 +0000)
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 2261f494bfa7b8b6f286de6901e18158a8491736..6974d1f7f9ff1e029f61e91ff66e5422e88a72df 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"