[Pkg-libvirt-commits] [libguestfs] 09/266: aarch64: Add some earlyprintk debugging.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:41:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.
commit d71ec218eaffe0caf07b44e349383ef1d9398feb
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat Jul 12 14:50:15 2014 +0000
aarch64: Add some earlyprintk debugging.
---
src/launch.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/launch.c b/src/launch.c
index 3f8df94..e9a8a67 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -342,6 +342,9 @@ guestfs___appliance_command_line (guestfs_h *g, const char *appliance_dev,
" noapic" /* workaround for RHBZ#857026 */
#endif
" " SERIAL_CONSOLE /* serial console */
+#ifdef __aarch64__
+ " earlyprintk=pl011,0x9000000 ignore_loglevel"
+#endif
" udevtimeout=6000"/* for slow systems (RHBZ#480319, RHBZ#1096579) */
" no_timer_check" /* fix for RHBZ#502058 */
"%s" /* lpj */
--
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