Re: [PATCH] hw: Do not include hw/irq.h if it is not necessary

2021-04-30 Thread Laurent Vivier
Le 27/03/2021 à 06:02, Thomas Huth a écrit : > Many files include hw/irq.h without needing it. Remove the superfluous > include statements. > > Signed-off-by: Thomas Huth > --- > hw/arm/msf2-soc.c | 1 - > hw/i386/kvm/ioapic.c| 1 - > hw/i386/xen/xen_platform.c | 1 - > hw/m68

Re: [PATCH] hw: Do not include hw/irq.h if it is not necessary

2021-03-27 Thread Alistair Francis
On Sat, Mar 27, 2021 at 1:02 AM Thomas Huth wrote: > > Many files include hw/irq.h without needing it. Remove the superfluous > include statements. > > Signed-off-by: Thomas Huth Reviewed-by: Alistair Francis Alistair > --- > hw/arm/msf2-soc.c | 1 - > hw/i386/kvm/ioapic.c|

[PATCH] hw: Do not include hw/irq.h if it is not necessary

2021-03-26 Thread Thomas Huth
Many files include hw/irq.h without needing it. Remove the superfluous include statements. Signed-off-by: Thomas Huth --- hw/arm/msf2-soc.c | 1 - hw/i386/kvm/ioapic.c| 1 - hw/i386/xen/xen_platform.c | 1 - hw/m68k/q800.c | 1 - hw/m68k/virt.c | 1 -