From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUVCp-0007Gh-1s for qemu-devel@nongnu.org; Mon, 10 Jul 2017 05:42:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUVCk-00041L-6P for qemu-devel@nongnu.org; Mon, 10 Jul 2017 05:42:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43316) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dUVCj-000411-W0 for qemu-devel@nongnu.org; Mon, 10 Jul 2017 05:42:10 -0400 References: <1499438577-7674-1-git-send-email-peter.maydell@linaro.org> <1499438577-7674-2-git-send-email-peter.maydell@linaro.org> From: Paolo Bonzini Message-ID: <37bcbe7b-a38f-b939-d182-4c2872ef15d9@redhat.com> Date: Mon, 10 Jul 2017 11:42:03 +0200 MIME-Version: 1.0 In-Reply-To: <1499438577-7674-2-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/11] include/hw/boards.h: Document memory_region_allocate_system_memory() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, Eduardo Habkost , Marcel Apfelbaum , Igor Mammedov On 07/07/2017 16:42, Peter Maydell wrote: > + * Memory allocated via this function will be backed with the memory > + * backend the user provided using -mem-path if appropriate I'd change it to using "-mem-path" or "-numa node,memdev=...". Paolo > ; this > + * is typically used to cause host huge pages to be used. > + * This function should therefore be called by a board exactly once, > + * for the primary or largest RAM area it implements.