Re: [Spice-devel] [PATCHv4] server: add async io support

2011-07-13 Thread Yonit Halperin
On 07/13/2011 11:15 AM, Yonit Halperin wrote: On 07/12/2011 05:03 PM, Alon Levy wrote: Hi, The new _ASYNC io's in qxl_dev listed at the end get six new api functions, and an additional callback function "async_complete". When the async version of a specific io is used, completion is notified by

Re: [Spice-devel] [PATCHv4] server: add async io support

2011-07-13 Thread Alon Levy
On Wed, Jul 13, 2011 at 11:15:50AM +0300, Yonit Halperin wrote: > On 07/12/2011 05:03 PM, Alon Levy wrote: > Hi, > > >The new _ASYNC io's in qxl_dev listed at the end get six new api > >functions, and an additional callback function "async_complete". When > >the async version of a specific io is u

Re: [Spice-devel] [PATCHv4] server: add async io support

2011-07-13 Thread Yonit Halperin
On 07/12/2011 05:03 PM, Alon Levy wrote: Hi, The new _ASYNC io's in qxl_dev listed at the end get six new api functions, and an additional callback function "async_complete". When the async version of a specific io is used, completion is notified by calling async_complete, and no READY message i

[Spice-devel] [PATCHv4] server: add async io support

2011-07-12 Thread Alon Levy
The new _ASYNC io's in qxl_dev listed at the end get six new api functions, and an additional callback function "async_complete". When the async version of a specific io is used, completion is notified by calling async_complete, and no READY message is written or expected by the dispatcher. update