Re: Ping: [PATCH] x86/HVM: drop dead assignments from hvmemul_rep_{movs,stos}()

2023-08-03 Thread Durrant, Paul
On 03/08/2023 12:46, Jan Beulich wrote: On 27.07.2023 20:41, Stefano Stabellini wrote: On Thu, 27 Jul 2023, Jan Beulich wrote: In the latter case the variable altogether is then unused and hence gets dropped, eliminating a Misra Rule 5.3 violation. I'm afraid I mistakenly introduced both assign

Ping: [PATCH] x86/HVM: drop dead assignments from hvmemul_rep_{movs,stos}()

2023-08-03 Thread Jan Beulich
On 27.07.2023 20:41, Stefano Stabellini wrote: > On Thu, 27 Jul 2023, Jan Beulich wrote: >> In the latter case the variable altogether is then unused and hence gets >> dropped, eliminating a Misra Rule 5.3 violation. I'm afraid I mistakenly >> introduced both assignments in 57a57465daaf ("x86/HVM: