Re: [Qemu-devel] [PATCH] Add support for MAP_NORESERVE mmap flag.

2014-06-05 Thread Christophe Lyon
On 02/03/14 18:46, Peter Maydell wrote: On 3 February 2014 16:04, Christophe Lyon christophe.l...@st.com wrote: From: Christophe Lyon christophe.l...@linaro.org 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

Re: [Qemu-devel] [PATCH] Add support for MAP_NORESERVE mmap flag.

2014-06-05 Thread Peter Maydell
On 5 June 2014 13:23, Christophe Lyon christophe.l...@st.com wrote: On 02/03/14 18:46, Peter Maydell wrote: On 3 February 2014 16:04, Christophe Lyon christophe.l...@st.com wrote: From: Christophe Lyon christophe.l...@linaro.org mmap_flags_tbl contains a list of mmap flags, and how to map

[Qemu-devel] [PATCH] Add support for MAP_NORESERVE mmap flag.

2014-02-03 Thread Christophe Lyon
From: Christophe Lyon christophe.l...@linaro.org 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 christophe.l...@linaro.org --- linux-user/syscall.c | 2 ++ 1 file

Re: [Qemu-devel] [PATCH] Add support for MAP_NORESERVE mmap flag.

2014-02-03 Thread Peter Maydell
On 3 February 2014 16:04, Christophe Lyon christophe.l...@st.com wrote: From: Christophe Lyon christophe.l...@linaro.org 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