Re: [Qemu-devel] [PATCH v2] monitor: work around delayed CHR_EVENT_OPENED events

2013-05-30 Thread Stefan Priebe - Profihost AG
Am 30.05.2013 00:29, schrieb mdroth: > On Wed, May 29, 2013 at 01:27:33PM -0400, Luiz Capitulino wrote: >> On Mon, 27 May 2013 12:59:25 -0500 >> mdroth wrote: >> >>> On Mon, May 27, 2013 at 11:16:01AM -0500, Anthony Liguori wrote: Luiz Capitulino writes: > On Sun, 26 May 2013 10:33:

Re: [Qemu-devel] [PATCH v2] monitor: work around delayed CHR_EVENT_OPENED events

2013-05-29 Thread mdroth
On Wed, May 29, 2013 at 01:27:33PM -0400, Luiz Capitulino wrote: > On Mon, 27 May 2013 12:59:25 -0500 > mdroth wrote: > > > On Mon, May 27, 2013 at 11:16:01AM -0500, Anthony Liguori wrote: > > > Luiz Capitulino writes: > > > > > > > On Sun, 26 May 2013 10:33:39 -0500 > > > > Michael Roth wrote

Re: [Qemu-devel] [PATCH v2] monitor: work around delayed CHR_EVENT_OPENED events

2013-05-29 Thread mdroth
On Wed, May 29, 2013 at 01:27:33PM -0400, Luiz Capitulino wrote: > On Mon, 27 May 2013 12:59:25 -0500 > mdroth wrote: > > > On Mon, May 27, 2013 at 11:16:01AM -0500, Anthony Liguori wrote: > > > Luiz Capitulino writes: > > > > > > > On Sun, 26 May 2013 10:33:39 -0500 > > > > Michael Roth wrote

Re: [Qemu-devel] [PATCH v2] monitor: work around delayed CHR_EVENT_OPENED events

2013-05-29 Thread Luiz Capitulino
On Mon, 27 May 2013 12:59:25 -0500 mdroth wrote: > On Mon, May 27, 2013 at 11:16:01AM -0500, Anthony Liguori wrote: > > Luiz Capitulino writes: > > > > > On Sun, 26 May 2013 10:33:39 -0500 > > > Michael Roth wrote: > > > > > >> In the past, CHR_EVENT_OPENED events were emitted via a pre-expire

Re: [Qemu-devel] [PATCH v2] monitor: work around delayed CHR_EVENT_OPENED events

2013-05-27 Thread mdroth
On Mon, May 27, 2013 at 11:16:01AM -0500, Anthony Liguori wrote: > Luiz Capitulino writes: > > > On Sun, 26 May 2013 10:33:39 -0500 > > Michael Roth wrote: > > > >> In the past, CHR_EVENT_OPENED events were emitted via a pre-expired > >> QEMUTimer. Due to timers being processing at the tail end

Re: [Qemu-devel] [PATCH v2] monitor: work around delayed CHR_EVENT_OPENED events

2013-05-27 Thread Anthony Liguori
Luiz Capitulino writes: > On Sun, 26 May 2013 10:33:39 -0500 > Michael Roth wrote: > >> In the past, CHR_EVENT_OPENED events were emitted via a pre-expired >> QEMUTimer. Due to timers being processing at the tail end of each main >> loop iteration, this generally meant that such events would be

Re: [Qemu-devel] [PATCH v2] monitor: work around delayed CHR_EVENT_OPENED events

2013-05-27 Thread Luiz Capitulino
On Sun, 26 May 2013 10:33:39 -0500 Michael Roth wrote: > In the past, CHR_EVENT_OPENED events were emitted via a pre-expired > QEMUTimer. Due to timers being processing at the tail end of each main > loop iteration, this generally meant that such events would be emitted > within the same main loo

[Qemu-devel] [PATCH v2] monitor: work around delayed CHR_EVENT_OPENED events

2013-05-26 Thread Michael Roth
In the past, CHR_EVENT_OPENED events were emitted via a pre-expired QEMUTimer. Due to timers being processing at the tail end of each main loop iteration, this generally meant that such events would be emitted within the same main loop iteration, prior any client data being read by tcp/unix socket