Re: [Qemu-devel] [PATCH] Fix processing of the MMU faults caused by the helper functions

2013-12-04 Thread Pavel Dovgaluk
Hello! Will anyone comment this patch? Pavel Dovgaluk -Original Message- From: qemu-devel-bounces+pavel.dovgaluk=ispras...@nongnu.org [mailto:qemu-devel- bounces+pavel.dovgaluk=ispras...@nongnu.org] On Behalf Of Pavel Dovgaluk Sent: Monday, November 18, 2013 2:58 PM To:

[Qemu-devel] [PATCH] Fix processing of the MMU faults caused by the helper functions

2013-11-18 Thread Pavel Dovgaluk
MMU helper functions are called from generated code and other helper functions. In both cases they try to get function's return address for using it while restoring virtual CPU state. When MMU helper is called from some other helper function (like helper_maskmov_xmm) through cpu_st* function,