On 4 October 2012 20:15, Eduardo Habkost <[email protected]> wrote: > --- a/sysemu.h > +++ b/sysemu.h > @@ -9,6 +9,7 @@ > #include "qapi-types.h" > #include "notify.h" > #include "main-loop.h" > +#include "hw/irq.h" > > /* vl.c */
Igor's qemu_system_powerdown cleanup has hit master now, so sysemu.h doesn't need to include hw/irq.h now. (You may find that this means some files which were implicitly getting hw/irq.h now need to include it directly, of course.) -- PMM
