Re: [Qemu-devel] [RFC PATCH qemu 2/4] memory: Prepare for shared flat views

2017-09-10 Thread Alexey Kardashevskiy
On 09/09/17 17:18, David Gibson wrote: > On Thu, Sep 07, 2017 at 07:20:08PM +1000, Alexey Kardashevskiy wrote: >> We are going to share flat views and dispatch trees between address >> spaces. This moves bits around but no change in behaviour is expected >> here. The following patch will implement

Re: [Qemu-devel] [RFC PATCH qemu 2/4] memory: Prepare for shared flat views

2017-09-09 Thread David Gibson
On Thu, Sep 07, 2017 at 07:20:08PM +1000, Alexey Kardashevskiy wrote: > We are going to share flat views and dispatch trees between address > spaces. This moves bits around but no change in behaviour is expected > here. The following patch will implement sharing. > > This switches from AddressSpac

[Qemu-devel] [RFC PATCH qemu 2/4] memory: Prepare for shared flat views

2017-09-07 Thread Alexey Kardashevskiy
We are going to share flat views and dispatch trees between address spaces. This moves bits around but no change in behaviour is expected here. The following patch will implement sharing. This switches from AddressSpace to AddressSpaceDispatch as in many places this is what is used actually. Also,