Il 26/04/2013 19:46, Igor Mammedov ha scritto: >> > But as the address can't be changed (yet), the entire patch could be >> > simply: >> > - kioapic->base_address = s->busdev.mmio[0].addr; >> > + kioapic->base_address = IO_APIC_DEFAULT_ADDRESS; > It's a bit fragile, but that for sure simpler and can work. > > Jan, Paolo, > Are you ok with this approach? >
I think extending memory_region_find is a good idea anyway, and at this point I don't see a reason to do the above change... Paolo