exec: Explicitly export target AS from address_space_translate_internal
commite76bb18f7e430e0c50fb38d051feacf268bd78f4
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 21 Sep 2017 08:50:53 +0000 (21 18:50 +1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 21 Sep 2017 21:19:37 +0000 (21 23:19 +0200)
tree52f84a82d88fe48c0d09b304056d95ac958ce967
parent447b0d0b9ee8a0ac216c3186e0f3c427a1001f0c
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>
exec.c