]> git.ipfire.org Git - thirdparty/qemu.git/commit
memory: Get rid of address_space_init_shareable
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 21 Sep 2017 08:51:08 +0000 (18:51 +1000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Dec 2017 04:32:11 +0000 (22:32 -0600)
commita7bb94e7849bbabadbdde02ef27a38b3c1056f87
treebb3b69badf83afb7e1104260adc4604d8dd60cfe
parent7dd7f7ef44af7159513e6cd3499a3ba8bd82af6f
memory: Get rid of address_space_init_shareable

Since FlatViews are shared now and ASes not, this gets rid of
address_space_init_shareable().

This should cause no behavioural change.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20170921085110.25598-17-aik@ozlabs.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit b516572f31c0ea0937cd9d11d9bd72dd83809886)
 Conflicts:
target/arm/cpu.c
* drop context deps on 1d2091bc and 1e577cc7
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
cpus.c
hw/arm/armv7m.c
include/exec/memory.h
include/hw/arm/armv7m.h
memory.c
target/arm/cpu.c
target/i386/cpu.c