Re: [Xen-devel] [PATCH] drop get_xen_guest_handle()

2015-11-02 Thread Ian Campbell
On Tue, 2015-10-27 at 02:04 -0600, Jan Beulich wrote: > Its use in the tools (and its apparent abuse in the hypervisor) are > long gone. > > Signed-off-by: Jan Beulich Acked-by: Ian Campbell ___ Xen-devel mailing list Xen-devel@lists.xen.org http://

Re: [Xen-devel] [PATCH] drop get_xen_guest_handle()

2015-10-29 Thread Jan Beulich
>>> On 29.10.15 at 13:18, wrote: > On 27/10/15 08:04, Jan Beulich wrote: >> --- a/xen/arch/x86/x86_64/cpu_idle.c >> +++ b/xen/arch/x86/x86_64/cpu_idle.c >> @@ -21,9 +21,6 @@ >> * > ~~ >> */ >> >> -#define __XEN_TOOLS__

Re: [Xen-devel] [PATCH] drop get_xen_guest_handle()

2015-10-29 Thread Julien Grall
On 27/10/15 08:04, Jan Beulich wrote: > --- a/xen/arch/x86/x86_64/cpu_idle.c > +++ b/xen/arch/x86/x86_64/cpu_idle.c > @@ -21,9 +21,6 @@ > * ~~ > */ > > -#define __XEN_TOOLS__ /* for using get_xen_guest_handle macro */ > -

Re: [Xen-devel] [PATCH] drop get_xen_guest_handle()

2015-10-29 Thread Julien Grall
Hi Jan, On 27/10/15 08:04, Jan Beulich wrote: > Its use in the tools (and its apparent abuse in the hypervisor) are > long gone. > > Signed-off-by: Jan Beulich FWIW: Reviewed-by: Julien Grall Regards, -- Julien Grall ___ Xen-devel mailing list X

Re: [Xen-devel] [PATCH] drop get_xen_guest_handle()

2015-10-27 Thread Andrew Cooper
On 27/10/15 08:04, Jan Beulich wrote: > Its use in the tools (and its apparent abuse in the hypervisor) are > long gone. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/

[Xen-devel] [PATCH] drop get_xen_guest_handle()

2015-10-27 Thread Jan Beulich
Its use in the tools (and its apparent abuse in the hypervisor) are long gone. Signed-off-by: Jan Beulich --- a/xen/arch/x86/sysctl.c +++ b/xen/arch/x86/sysctl.c @@ -31,8 +31,6 @@ #include #include -#define get_xen_guest_handle(val, hnd) do { val = (hnd).p; } while (0) - struct l3_cache_