Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-23 Thread One Thousand Gnomes
On Fri, 6 Feb 2015 03:11:29 +0800 Nan Li wrote: > This will greatly enhance the usefulness of QEMU virtual serial ports, > because the Linux kernel interprets a break on the serial console as a SysRq, > but there is currently no way to pass this signal over a pseudo-terminal. > This patch

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-23 Thread One Thousand Gnomes
On Fri, 6 Feb 2015 03:11:29 +0800 Nan Li n...@suse.com wrote: This will greatly enhance the usefulness of QEMU virtual serial ports, because the Linux kernel interprets a break on the serial console as a SysRq, but there is currently no way to pass this signal over a pseudo-terminal. This

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-17 Thread Petr Tesarik
On Tue, 17 Feb 2015 14:03:58 -0500 Peter Hurley wrote: > On 02/16/2015 08:04 AM, Peter Hurley wrote: > > On 02/05/2015 02:11 PM, Nan Li wrote: > >> This will greatly enhance the usefulness of QEMU virtual serial ports, > >> because the Linux kernel interprets a break on the serial console as a

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-17 Thread Peter Hurley
On 02/16/2015 08:04 AM, Peter Hurley wrote: > On 02/05/2015 02:11 PM, Nan Li wrote: >> This will greatly enhance the usefulness of QEMU virtual serial ports, >> because the Linux kernel interprets a break on the serial console as a >> SysRq, but there is currently no way to pass this signal over

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-17 Thread Petr Tesarik
On Tue, 17 Feb 2015 14:03:58 -0500 Peter Hurley pe...@hurleysoftware.com wrote: On 02/16/2015 08:04 AM, Peter Hurley wrote: On 02/05/2015 02:11 PM, Nan Li wrote: This will greatly enhance the usefulness of QEMU virtual serial ports, because the Linux kernel interprets a break on the

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-17 Thread Peter Hurley
On 02/16/2015 08:04 AM, Peter Hurley wrote: On 02/05/2015 02:11 PM, Nan Li wrote: This will greatly enhance the usefulness of QEMU virtual serial ports, because the Linux kernel interprets a break on the serial console as a SysRq, but there is currently no way to pass this signal over a

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Peter Hurley
On 02/16/2015 01:30 PM, Peter Hurley wrote: > On 02/16/2015 12:16 PM, Petr Tesarik wrote: >> On Mon, 16 Feb 2015 11:24:16 -0500 >> Peter Hurley wrote: >>> On 02/16/2015 08:22 AM, Petr Tesarik wrote: On Mon, 16 Feb 2015 08:04:02 -0500 Peter Hurley wrote: > On 02/05/2015 02:11 PM,

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Peter Hurley
On 02/16/2015 12:16 PM, Petr Tesarik wrote: > On Mon, 16 Feb 2015 11:24:16 -0500 > Peter Hurley wrote: > >> Hi Petr, >> >> On 02/16/2015 08:22 AM, Petr Tesarik wrote: >>> On Mon, 16 Feb 2015 08:04:02 -0500 >>> Peter Hurley wrote: >>> On 02/05/2015 02:11 PM, Nan Li wrote: > This will

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Petr Tesarik
On Mon, 16 Feb 2015 11:24:16 -0500 Peter Hurley wrote: > Hi Petr, > > On 02/16/2015 08:22 AM, Petr Tesarik wrote: > > On Mon, 16 Feb 2015 08:04:02 -0500 > > Peter Hurley wrote: > > > >> On 02/05/2015 02:11 PM, Nan Li wrote: > >>> This will greatly enhance the usefulness of QEMU virtual serial

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Peter Hurley
Hi Petr, On 02/16/2015 08:22 AM, Petr Tesarik wrote: > On Mon, 16 Feb 2015 08:04:02 -0500 > Peter Hurley wrote: > >> On 02/05/2015 02:11 PM, Nan Li wrote: >>> This will greatly enhance the usefulness of QEMU virtual serial ports, >>> because the Linux kernel interprets a break on the serial

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Petr Tesarik
On Mon, 16 Feb 2015 08:04:02 -0500 Peter Hurley wrote: > On 02/05/2015 02:11 PM, Nan Li wrote: > > This will greatly enhance the usefulness of QEMU virtual serial ports, > > because the Linux kernel interprets a break on the serial console as a > > SysRq, but there is currently no way to pass

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Peter Hurley
On 02/05/2015 02:11 PM, Nan Li wrote: > This will greatly enhance the usefulness of QEMU virtual serial ports, > because the Linux kernel interprets a break on the serial console as a SysRq, > but there is currently no way to pass this signal over a pseudo-terminal. > This patch will work for

[PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Nan Li
This will greatly enhance the usefulness of QEMU virtual serial ports, because the Linux kernel interprets a break on the serial console as a SysRq, but there is currently no way to pass this signal over a pseudo-terminal. This patch will work for transmitting BREAK from master to slave through

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Peter Hurley
Hi Petr, On 02/16/2015 08:22 AM, Petr Tesarik wrote: On Mon, 16 Feb 2015 08:04:02 -0500 Peter Hurley pe...@hurleysoftware.com wrote: On 02/05/2015 02:11 PM, Nan Li wrote: This will greatly enhance the usefulness of QEMU virtual serial ports, because the Linux kernel interprets a break on

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Petr Tesarik
On Mon, 16 Feb 2015 11:24:16 -0500 Peter Hurley pe...@hurleysoftware.com wrote: Hi Petr, On 02/16/2015 08:22 AM, Petr Tesarik wrote: On Mon, 16 Feb 2015 08:04:02 -0500 Peter Hurley pe...@hurleysoftware.com wrote: On 02/05/2015 02:11 PM, Nan Li wrote: This will greatly enhance the

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Peter Hurley
On 02/16/2015 12:16 PM, Petr Tesarik wrote: On Mon, 16 Feb 2015 11:24:16 -0500 Peter Hurley pe...@hurleysoftware.com wrote: Hi Petr, On 02/16/2015 08:22 AM, Petr Tesarik wrote: On Mon, 16 Feb 2015 08:04:02 -0500 Peter Hurley pe...@hurleysoftware.com wrote: On 02/05/2015 02:11 PM, Nan Li

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Peter Hurley
On 02/16/2015 01:30 PM, Peter Hurley wrote: On 02/16/2015 12:16 PM, Petr Tesarik wrote: On Mon, 16 Feb 2015 11:24:16 -0500 Peter Hurley pe...@hurleysoftware.com wrote: On 02/16/2015 08:22 AM, Petr Tesarik wrote: On Mon, 16 Feb 2015 08:04:02 -0500 Peter Hurley pe...@hurleysoftware.com wrote:

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Petr Tesarik
On Mon, 16 Feb 2015 08:04:02 -0500 Peter Hurley pe...@hurleysoftware.com wrote: On 02/05/2015 02:11 PM, Nan Li wrote: This will greatly enhance the usefulness of QEMU virtual serial ports, because the Linux kernel interprets a break on the serial console as a SysRq, but there is

Re: [PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Peter Hurley
On 02/05/2015 02:11 PM, Nan Li wrote: This will greatly enhance the usefulness of QEMU virtual serial ports, because the Linux kernel interprets a break on the serial console as a SysRq, but there is currently no way to pass this signal over a pseudo-terminal. This patch will work for

[PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Nan Li
This will greatly enhance the usefulness of QEMU virtual serial ports, because the Linux kernel interprets a break on the serial console as a SysRq, but there is currently no way to pass this signal over a pseudo-terminal. This patch will work for transmitting BREAK from master to slave through