]> git.ipfire.org Git - thirdparty/qemu.git/commit
memory: Remove AddressSpace pointer from AddressSpaceDispatch
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 21 Sep 2017 08:50:57 +0000 (18:50 +1000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Dec 2017 03:55:04 +0000 (21:55 -0600)
commitd0136db81292ccac38a74b4ef2d3c3853b7c1355
treed6233ed76bf2c525ccc188c45cdb3f946c35ffc1
parent4d2f8abb22ace8e43f4d8ffc03431292210c9de6
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>
(cherry picked from commit c7752523787dc148f5ee976162e80ab594c386a1)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
exec.c