On Sat, Dec 29, 2018 at 01:41:08AM +0530, Mathew, Cherry G. wrote: > Hotpatching will be ugly because we need both versions - for eg: > xen_intr_register_xname() aliases to intr_register_xname() in DomU and > Dom0 but we need both in the case of PVHVM.
I don't understand why you need two versions active in one kernel, and also don't see why this would be a problem for runtime patching. Martin