From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [Qemu-devel] [RFC PATCH] Exporting Guest RAM information for NUMA binding Date: Mon, 21 Nov 2011 20:31:39 +0100 Message-ID: <1321903899.28118.22.camel@twins> References: <20111029184502.GH11038@in.ibm.com> <7816C401-9BE5-48A9-8BA9-4CDAD1B39FC8@suse.de> <20111108173304.GA14486@sequoia.sous-sol.org> <20111121150054.GA3602@in.ibm.com> <1321889126.28118.5.camel@twins> <4ECA9264.5000102@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Cc: bharata@linux.vnet.ibm.com, Chris Wright , Alexander Graf , Andrea Arcangeli , kvm list , qemu-devel Developers , dipankar@in.ibm.com, Vaidyanathan S To: Avi Kivity Return-path: Received: from merlin.infradead.org ([205.233.59.134]:41938 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753949Ab1KUTby convert rfc822-to-8bit (ORCPT ); Mon, 21 Nov 2011 14:31:54 -0500 In-Reply-To: <4ECA9264.5000102@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, 2011-11-21 at 20:03 +0200, Avi Kivity wrote: > > Does ms_mbind() require that its vmas in its area be completely > contained in the region, or does it split vmas on demand? I suggest the > latter to avoid exposing implementation details. as implemented (which is still rather incomplete) it does the split on demand like all other memory interfaces.