Re: [PATCH 07/13] target/i386: fix RF handling for string instructions

2024-12-15 Thread Richard Henderson
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 --- target/i386/tcg/translate.c | 22

[PATCH 07/13] target/i386: fix RF handling for string instructions

2024-12-15 Thread Paolo Bonzini
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 --- target/i386/tcg/translate.c | 22 +- 1 file changed, 21 inserti