[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 2/3] xen: remove tmem from hypervisor
On Wed, Apr 10, 2019 at 04:55:50AM -0600, Jan Beulich wrote: > >>> On 09.04.19 at 18:52, <wei.liu2@xxxxxxxxxx> wrote: > > --- a/xen/arch/x86/guest/hypercall_page.S > > +++ b/xen/arch/x86/guest/hypercall_page.S > > @@ -58,8 +58,8 @@ DECLARE_HYPERCALL(hvm_op) > > DECLARE_HYPERCALL(sysctl) > > DECLARE_HYPERCALL(domctl) > > DECLARE_HYPERCALL(kexec_op) > > -DECLARE_HYPERCALL(tmem_op) > > DECLARE_HYPERCALL(argo_op) > > +DECLARE_HYPERCALL(xc_reserved_op) > > Is this added line a re-basing mistake over the Argo series? > > > > --- a/xen/common/Makefile > > +++ b/xen/common/Makefile > > There's are hunks missing here to remove > > obj-$(CONFIG_TMEM) += lzo.o > > and to replace > > lzo-y := lzo > lzo-$(CONFIG_TMEM) := > > (and its use). I guess we can drop lzo in its entirety now? I fixed the other two. Thanks for spotting my mistakes. Wei. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |