On Fri, May 16, 2014 at 12:00 PM, Peter Crosthwaite
wrote:
> Dynamically allocate Memory Region pointers and set them up as QOM
> links. Plug these dynamic links to the sysbus_init_mmio() and
> sysbus_mmio_get_region APIs.
>
> This allows for removal of the Sysbus Memory Regions as state. All
> th
Dynamically allocate Memory Region pointers and set them up as QOM
links. Plug these dynamic links to the sysbus_init_mmio() and
sysbus_mmio_get_region APIs.
This allows for removal of the Sysbus Memory Regions as state. All
that's needed now is the counter for total number of regions. Another
pie