]> git.ipfire.org Git - thirdparty/qemu.git/commit
memory: Store physical root MR in FlatView
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 21 Sep 2017 08:51:01 +0000 (18:51 +1000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Dec 2017 04:04:14 +0000 (22:04 -0600)
commit260d3646b0c7158ce5937fc6cd05a6c38ebec550
tree22e348d041dd171df1c589d6769bceed5912ba73
parent08101db63bd8114d9f36ae03da6bbb226ac3ab0b
memory: Store physical root MR in FlatView

Address spaces get to keep a root MR (alias or not) but FlatView stores
the actual MR as this is going to be used later on to decide whether to
share a particular FlatView or not.

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