]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec: Explicitly export target AS from address_space_translate_internal
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 21 Sep 2017 08:50:53 +0000 (18:50 +1000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Dec 2017 03:54:29 +0000 (21:54 -0600)
commit6424975ce912061ac9e4a375237b0c89d83d93e3
tree51a122a1943a02f0f2a7bf3f7839991ec8e1bcbf
parent4af42e3cf1c5cdd586667ab900420ff2590b3925
exec: Explicitly export target AS from address_space_translate_internal

This adds an AS** parameter to address_space_do_translate()
to make it easier for the next patch to share FlatViews.

This should cause no behavioural change.

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