[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/libxc: Avoid hypercalls for cacheflush on x86
On Mon, 2014-03-03 at 16:22 +0000, Ian Jackson wrote: > Andrew Cooper writes ("[PATCH] tools/libxc: Avoid hypercalls for cacheflush > on x86"): > > XEN_DOMCTL_cacheflush hypercalls are -ENOSYS on x86. As domain > > creation/migration is already very hypercall-heavy, avoid making extra > > redundant hypercalls > > Surely this should be done by moving the relevant code to an > arm-specific file, not by #ifdeffery. I think it is very debatable that sort-circuiting a single ENOSYS hypercall in the tools is even worth it at all. "very hypercall heavy" doesn't cut it as a rationale IMHO. Unless an actual demonstrable improvement is seen, perhaps over a larger series removing a large number of so called redundant calls, it's just an additional source of confusion (due to gating at multiple levels) as far as I'm concerned. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |