>>> On 27.04.16 at 21:26, <[email protected]> wrote: > The implementation does not actually do any patching. > > It just adds the framework for doing the hypercalls, > keeping track of ELF payloads, and the basic operations: > - query which payloads exist, > - query for specific payloads, > - check*1, apply*1, replace*1, and unload payloads. > > *1: Which of course in this patch are nops. > > The functionality is disabled on ARM until all arch > components are implemented. > > Also by default it is disabled until the implementation > is in place. > > We also use recursive spinlocks to so that the find_payload > function does not need to have a 'lock' and 'non-lock' variant. > > Signed-off-by: Konrad Rzeszutek Wilk <[email protected]> > Signed-off-by: Ross Lagerwall <[email protected]> > Reviewed-by: Andrew Cooper <[email protected]>
This contradicts ... > v10: > Dropped Reviewed-by. ... this. Also I continue to be puzzled why I'm not getting Cc-ed on this patch. Reviewed-by: Jan Beulich <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
