WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH][1 of 3] GDB serial port debugging: Serial port cooke

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][1 of 3] GDB serial port debugging: Serial port cooked mode fix for high-bit multiplexing mode
From: "Dan Doucette" <doucette.daniel@xxxxxxxxx>
Date: Wed, 19 Dec 2007 14:38:32 -0800
Delivery-date: Wed, 19 Dec 2007 14:38:53 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=hiI2UxgJDs4rAv1WE/mKH4CPczmRZdJshLCo2f2TxMc=; b=Gg2ARFYxudkOEg1IROf0zCTlzNz7xcHNFs7xlbjYD7ZRJWng6gr8+kRAPq69yDR6nUBZUrtZSK/jnlVkiRggyZa08/hUU79kA6Bpd1oC3CPaGuyRFo59KLigYln+p8KJ0ajG0+R4s8fDmkaN2wUUuGR7Yjps5Wqm1je9ZxWuhrA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=v/StqLcAB5S03fx2wlSvSNVN4esUzTppKS6mw1Tt5EnIsR7GTq0kA1IHXj0NecLZbEoR8uKVYEXqBgY9L6a6fw6dR5B3LOhVXUPo1A4rl03dhraORvzDwDDqtWDTSqFTTE8ARCjGc2zZyByD2KmuvXtUI3jn1yAxx4Oy3X0mIoI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch fixes a bug in the serial driver whereby carriage returns inserted in cooked mode are not send down the high bit set stream.
If you are using the xenconsole on the high-bit-set stream (com1H), this issue manifests as staircase output.
 
 
% diffstat serial_patch
 serial.c |   17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)
 
Signed-off-by:  Dan Doucette <doucette.daniel@xxxxxxxxx>
 
Dan.
 
 
 

Attachment: serial_patch
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][1 of 3] GDB serial port debugging: Serial port cooked mode fix for high-bit multiplexing mode, Dan Doucette <=