[Pkg-libvirt-commits] [libguestfs] 08/266: aarch64: Use console=ttyAMA0 instead of console=ttyS0.

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 57c7417f89b2e39f625e9b3276a5ef470fcd5b6a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jul 12 14:49:23 2014 +0000

    aarch64: Use console=ttyAMA0 instead of console=ttyS0.
    
    This still only prints early console messages.  Output stops
    after:
    
      bootconsole [earlycon0] disabled
    
    but I have not found any way to get later kernel messages.
---
 src/launch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/launch.c b/src/launch.c
index 353c1db..3f8df94 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -304,7 +304,7 @@ guestfs__config (guestfs_h *g,
  */
 #if defined(__powerpc64__)
 #define SERIAL_CONSOLE "console=hvc0 console=ttyS0"
-#elif defined(__arm__)
+#elif defined(__arm__) || defined(__aarch64__)
 #define SERIAL_CONSOLE "console=ttyAMA0"
 #else
 #define SERIAL_CONSOLE "console=ttyS0"

-- 
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