[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 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). > --- a/xen/include/public/tmem.h > +++ b/xen/include/public/tmem.h > @@ -1,8 +1,8 @@ > > /**************************************************************************** > ** > * tmem.h > - * > + * > * Guest OS interface to Xen Transcendent Memory. > - * > + * > * Permission is hereby granted, free of charge, to any person obtaining a > copy > * of this software and associated documentation files (the "Software"), to > * deal in the Software without restriction, including without limitation the > @@ -29,15 +29,11 @@ > > #include "xen.h" > > +#if __XEN_INTERFACE_VERSION__ < 0x00041200 I guess you mean 0x00041300 now. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |