From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsWhx-0006nz-PO for qemu-devel@nongnu.org; Thu, 05 Jun 2014 08:23:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsWhq-0000fU-UF for qemu-devel@nongnu.org; Thu, 05 Jun 2014 08:23:49 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:43389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsWhq-0000ed-LP for qemu-devel@nongnu.org; Thu, 05 Jun 2014 08:23:42 -0400 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx08-00178001.pphosted.com (8.14.5/8.14.5) with SMTP id s55CJ9DI023399 for ; Thu, 5 Jun 2014 14:23:40 +0200 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx08-00178001.pphosted.com with ESMTP id 1ma1n9fnpq-1 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 05 Jun 2014 14:23:40 +0200 Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D65F351 for ; Thu, 5 Jun 2014 12:23:34 +0000 (GMT) Received: from Webmail-eu.st.com (safex1hubcas5.st.com [10.75.90.71]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 80291164D7 for ; Thu, 5 Jun 2014 12:23:34 +0000 (GMT) Message-ID: <53906145.1070309@st.com> Date: Thu, 5 Jun 2014 14:23:33 +0200 From: Christophe Lyon MIME-Version: 1.0 References: <1391443472-18030-1-git-send-email-christophe.lyon@st.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit 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: QEMU Developers 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 > > thanks > -- PMM Hi, It seems this patch has no been committed to mainline yet. Is there anything blocking it? Thanks Christophe.