From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsX1r-0007Qs-Jz for qemu-devel@nongnu.org; Thu, 05 Jun 2014 08:44:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsX1m-0002yR-Sr for qemu-devel@nongnu.org; Thu, 05 Jun 2014 08:44:23 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:46862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsX1m-0002xz-LD for qemu-devel@nongnu.org; Thu, 05 Jun 2014 08:44:18 -0400 Received: by mail-lb0-f171.google.com with SMTP id 10so532666lbg.16 for ; Thu, 05 Jun 2014 05:44:17 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <53906145.1070309@st.com> References: <1391443472-18030-1-git-send-email-christophe.lyon@st.com> <53906145.1070309@st.com> From: Peter Maydell Date: Thu, 5 Jun 2014 13:43:57 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] Add support for MAP_NORESERVE mmap flag. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christophe Lyon Cc: Riku Voipio , QEMU Developers On 5 June 2014 13:23, Christophe Lyon wrote: > On 02/03/14 18:46, Peter Maydell wrote: >> >> On 3 February 2014 16:04, Christophe Lyon wrote: >>> >>> From: Christophe Lyon >>> >>> mmap_flags_tbl contains a list of mmap flags, and how to map them to >>> the target. This patch adds MAP_NORESERVE, which was missing to the >>> list. >>> >>> Signed-off-by: Christophe Lyon >> >> Reviewed-by: Peter Maydell > It seems this patch has no been committed to mainline yet. > Is there anything blocking it? You didn't cc the linux-user maintainer so it probably got lost. Riku: ping? (patchwork url: http://patchwork.ozlabs.org/patch/316224/) thanks -- PMM