qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] tci: do not include exec/exec-all.h


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] tci: do not include exec/exec-all.h
Date: Fri, 20 May 2016 15:08:17 +0100

On 20 May 2016 at 12:57, Paolo Bonzini <address@hidden> wrote:
> TCI does not need the runtime definition in exec-all.h.  It only needs the
> host-side definitions in tcg/tcg.h.  Now that cpu.h is not included
> everywhere, this caused a failure because exec-all.h does need cpu.h
> but does not include it itself.
>
> Fix by including the intended header.
>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  disas/tci.c | 1 -
>  tci.c       | 2 +-
>  2 files changed, 1 insertion(+), 2 deletions(-)

Applied to master, thanks.

-- PMM



reply via email to

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