Re: [Qemu-devel] [PATCH 09/12] apic_internal.h: Include cpu.h directly

2015-07-31 Thread Daniel P. Berrange
On Wed, Jul 22, 2015 at 05:44:08PM +0100, Peter Maydell wrote: > apic_internal.h relies on cpu.h having been included (for the > X86CPU type); include it directly rather than relying on it > being pulled in via one of the other includes like timer.h. > > Signed-off-by: Peter Maydell > --- > incl

[Qemu-devel] [PATCH 09/12] apic_internal.h: Include cpu.h directly

2015-07-22 Thread Peter Maydell
apic_internal.h relies on cpu.h having been included (for the X86CPU type); include it directly rather than relying on it being pulled in via one of the other includes like timer.h. Signed-off-by: Peter Maydell --- include/hw/i386/apic_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git