memory: Remove AddressSpace pointer from AddressSpaceDispatch
commitc7752523787dc148f5ee976162e80ab594c386a1
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 21 Sep 2017 08:50:57 +0000 (21 18:50 +1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 21 Sep 2017 21:19:37 +0000 (21 23:19 +0200)
tree37a4199a56673528bf295f44b83e1fb1ad90f764
parent66a6df1dc6d5b28cc3e65db0d71683fbdddc6b62
memory: Remove AddressSpace pointer from AddressSpaceDispatch

AS in ASD is only used to pass AS from mem_begin() to register_subpage()
to store it in MemoryRegionSection, we can do this directly now.

This should cause no behavioural change.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20170921085110.25598-6-aik@ozlabs.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c