]> Git Repo - qemu.git/commit
memory: Do not allocate FlatView in address_space_init
authorAlexey Kardashevskiy <[email protected]>
Thu, 21 Sep 2017 08:51:05 +0000 (18:51 +1000)
committerPaolo Bonzini <[email protected]>
Thu, 21 Sep 2017 21:19:38 +0000 (23:19 +0200)
commit67ace39b253ed5ae465275bc870f7e495547658b
treebb3e430ac8f2a4069c146de4c38b8e640fab5bfd
parent967dc9b1194a9281124b2e1ce67b6c3359a2138f
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 <[email protected]>
Message-Id: <20170921085110[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
memory.c
This page took 0.023651 seconds and 4 git commands to generate.