On 11/11/15 08:39, Jan Beulich wrote:
> RIP is not a linear address, and hence should not on its own be subject
> to GVA -> GFN translation. Once at it, move all of the (perhaps
> expensive) operations in the two functions into their main if()'s body,
> and improve the error code passed to the tran
On 11/11/2015 10:39 AM, Jan Beulich wrote:
> RIP is not a linear address, and hence should not on its own be subject
> to GVA -> GFN translation. Once at it, move all of the (perhaps
> expensive) operations in the two functions into their main if()'s body,
> and improve the error code passed to the
RIP is not a linear address, and hence should not on its own be subject
to GVA -> GFN translation. Once at it, move all of the (perhaps
expensive) operations in the two functions into their main if()'s body,
and improve the error code passed to the translation function.
Signed-off-by: Jan Beulich