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

2013-12-04 Thread Pavel Dovgaluk
13 2:58 PM > To: 'qemu-devel' > Subject: [Qemu-devel] [PATCH] Fix processing of the MMU faults caused by the > helper functions > > MMU helper functions are called from generated code and other helper > functions. In both cases they try to get function's return ad

[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, th