Re: [Qemu-devel] [PATCH 05/15] util: add a helper to mmap private anonymous memory

2016-10-18 Thread Alex Bennée
Michael S. Tsirkin writes: > On Tue, Jun 28, 2016 at 11:01:29AM +0200, Peter Lieven wrote: >> Signed-off-by: Peter Lieven >> --- >> include/qemu/mmap-alloc.h | 6 ++ >> util/mmap-alloc.c | 17 + >> 2 files changed, 23 insertions(+) >> >> diff --git a/include/qemu/m

Re: [Qemu-devel] [PATCH 05/15] util: add a helper to mmap private anonymous memory

2016-10-15 Thread Michael S. Tsirkin
On Tue, Jun 28, 2016 at 11:01:29AM +0200, Peter Lieven wrote: > Signed-off-by: Peter Lieven > --- > include/qemu/mmap-alloc.h | 6 ++ > util/mmap-alloc.c | 17 + > 2 files changed, 23 insertions(+) > > diff --git a/include/qemu/mmap-alloc.h b/include/qemu/mmap-alloc.

[Qemu-devel] [PATCH 05/15] util: add a helper to mmap private anonymous memory

2016-06-28 Thread Peter Lieven
Signed-off-by: Peter Lieven --- include/qemu/mmap-alloc.h | 6 ++ util/mmap-alloc.c | 17 + 2 files changed, 23 insertions(+) diff --git a/include/qemu/mmap-alloc.h b/include/qemu/mmap-alloc.h index 0899b2f..a457721 100644 --- a/include/qemu/mmap-alloc.h +++ b/includ