On 15/03/2016 16:03, Markus Armbruster wrote: > diff --git a/include/hw/hw.h b/include/hw/hw.h > index 2cb69d5..151d65e 100644 > --- a/include/hw/hw.h > +++ b/include/hw/hw.h > @@ -15,6 +15,7 @@ > #include "qemu/module.h" > > #ifdef NEED_CPU_H > +#include "cpu.h" > #if TARGET_LONG_BITS == 64 > #define qemu_put_betl qemu_put_be64 > #define qemu_get_betl qemu_get_be64
This actually makes things somewhat worse. This dependency of hw/hw.h on NEED_CPU_H should go away altogether. Would it be okay to stick to patches 1-13 for now? Paolo