]> xenbits.xensource.com Git - qemu-xen.git/commit
memory: Do not allocate FlatView in address_space_init
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 21 Sep 2017 08:51:05 +0000 (18:51 +1000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Dec 2017 04:04:50 +0000 (22:04 -0600)
commit7dd7f7ef44af7159513e6cd3499a3ba8bd82af6f
tree0f0abcdb1105c5231fc99091052a6fb3627cd71a
parente8c7ea3e75b5bc13a643d0339869ed347c6f2ce5
memory: Do not allocate FlatView in address_space_init

This creates a new AS object without any FlatView as
memory_region_transaction_commit() may want to reuse the empty FV.

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