[Pkg-libvirt-commits] [libguestfs] 70/72: Rebased patch queue
Hilko Bengen
bengen at moszumanska.debian.org
Sun Apr 5 15:20:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 9e104467a1cb6cf14c991741227e8d923d39e985
Author: Hilko Bengen <bengen at debian.org>
Date: Tue Mar 31 07:41:42 2015 +0200
Rebased patch queue
---
debian/patches/0003-Do-not-use-DTB-for-armel.patch | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/debian/patches/0003-Do-not-use-DTB-for-armel.patch b/debian/patches/0003-Do-not-use-DTB-for-armel.patch
index 01c5064..7141cbb 100644
--- a/debian/patches/0003-Do-not-use-DTB-for-armel.patch
+++ b/debian/patches/0003-Do-not-use-DTB-for-armel.patch
@@ -3,21 +3,20 @@ Date: Sun, 6 Jul 2014 21:34:47 +0200
Subject: Do not use DTB for armel
---
- src/guestfs-internal.h | 2 ++
- 1 file changed, 2 insertions(+)
+ src/guestfs-internal.h | 3 +++
+ 1 file changed, 3 insertions(+)
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
-index fd0c4a1..e2d19c6 100644
+index 537cadc..0b28a70 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
-@@ -145,8 +145,10 @@
- * internally when using mach-virt).
- */
- #define MACHINE_TYPE "vexpress-a15"
+@@ -151,6 +151,9 @@
+ /* Machine types. XXX Make these configurable. */
+ #ifdef __arm__
+ #define MACHINE_TYPE "virt"
+#ifdef __ARM_PCS_VFP /* do not use DTB for armel */
- #define DTB_WILDCARD "vexpress*a15-tc1.dtb"
- #endif
++#define DTB_WILDCARD "vexpress*a15-tc1.dtb"
+#endif
+ #endif
#ifdef __aarch64__
#define MACHINE_TYPE "virt"
- #endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list