From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] sysctl: adjust XEN_SYSCTL_numainfo behavior Date: Wed, 15 Jul 2015 16:52:42 +0100 Message-ID: <1436975562.32371.123.camel@citrix.com> References: <55A4F7F002000078000908B4@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZFOzl-0008RB-Rm for xen-devel@lists.xenproject.org; Wed, 15 Jul 2015 15:53:17 +0000 In-Reply-To: <55A4F7F002000078000908B4@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel , Boris Ostrovsky , Keir Fraser , Ian Jackson , Tim Deegan List-Id: xen-devel@lists.xenproject.org On Tue, 2015-07-14 at 10:52 +0100, Jan Beulich wrote: > ... to match XEN_SYSCTL_cputopoinfo, allowing the caller to get what it > needs (if e.g. it's after the data for just one specific node) with > just one hypercall, without caring about the total number of nodes in > the system. > > Suggested-by: Boris Ostrovsky > Signed-off-by: Jan Beulich Acked-by: Ian Campbell