Re: [Qemu-devel] [PATCH for-1.4] migration: restrict scope of incoming fd read handler

2013-02-12 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH for-1.4] migration: restrict scope of incoming fd read handler

2013-02-11 Thread Kevin Wolf
Am 11.02.2013 17:01, schrieb Stefan Hajnoczi: > The incoming migration is processed in a coroutine and uses an fd read > handler to enter the yielded coroutine when data becomes available. > > The read handler was set too broadly, so that spurious coroutine entries > were be triggered if other cor

[Qemu-devel] [PATCH for-1.4] migration: restrict scope of incoming fd read handler

2013-02-11 Thread Stefan Hajnoczi
The incoming migration is processed in a coroutine and uses an fd read handler to enter the yielded coroutine when data becomes available. The read handler was set too broadly, so that spurious coroutine entries were be triggered if other coroutine users yielded (like the block layer's bdrv_write(