hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()
commit260290677e62473f1901608cc89c6e919bb77fc6
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Mar 2021 22:39:06 +0000 (2 23:39 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Mar 2021 19:29:36 +0000 (13 20:29 +0100)
treef6e3a69eca129cfd288e74c6f1eeab891e72e9e3
parent3f8d1885e48e4d72eab0688f604de62e0aea7a38
hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()

The ISD I/O region belongs to the TYPE_GT64120_PCI_HOST_BRIDGE,
so initialize it before it is realized, not after.
Rename the region as 'gt64120-isd' so it is clearer to realize
it belongs to the GT64120 in the memory tree view.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20210309142630.728014-2-f4bug@amsat.org>
hw/mips/gt64xxx_pci.c