Paul Durrant writes ("RE: [PATCH for-4.14] tools/libxc: Drop config_transformed
parameter from xc_cpuid_set()"):
> > -----Original Message-----
> > From: Andrew Cooper <[email protected]>
> > Sent: 12 June 2020 11:55
> > To: Xen-devel <[email protected]>
> > Cc: Andrew Cooper <[email protected]>; Ian Jackson
> > <[email protected]>; Wei Liu
> > <[email protected]>; Paul Durrant <[email protected]>
> > Subject: [PATCH for-4.14] tools/libxc: Drop config_transformed parameter
> > from xc_cpuid_set()
> >
> > libxl is now the sole caller of xc_cpuid_set(). The config_transformed
> > output
> > is ignored, and this patch trivially highlights the resulting memory leak.
> >
> > "transformed" config is now properly forwarded on migrate as part of the
> > general VM state, so delete the transformation logic completely, rather than
> > trying to adjust just libxl to avoid leaking memory.
> >
> > Signed-off-by: Andrew Cooper <[email protected]>
>
> Reviewed-by: Paul Durrant <[email protected]>
> Release-acked-by: Paul Durrant <[email protected]>
Reviewed-by: Ian Jackson <[email protected]>
I will commit this in a moment.
Ian.