Re: [Xen-devel] [PATCH] xen: allow 8bit input in Xen serial console

2015-07-28 Thread Andrew Cooper
On 28/07/15 18:02, Manfred Haertel wrote: > The Xen serial console cuts off the most significant bit from input > characters, so you can't use e.g. German umlauts when logging in to > the DOM0 Linux system from the serial console. > > The following patch fixes that problem. Thanks for the submissi

[Xen-devel] [PATCH] xen: allow 8bit input in Xen serial console

2015-07-28 Thread Manfred Haertel
The Xen serial console cuts off the most significant bit from input characters, so you can't use e.g. German umlauts when logging in to the DOM0 Linux system from the serial console. The following patch fixes that problem. --- xen/drivers/char/serial.c.orig 2015-07-28 18:44:49.443889719 +