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

2016-05-20 Thread Peter Maydell
On 20 May 2016 at 12:57, Paolo Bonzini 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.

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

2016-05-20 Thread Paolo Bonzini
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: