Re: [RFC PATCH 01/11] hw/isa: Explode pci_create_simple() calls

2021-05-21 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > To be able to set a property on the ISA-IDE bridges objects > before they are realized, explode the pci_create_simple() > calls as pci_new() + pci_realize_and_unref(). > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/i386/pc_piix.c | 5 +++-- > hw/isa/piix

[RFC PATCH 01/11] hw/isa: Explode pci_create_simple() calls

2021-05-18 Thread Philippe Mathieu-Daudé
To be able to set a property on the ISA-IDE bridges objects before they are realized, explode the pci_create_simple() calls as pci_new() + pci_realize_and_unref(). Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/pc_piix.c | 5 +++-- hw/isa/piix4.c | 3 ++- hw/mips/fuloong2e.c | 3 ++- h