|
From: | Richard Henderson |
Subject: | Re: [PATCH 07/13] target/i386: fix RF handling for string instructions |
Date: | Sun, 15 Dec 2024 08:28:26 -0600 |
User-agent: | Mozilla Thunderbird |
On 12/15/24 03:06, Paolo Bonzini wrote:
RF must be set on traps and interrupts from a string instruction, except if they occur after the last iteration. Ensure it is set before giving the main loop a chance to execute. Signed-off-by: Paolo Bonzini<pbonzini@redhat.com> --- target/i386/tcg/translate.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |