qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] exec.h cleanup


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] exec.h cleanup
Date: Sun, 17 Jul 2011 16:31:59 +0100

On 17 July 2011 13:31, Blue Swirl <address@hidden> wrote:
> diff --git a/target-arm/iwmmxt_helper.c b/target-arm/iwmmxt_helper.c
> index ebe6eb9..fbd3547 100644
> --- a/target-arm/iwmmxt_helper.c
> +++ b/target-arm/iwmmxt_helper.c
> @@ -23,7 +23,7 @@
>  #include <stdio.h>
>
>  #include "cpu.h"
> -#include "exec.h"
> +#include "dyngen-exec.h"
>  #include "helper.h"
>
>  /* iwMMXt macros extracted from GNU gdb.  */

I think this change and the neon one are superfluous once the changes currently
in my target-arm pull-request [http://patchwork.ozlabs.org/patch/101524/ from
2011-06-22] get applied; those revert the changes which gave iwmmxt_helper.c
and neon_helper.c access to the implicit global env, so they don't include
exec.h any more.

-- PMM



reply via email to

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