Re: [PATCH 01/11] target/i386: fix pushed value of EFLAGS.RF

2024-06-04 Thread Richard Henderson
On 6/4/24 02:18, Paolo Bonzini wrote: When preparing an exception stack frame for a fault exception, the value pushed for RF is 1. Take that into account. The same should be true of interrupts for repeated string instructions, but the situation there is complicated. Signed-off-by: Paolo Bonzin

[PATCH 01/11] target/i386: fix pushed value of EFLAGS.RF

2024-06-04 Thread Paolo Bonzini
When preparing an exception stack frame for a fault exception, the value pushed for RF is 1. Take that into account. The same should be true of interrupts for repeated string instructions, but the situation there is complicated. Signed-off-by: Paolo Bonzini --- target/i386/tcg/seg_helper.c | 4