Il 23/04/2013 10:29, Igor Mammedov ha scritto: > kvm/ioapic is relying on the fact that SysBus device > maps mmio regions with offset counted from start of system memory. > But if ioapic's region is moved to another sub-region which doesn't > start at the beginning of system memory then using offset isn't correct. > > Fix kvm/ioapic by providing and using helper function that returns > absolute region address in respective address space. > > Signed-off-by: Igor Mammedov <imamm...@redhat.com>
Looks good. Paolo