|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 00/14] Logging cleanups, libxc API change
Patch 7/14 hasn't made it afaics.
-- Keir
On 27/05/2010 17:01, "Ian Jackson" <Ian.Jackson@xxxxxxxxxxxxx> wrote:
> In this patch series I do some serious cleanup. In particular:
> * Remove all static global variables from libxc
> so that the library is fully reentrant.
> * Allow all callers of libxs, libxc, libxl to control
> where log messages to go.
> * Assorted other minor fixups.
>
> This involves an incompatible change to the interface to libxc.
> Instead of simply getting an int representing a file descriptor,
> callers now get an xc_interface*. Also, there are three new
> parameters to xc_interface_open for which naive callers may pass 0.
>
> The overall result is that (amongst other things) the stderr output
> from "xl" is much more sensible.
>
> (This is a resend of the series with the patches numbered in the
> Subject line as they should have been. Sorry for the inconvenience.)
>
> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
>
>
>
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 04/14] libxc: xc_domain_save.c: rename "write_exact" macro, (continued)
- [Xen-devel] [PATCH 04/14] libxc: xc_domain_save.c: rename "write_exact" macro, Ian Jackson
- [Xen-devel] [PATCH 05/14] libelf: Tidy up logging and remove dependency on stdio., Ian Jackson
- [Xen-devel] [PATCH 06/14] xtl: New xentoollog mini-library., Ian Jackson
- Message not available
- [Xen-devel] [PATCH 08/14] libxc: Use new DBGPRINTF for a few debugging output messages, Ian Jackson
- [Xen-devel] [PATCH 09/14] libxl: Fix up some incorrect printf formats, Ian Jackson
- [Xen-devel] [PATCH 10/14] libxl: Use the caller's logger (xentoollog), Ian Jackson
- [Xen-devel] [PATCH 11/14] xl: Allow control of logging level., Ian Jackson
- [Xen-devel] [PATCH 12/14] libxc: save/restore error handling fixes, Ian Jackson
- [Xen-devel] [PATCH 13/14] libxc: remove \n from strings passed to PERROR, Ian Jackson
- [Xen-devel] [PATCH 14/14] xl/libxtl: Remove glitch in xl migrate log output, Ian Jackson
Re: [Xen-devel] [PATCH 00/14] Logging cleanups, libxc API change,
Keir Fraser <=
|
|
|
|
|