search for: check_in_event_handl

Displaying 2 results from an estimated 2 matches for "check_in_event_handl".

Did you mean: check_in_event_handler
2012 Oct 13
0
[PATCH] New APIs: Model libvirt authentication events through the API.
...to "outside event handler" state. */ + g->saved_libvirt_uri = NULL; + g->nr_requested_credentials = 0; + g->requested_credentials = NULL; + + return conn; +} + +/* The calls below are meant to be called recursively from + * the GUESTFS_EVENT_LIBVIRT_AUTH event. + */ +#define CHECK_IN_EVENT_HANDLER(r) \ + if (g->nr_requested_credentials == 0) { \ + error (g, _("%s should only be called from within the GUESTFS_EVENT_LIBVIRT_AUTH event handler"), \ + __func__);...
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will be backported to stable branches to be posted for review. I'm proposing we do the same for libguestfs stable branches. All of the attached have been tested with 'make check-release'. Rich.