Re: [Qemu-devel] Incomplete address decoding

2015-08-06 Thread Peter Maydell
On 6 August 2015 at 23:07, Pavel Dovgalyuk wrote: > Hello! > > What is the best way of emulating memory region with incomplete decoding of > address? > E.g., when 2k RAM is mapped on every 2k'th offset of 16-bit machine. > > I figured out two possible solutions: > - manually create many region's a

[Qemu-devel] Incomplete address decoding

2015-08-06 Thread Pavel Dovgalyuk
Hello! What is the best way of emulating memory region with incomplete decoding of address? E.g., when 2k RAM is mapped on every 2k'th offset of 16-bit machine. I figured out two possible solutions: - manually create many region's aliases - somehow modify the MemoryRegion to support aliases dupl