On 08/20/2011 07:56 AM, Hervé Poussineau wrote:
> +    memory_region_init(&s->isa_mem_space, "isa-memory", 0x00100000);
> +    memory_region_add_subregion(get_system_memory(),
> +                                APB_PCI_IO_BASE,
> +                                &s->isa_mem_space);

You should be passing on, or adding this subregion to, the PCI
memory region.  Unfortunately, apb_pci.c hasn't been converted
to the new api yet...


r~

Reply via email to