Am 12. Juni 2023 10:31:48 UTC schrieb "Philippe Mathieu-Daudé" <phi...@linaro.org>: >On 11/6/23 12:34, Bernhard Beschow wrote: >> Introduce the property in anticipation of QOM'ification; Q35 has the same >> property. >> >> Signed-off-by: Bernhard Beschow <shen...@gmail.com> >> --- >> hw/pci-host/i440fx.c | 14 ++++++++++---- >> 1 file changed, 10 insertions(+), 4 deletions(-) > > >> @@ -51,6 +50,7 @@ struct I440FXState { >> /*< public >*/ >> MemoryRegion *system_memory; >> + MemoryRegion *address_space_io; > >"io_mem" like the property? (this is not an AddressSpace) Agreed. I'd name it "io_memory" to be consistent with above attribute. Best regards, Bernhard > >> MemoryRegion *pci_address_space; > >(pre-existing misleading name) > >> MemoryRegion *ram_memory; >> Range pci_hole; >
- [PATCH 00/15] Q35 and I440FX host bridge QOM clean... Bernhard Beschow
- [PATCH 12/15] hw/pci-host/i440fx: Add PCI_HOS... Bernhard Beschow
- [PATCH 11/15] hw/pci-host/i440fx: Add PCI_HOS... Bernhard Beschow
- Re: [PATCH 11/15] hw/pci-host/i440fx: Add... Philippe Mathieu-Daudé
- Re: [PATCH 11/15] hw/pci-host/i440fx:... Bernhard Beschow
- [PATCH 04/15] hw/pci/pci_host: Introduce PCI_... Bernhard Beschow
- Re: [PATCH 04/15] hw/pci/pci_host: Introd... Igor Mammedov
- [PATCH 01/15] hw/i386/pc_q35: Resolve redunda... Bernhard Beschow
- [PATCH 13/15] hw/pci-host/i440fx: Add I440FX_... Bernhard Beschow
- [PATCH 08/15] hw/pci-host/i440fx: Have common... Bernhard Beschow
- Re: [PATCH 08/15] hw/pci-host/i440fx: Hav... Philippe Mathieu-Daudé
- [PATCH 10/15] hw/pci-host/i440fx: Make Memory... Bernhard Beschow
- Re: [PATCH 10/15] hw/pci-host/i440fx: Mak... Philippe Mathieu-Daudé
- [PATCH 07/15] hw/pci-host/i440fx: Replace mag... Bernhard Beschow
- Re: [PATCH 07/15] hw/pci-host/i440fx: Rep... Philippe Mathieu-Daudé