|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 01/10] libxl: change libxl__ao_device_remove to libxl__ao_device
Ian Jackson wrote:I've fixed al other comments, so I'm not going to reply to every one of them :) +void libxl__initiate_device_remove(libxl__egc *egc, + libxl__ao_device *aodev)... Done, I've changed it to backend_ds I was briefly confused about whether `device_backend_cleanup' was a general cleanup function for a libxl__ao_device (which it isn't). And there is of course a frontend state too, which we don't explicitly deal with here. How do the frontend and backend directories get removed from xenstore ? (I have a feeling I have asked this before but I don't remember the answer. Perhaps it could be a comment in the code in some appropriate place?) We talked about this, and now I've introduced a function that is always called before the user callback, that deletes both frontend and backend xs entries. So the flow of execution is a little bit more "linear", and we have common entry and exit points, we only call the callback from the exit function. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |