Re: [Xen-devel] [PATCH v4 3/7] x86/HVM: introduce "curr" into hvmemul_rep_{mov, sto}s()

2020-02-06 Thread Jan Beulich
;> Liu ; Paul Durrant >> Subject: [Xen-devel] [PATCH v4 3/7] x86/HVM: introduce "curr" into >> hvmemul_rep_{mov, sto}s() >> >> There are a number of uses of "current" already, and more may appear >> down the road. Latch into a local variabl

Re: [Xen-devel] [PATCH v4 3/7] x86/HVM: introduce "curr" into hvmemul_rep_{mov, sto}s()

2020-02-06 Thread Durrant, Paul
> -Original Message- > From: Xen-devel On Behalf Of Jan > Beulich > Sent: 31 January 2020 16:43 > To: xen-devel@lists.xenproject.org > Cc: George Dunlap ; Andrew Cooper > ; Roger Pau Monné ; Wei > Liu ; Paul Durrant > Subject: [Xen-devel] [PATCH v4 3/

Re: [Xen-devel] [PATCH v4 3/7] x86/HVM: introduce "curr" into hvmemul_rep_{mov, sto}s()

2020-02-03 Thread Andrew Cooper
On 31/01/2020 16:43, Jan Beulich wrote: > There are a number of uses of "current" already, and more may appear > down the road. Latch into a local variable. > > At this occasion also drop stray casts from code getting touched anyway. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper

[Xen-devel] [PATCH v4 3/7] x86/HVM: introduce "curr" into hvmemul_rep_{mov, sto}s()

2020-01-31 Thread Jan Beulich
There are a number of uses of "current" already, and more may appear down the road. Latch into a local variable. At this occasion also drop stray casts from code getting touched anyway. Signed-off-by: Jan Beulich --- v4: New. --- a/xen/arch/x86/hvm/emulate.c +++ b/xen/arch/x86/hvm/emulate.c @@