On Tue, 02 Apr 2013 10:50:49 -0500
Anthony Liguori wrote:
> Luiz Capitulino writes:
>
> > On Tue, 2 Apr 2013 10:37:01 -0400
> > Luiz Capitulino wrote:
> >
> >> On Mon, 01 Apr 2013 10:35:34 -0500
> >> Anthony Liguori wrote:
> >>
> >> > Luiz Capitulino writes:
> >> >
> >> > > Commit f628926b
Luiz Capitulino writes:
> On Tue, 2 Apr 2013 10:37:01 -0400
> Luiz Capitulino wrote:
>
>> On Mon, 01 Apr 2013 10:35:34 -0500
>> Anthony Liguori wrote:
>>
>> > Luiz Capitulino writes:
>> >
>> > > Commit f628926bb423fa8a7e0b114511400ea9df38b76a changed monitor_flush()
>> > > to retry on qemu_c
On Tue, 2 Apr 2013 10:37:01 -0400
Luiz Capitulino wrote:
> On Mon, 01 Apr 2013 10:35:34 -0500
> Anthony Liguori wrote:
>
> > Luiz Capitulino writes:
> >
> > > Commit f628926bb423fa8a7e0b114511400ea9df38b76a changed monitor_flush()
> > > to retry on qemu_chr_fe_write() errors. However, the Mon
On Mon, 01 Apr 2013 10:35:34 -0500
Anthony Liguori wrote:
> Luiz Capitulino writes:
>
> > Commit f628926bb423fa8a7e0b114511400ea9df38b76a changed monitor_flush()
> > to retry on qemu_chr_fe_write() errors. However, the Monitor's output
> > buffer can keep growing while the retry is not issued a
Luiz Capitulino writes:
> Commit f628926bb423fa8a7e0b114511400ea9df38b76a changed monitor_flush()
> to retry on qemu_chr_fe_write() errors. However, the Monitor's output
> buffer can keep growing while the retry is not issued and this can
> cause the buffer to overflow.
>
> To reproduce this issu
Commit f628926bb423fa8a7e0b114511400ea9df38b76a changed monitor_flush()
to retry on qemu_chr_fe_write() errors. However, the Monitor's output
buffer can keep growing while the retry is not issued and this can
cause the buffer to overflow.
To reproduce this issue, just start qemu and type on the Mo