Re: [PATCH 0/5] hw/i386/pc: Extract pc_gsi_create() and pc_i8259_create()

2019-10-27 Thread Paolo Bonzini
On 26/10/19 16:55, Philippe Mathieu-Daudé wrote: > In the patch 'hw/i386: Introduce the microvm machine type' > Sergio uses gsi_handler(), so you need to drop 'hw/i386/pc: > Reduce gsi_handler scope' to keep microvm building. Indeed, and I also have patches on top to move those out of pc.c

Re: [PATCH 0/5] hw/i386/pc: Extract pc_gsi_create() and pc_i8259_create()

2019-10-26 Thread Philippe Mathieu-Daudé
Hi Paolo, On 10/22/19 7:32 PM, Philippe Mathieu-Daudé wrote: On 10/22/19 6:55 PM, Paolo Bonzini wrote: On 18/10/19 15:59, Philippe Mathieu-Daudé wrote: These are few patches extracted from the previous too big series: hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge

Re: [PATCH 0/5] hw/i386/pc: Extract pc_gsi_create() and pc_i8259_create()

2019-10-22 Thread Philippe Mathieu-Daudé
On 10/22/19 6:55 PM, Paolo Bonzini wrote: On 18/10/19 15:59, Philippe Mathieu-Daudé wrote: These are few patches extracted from the previous too big series: hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg03685.html Dropped

Re: [PATCH 0/5] hw/i386/pc: Extract pc_gsi_create() and pc_i8259_create()

2019-10-22 Thread Paolo Bonzini
On 18/10/19 15:59, Philippe Mathieu-Daudé wrote: > These are few patches extracted from the previous too big series: > hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge > https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg03685.html > > Dropped "Move kvm_i8259_init() declaration

[PATCH 0/5] hw/i386/pc: Extract pc_gsi_create() and pc_i8259_create()

2019-10-18 Thread Philippe Mathieu-Daudé
These are few patches extracted from the previous too big series: hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg03685.html Dropped "Move kvm_i8259_init() declaration to sysemu/kvm.h" (thuth), no logical changes: $ git