qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ARM - Remove fixed map code buffer restriction


From: andrzej zaborowski
Subject: Re: [Qemu-devel] [PATCH] ARM - Remove fixed map code buffer restriction
Date: Wed, 14 Dec 2011 21:40:51 +0100

On 12 December 2011 16:37, Dr. David Alan Gilbert
<address@hidden> wrote:
> On ARM, don't map the code buffer at a fixed location, and fix up the
> call/goto tcg routines to let it do long jumps.
>
> Mapping the code buffer at a fixed address could sometimes result in it being
> mapped over the top of the heap with pretty random results.
>
> This diff is against v1.0.
>
> Signed-off-by: Dr. David Alan Gilbert <address@hidden>
> ---
>  exec.c               |    4 +---
>  tcg/arm/tcg-target.c |   31 ++++++++++++-------------------
>  2 files changed, 13 insertions(+), 22 deletions(-)

Thanks, I applied this patch.

Cheers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]