+Sunil Muthuswamy <[email protected]> LGTM. Thanks!
Reviewed-by: Justin Terry (VM) <[email protected]> > -----Original Message----- > From: Dr. David Alan Gilbert <[email protected]> > Sent: Tuesday, February 18, 2020 2:00 AM > To: Philippe Mathieu-Daudé <[email protected]> > Cc: [email protected]; Max Reitz <[email protected]>; Kevin Wolf > <[email protected]>; Thomas Huth <[email protected]>; Fam Zheng > <[email protected]>; Eduardo Habkost <[email protected]>; Alex > Williamson <[email protected]>; Marcel Apfelbaum > <[email protected]>; Richard Henderson <[email protected]>; > Julia Suvorova <[email protected]>; Thomas Huth <[email protected]>; > Edgar E. Iglesias <[email protected]>; Aarushi Mehta > <[email protected]>; [email protected]; Stefan Hajnoczi > <[email protected]>; Alistair Francis <[email protected]>; Gerd > Hoffmann <[email protected]>; Luc Michel <[email protected]>; > Laurent Vivier <[email protected]>; Juan Quintela > <[email protected]>; Michael Tokarev <[email protected]>; Laurent Vivier > <[email protected]>; Paolo Bonzini <[email protected]>; Yuval Shaia > <[email protected]>; [email protected]; Peter Maydell > <[email protected]>; [email protected]; Justin Terry (SF) > <[email protected]> > Subject: [EXTERNAL] Re: [PATCH RESEND 11/13] target/i386/whpx: Remove > superfluous semicolon > > * Philippe Mathieu-Daudé ([email protected]) wrote: > > Fixes: 812d49f2a3e > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > > Reviewed-by: Dr. David Alan Gilbert <[email protected]> > > > --- > > Cc: Justin Terry (VM) <[email protected]> > > --- > > target/i386/whpx-all.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/target/i386/whpx-all.c b/target/i386/whpx-all.c index > > 3ed2aa1892..35601b8176 100644 > > --- a/target/i386/whpx-all.c > > +++ b/target/i386/whpx-all.c > > @@ -511,7 +511,7 @@ static void whpx_get_registers(CPUState *cpu) > > /* WHvX64RegisterPat - Skipped */ > > > > assert(whpx_register_names[idx] == WHvX64RegisterSysenterCs); > > - env->sysenter_cs = vcxt.values[idx++].Reg64;; > > + env->sysenter_cs = vcxt.values[idx++].Reg64; > > assert(whpx_register_names[idx] == WHvX64RegisterSysenterEip); > > env->sysenter_eip = vcxt.values[idx++].Reg64; > > assert(whpx_register_names[idx] == WHvX64RegisterSysenterEsp); > > -- > > 2.21.1 > > > -- > Dr. David Alan Gilbert / [email protected] / Manchester, UK
