Re: [PATCH v2 3/8] hw: replace hw/i386/pc.h with a header just for the i8259

2019-12-13 Thread Paolo Bonzini
On 13/12/19 10:43, Philippe Mathieu-Daudé wrote: > > > The MicroVM series introduced changes that outdated my work, and since > having MicroVM was more important that global cleanup, I didn't insist a > that time. Now GSI and IOAPIC are more exposed so my previous work > doesn't apply at all. Wel

Re: [PATCH v2 3/8] hw: replace hw/i386/pc.h with a header just for the i8259

2019-12-13 Thread Philippe Mathieu-Daudé
On 12/12/19 9:05 PM, Paolo Bonzini wrote: Il gio 12 dic 2019, 20:04 Philippe Mathieu-Daudé > ha scritto: On 12/12/19 6:29 PM, Paolo Bonzini wrote: > Remove the need to include i386/pc.h to get to the i8259 functions. > This is enough to remove the inclusio

Re: [PATCH v2 3/8] hw: replace hw/i386/pc.h with a header just for the i8259

2019-12-12 Thread Paolo Bonzini
Il gio 12 dic 2019, 20:04 Philippe Mathieu-Daudé ha scritto: > On 12/12/19 6:29 PM, Paolo Bonzini wrote: > > Remove the need to include i386/pc.h to get to the i8259 functions. > > This is enough to remove the inclusion of hw/i386/pc.h from all non-x86 > > files. > > Eh this is very similar to th

Re: [PATCH v2 3/8] hw: replace hw/i386/pc.h with a header just for the i8259

2019-12-12 Thread Philippe Mathieu-Daudé
On 12/12/19 6:29 PM, Paolo Bonzini wrote: Remove the need to include i386/pc.h to get to the i8259 functions. This is enough to remove the inclusion of hw/i386/pc.h from all non-x86 files. Eh this is very similar to the patch I'v staged for 5.0, now than the Malta/PC split got merged. Sign

[PATCH v2 3/8] hw: replace hw/i386/pc.h with a header just for the i8259

2019-12-12 Thread Paolo Bonzini
Remove the need to include i386/pc.h to get to the i8259 functions. This is enough to remove the inclusion of hw/i386/pc.h from all non-x86 files. Signed-off-by: Paolo Bonzini --- hw/alpha/alpha_sys.h| 3 ++- hw/alpha/dp264.c| 1 + hw/hppa/hppa_sys.h |