Re: [Qemu-devel] [PATCH] use mmap to allocate execute memory

2011-08-07 Thread Blue Swirl
Thanks, applied. On Mon, Jul 25, 2011 at 9:05 AM, Christoph Egger wrote: > On 07/23/11 18:17, Anthony Liguori wrote: >> >> On 06/17/2011 05:11 AM, Christoph Egger wrote: >>> >>> Use mmap to allocate executable memory on NetBSD as well. >>> >>> From: Tobias Nygren >>> Signed-off-by: Christoph Egge

Re: [Qemu-devel] [PATCH] use mmap to allocate execute memory

2011-07-25 Thread Christoph Egger
On 07/23/11 18:17, Anthony Liguori wrote: On 06/17/2011 05:11 AM, Christoph Egger wrote: Use mmap to allocate executable memory on NetBSD as well. From: Tobias Nygren Signed-off-by: Christoph Egger diff --git a/exec.c b/exec.c index 09928a3..1954a1c 100644 --- a/exec.c +++ b/exec.c @@ -520,7

Re: [Qemu-devel] [PATCH] use mmap to allocate execute memory

2011-07-23 Thread Anthony Liguori
On 06/17/2011 05:11 AM, Christoph Egger wrote: Use mmap to allocate executable memory on NetBSD as well. From: Tobias Nygren Signed-off-by: Christoph Egger diff --git a/exec.c b/exec.c index 09928a3..1954a1c 100644 --- a/exec.c +++ b/exec.c @@ -520,7 +520,8 @@ static void code_gen_alloc(unsi

[Qemu-devel] [PATCH] use mmap to allocate execute memory

2011-06-17 Thread Christoph Egger
Use mmap to allocate executable memory on NetBSD as well. From: Tobias Nygren Signed-off-by: Christoph Egger diff --git a/exec.c b/exec.c index 09928a3..1954a1c 100644 --- a/exec.c +++ b/exec.c @@ -520,7 +520,8 @@ static void code_gen_alloc(unsigned long tb_size) } } #elif defi