Re: [Qemu-devel] [PATCH] qemu-char: fix infinite recursion connecting to monitor pty

2013-08-14 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] qemu-char: fix infinite recursion connecting to monitor pty

2013-08-12 Thread Michael Roth
Quoting James Hogan (2013-08-08 06:09:38) > Since commit bd5c51e (qemu-char: don't issue CHR_EVENT_OPEN in a BH), an > infinite recursion occurs when putting the monitor on a pty (-monitor > pty) and connecting a terminal to the slave port. > > This is because of the qemu_chr_be_event(s, CHR_EVENT

Re: [Qemu-devel] [PATCH] qemu-char: fix infinite recursion connecting to monitor pty

2013-08-08 Thread Michael Roth
Quoting Michael Roth (2013-08-08 09:03:08) > Quoting James Hogan (2013-08-08 06:09:38) > > Since commit bd5c51e (qemu-char: don't issue CHR_EVENT_OPEN in a BH), an > > infinite recursion occurs when putting the monitor on a pty (-monitor > > pty) and connecting a terminal to the slave port. > > >

Re: [Qemu-devel] [PATCH] qemu-char: fix infinite recursion connecting to monitor pty

2013-08-08 Thread Michael Roth
Quoting James Hogan (2013-08-08 06:09:38) > Since commit bd5c51e (qemu-char: don't issue CHR_EVENT_OPEN in a BH), an > infinite recursion occurs when putting the monitor on a pty (-monitor > pty) and connecting a terminal to the slave port. > > This is because of the qemu_chr_be_event(s, CHR_EVENT

[Qemu-devel] [PATCH] qemu-char: fix infinite recursion connecting to monitor pty

2013-08-08 Thread James Hogan
Since commit bd5c51e (qemu-char: don't issue CHR_EVENT_OPEN in a BH), an infinite recursion occurs when putting the monitor on a pty (-monitor pty) and connecting a terminal to the slave port. This is because of the qemu_chr_be_event(s, CHR_EVENT_OPENED) added to qemu_chr_be_generic_open(). This e