Re: [PATCH v2 14/16] hw/pci-host/i440fx: Resolve i440fx_init()

2023-06-29 Thread Bernhard Beschow
Am 29. Juni 2023 07:50:10 UTC schrieb "Philippe Mathieu-Daudé" : >Hi Bernhard, Hi Phil, > >On 28/6/23 21:52, Bernhard Beschow wrote: >> i440fx_init() is a legacy init function. The previous patches worked towards >> TYPE_I440FX_PCI_HOST_BRIDGE to be instantiated the QOM way. Do this now by >>

Re: [PATCH v2 14/16] hw/pci-host/i440fx: Resolve i440fx_init()

2023-06-29 Thread Philippe Mathieu-Daudé
Hi Bernhard, On 28/6/23 21:52, Bernhard Beschow wrote: i440fx_init() is a legacy init function. The previous patches worked towards TYPE_I440FX_PCI_HOST_BRIDGE to be instantiated the QOM way. Do this now by transforming the parameters passed to i440fx_init() into property assignments. Signed-of

[PATCH v2 14/16] hw/pci-host/i440fx: Resolve i440fx_init()

2023-06-28 Thread Bernhard Beschow
i440fx_init() is a legacy init function. The previous patches worked towards TYPE_I440FX_PCI_HOST_BRIDGE to be instantiated the QOM way. Do this now by transforming the parameters passed to i440fx_init() into property assignments. Signed-off-by: Bernhard Beschow --- include/hw/pci-host/i440fx.h