Re: [Xen-devel] [PATCH 19/35] libxl: ao: Provide manip_refcnt

2015-06-26 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH 19/35] libxl: ao: Provide manip_refcnt"): > On Thu, Jun 25, 2015 at 06:44:19PM +0100, Ian Jackson wrote: > > Previously we used in_initiator to stop the ao being freed while we > > were still in the initiator function (which would result in the > > initiator's call to li

Re: [Xen-devel] [PATCH 19/35] libxl: ao: Provide manip_refcnt

2015-06-26 Thread Wei Liu
On Thu, Jun 25, 2015 at 06:44:19PM +0100, Ian Jackson wrote: > Previously we used in_initiator to stop the ao being freed while we > were still in the initiator function (which would result in the > initiator's call to lixl__ao_inprogress accessing the ao after it had > been freed). Typo lixl. __

[Xen-devel] [PATCH 19/35] libxl: ao: Provide manip_refcnt

2015-06-25 Thread Ian Jackson
Previously we used in_initiator to stop the ao being freed while we were still in the initiator function (which would result in the initiator's call to lixl__ao_inprogress accessing the ao after it had been freed). We are going to introduce a new libxl entrypoint which finds, and operates on, ongo