Re: [Qemu-devel] [PATCH v2 0/7] memory: Clean up MemoryRegion.ram_addr and optimize address_space_translate

2016-03-07 Thread Fam Zheng
On Mon, 03/07 09:53, Laszlo Ersek wrote: > (CC Janosch) > > Hi, > > On 03/01/16 07:18, Fam Zheng wrote: > > v2: In the optimization patch, factor out section_covers_addr() and use it. > > [Paolo, Peter] > > Check "ram_block == NULL" in patch 3. [Gonglei] > > Add Gonglei's rev-by in

Re: [Qemu-devel] [PATCH v2 0/7] memory: Clean up MemoryRegion.ram_addr and optimize address_space_translate

2016-03-07 Thread Laszlo Ersek
(CC Janosch) Hi, On 03/01/16 07:18, Fam Zheng wrote: > v2: In the optimization patch, factor out section_covers_addr() and use it. > [Paolo, Peter] > Check "ram_block == NULL" in patch 3. [Gonglei] > Add Gonglei's rev-by in patches 1, 2, 4 and 5. > > The first four patches drop

Re: [Qemu-devel] [PATCH v2 0/7] memory: Clean up MemoryRegion.ram_addr and optimize address_space_translate

2016-03-01 Thread Paolo Bonzini
On 01/03/2016 07:18, Fam Zheng wrote: > v2: In the optimization patch, factor out section_covers_addr() and use it. > [Paolo, Peter] > Check "ram_block == NULL" in patch 3. [Gonglei] > Add Gonglei's rev-by in patches 1, 2, 4 and 5. > > The first four patches drop ram_addr from

[Qemu-devel] [PATCH v2 0/7] memory: Clean up MemoryRegion.ram_addr and optimize address_space_translate

2016-02-29 Thread Fam Zheng
v2: In the optimization patch, factor out section_covers_addr() and use it. [Paolo, Peter] Check "ram_block == NULL" in patch 3. [Gonglei] Add Gonglei's rev-by in patches 1, 2, 4 and 5. The first four patches drop ram_addr from MemoryRegion on top of Gonglei's optimization. The next