Re: [Qemu-devel] [PATCH] qemu-char: Fixed the bug lead to dead lock

2014-07-14 Thread Luiz Capitulino
On Fri, 11 Jul 2014 11:07:15 +0200 Markus Armbruster wrote: > Cc'ing folks involved in the flawed commit. > > Liliang writes: > > > From: Li Liang > > > > This bug was introduced in the commit > > 9005b2a7589540a3733b3abdcfbccfe7746cd1a1, > > it will cause deadlock when create a vm with the

Re: [Qemu-devel] [PATCH] qemu-char: Fixed the bug lead to dead lock

2014-07-11 Thread Li, LiangX Z
ailto:peter.mayd...@linaro.org] Sent: Friday, July 11, 2014 5:08 PM To: Li, LiangX Z Cc: QEMU Developers; Anthony Liguori Subject: Re: [Qemu-devel] [PATCH] qemu-char: Fixed the bug lead to dead lock On 11 July 2014 05:58, Liliang wrote: > From: Li Liang > > This bug was introduced in the

Re: [Qemu-devel] [PATCH] qemu-char: Fixed the bug lead to dead lock

2014-07-11 Thread Peter Maydell
On 11 July 2014 05:58, Liliang wrote: > From: Li Liang > > This bug was introduced in the commit > 9005b2a7589540a3733b3abdcfbccfe7746cd1a1, > it will cause deadlock when create a vm with the parameter "-monitor pty" and > then try to read from /dev/pts/x. > > Signed-off-by: Li Liang > --- > q

Re: [Qemu-devel] [PATCH] qemu-char: Fixed the bug lead to dead lock

2014-07-11 Thread Markus Armbruster
Cc'ing folks involved in the flawed commit. Liliang writes: > From: Li Liang > > This bug was introduced in the commit > 9005b2a7589540a3733b3abdcfbccfe7746cd1a1, > it will cause deadlock when create a vm with the parameter "-monitor pty" and > then try to read from /dev/pts/x. > > Signed-off-

[Qemu-devel] [PATCH] qemu-char: Fixed the bug lead to dead lock

2014-07-11 Thread Liliang
From: Li Liang This bug was introduced in the commit 9005b2a7589540a3733b3abdcfbccfe7746cd1a1, it will cause deadlock when create a vm with the parameter "-monitor pty" and then try to read from /dev/pts/x. Signed-off-by: Li Liang --- qemu-char.c | 4 +++- 1 file changed, 3 insertions(+), 1 de