On Tue, Aug 28, 2018 at 04:47:53AM -0600, Jan Beulich wrote: > >>> On 26.08.18 at 14:19, <wei.l...@citrix.com> wrote: > > +static inline int p2m_pod_set_mem_target(struct domain *d, unsigned long > > target) > > +{ > > + return 0; > > +} > > This one, at the very least, should not be needed: The case block > in arch_memory_op() containing the only call should altogether be > framed by #ifdef CONFIG_HVM.
The toolstack unconditionally sets pod target when setting a domain's memory target. I will need to change libxl to not issue pod call for PV guests in that case. Wei. > > Jan > > _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel