projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6097eea
)
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, 29 Jan 2018 19:13:24 +0000
(19:13 +0000)
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 949cacfef5bb2be231616faed4e506eb20bd022a..c0423a2de24ef7127bd0c227eba3a57d3e133c06 100644
(file)
--- a/
lib/guestfs-internal.h
+++ b/
lib/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"