From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v10 4/9] libxc: Introduce xc_domain_setvnuma to set vNUMA Date: Wed, 3 Sep 2014 15:53:40 +0100 Message-ID: <1409756020.3323.13.camel@kazak.uk.xensource.com> References: <1409718258-3276-1-git-send-email-ufimtseva@gmail.com> <1409718258-3276-2-git-send-email-ufimtseva@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1409718258-3276-2-git-send-email-ufimtseva@gmail.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: Elena Ufimtseva Cc: keir@xen.org, stefano.stabellini@eu.citrix.com, george.dunlap@eu.citrix.com, msw@linux.com, dario.faggioli@citrix.com, lccycc123@gmail.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org On Wed, 2014-09-03 at 00:24 -0400, Elena Ufimtseva wrote: > With the introduction of the XEN_DOMCTL_setvnumainfo > in patch titled: "xen: vnuma topology and subop hypercalls" > we put in the plumbing here to use from the toolstack. The user > is allowed to call this multiple times if they wish so. > It will error out if the nr_vnodes or nr_vcpus is zero. > > Signed-off-by: Elena Ufimtseva > > Reviewed-by: Konrad Rzeszutek Wilk This looks like a valid wrapping of a hypercall to me: Acked-by: Ian Campbell