]> xenbits.xensource.com Git - qemu-xen.git/commit
memory: Cleanup after switching to FlatView
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 21 Sep 2017 08:50:59 +0000 (18:50 +1000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Dec 2017 04:03:54 +0000 (22:03 -0600)
commiteff5ed4ae97a091e5ac3abc1f5e5d653359f1dd8
tree493b613fa9ed6372a1695b5fc71b711566d14412
parentf7774e329bb7c2a4ed9a0db3e74dddf19cbe873f
memory: Cleanup after switching to FlatView

We store AddressSpaceDispatch* in FlatView anyway so there is no need
to carry it from mem_add() to register_subpage/register_multipage.

This should cause no behavioural change.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20170921085110.25598-8-aik@ozlabs.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 9950322a593ff900a860fb52938159461798a831)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
exec.c