qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 01/10] softmmu: add helper function to pass t


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v6 01/10] softmmu: add helper function to pass through retaddr
Date: Tue, 7 Jul 2015 15:28:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1

On 07/07/2015 02:31 PM, Pavel Dovgalyuk wrote:
This patch introduces several helpers to pass return address
which points to the TB. Correct return address allows correct
restoring of the guest PC and icount. These functions should be used when
helpers embedded into TB invoke memory operations.

Reviewed-by: Aurelien Jarno<address@hidden>

Signed-off-by: Pavel Dovgalyuk<address@hidden>
---
  include/exec/cpu_ldst_template.h          |   59 +++++++++++++++++++++++++----
  include/exec/cpu_ldst_useronly_template.h |   25 ++++++++++++
  softmmu_template.h                        |    6 ---
  tcg/tcg.h                                 |   23 +++++++++++
  4 files changed, 99 insertions(+), 14 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]