+Sunil Muthuswamy <sunil...@microsoft.com>

LGTM. Thanks!

Reviewed-by: Justin Terry (VM) <jute...@microsoft.com>

> -----Original Message-----
> From: Dr. David Alan Gilbert <dgilb...@redhat.com>
> Sent: Tuesday, February 18, 2020 2:00 AM
> To: Philippe Mathieu-Daudé <phi...@redhat.com>
> Cc: qemu-de...@nongnu.org; Max Reitz <mre...@redhat.com>; Kevin Wolf
> <kw...@redhat.com>; Thomas Huth <th...@redhat.com>; Fam Zheng
> <f...@euphon.net>; Eduardo Habkost <ehabk...@redhat.com>; Alex
> Williamson <alex.william...@redhat.com>; Marcel Apfelbaum
> <marcel.apfelb...@gmail.com>; Richard Henderson <r...@twiddle.net>;
> Julia Suvorova <jus...@redhat.com>; Thomas Huth <h...@tuxfamily.org>;
> Edgar E. Iglesias <edgar.igles...@gmail.com>; Aarushi Mehta
> <mehta.aar...@gmail.com>; qemu-triv...@nongnu.org; Stefan Hajnoczi
> <stefa...@redhat.com>; Alistair Francis <alist...@alistair23.me>; Gerd
> Hoffmann <kra...@redhat.com>; Luc Michel <luc.mic...@greensocs.com>;
> Laurent Vivier <lviv...@redhat.com>; Juan Quintela
> <quint...@redhat.com>; Michael Tokarev <m...@tls.msk.ru>; Laurent Vivier
> <laur...@vivier.eu>; Paolo Bonzini <pbonz...@redhat.com>; Yuval Shaia
> <yuval.shaia...@gmail.com>; qemu-...@nongnu.org; Peter Maydell
> <peter.mayd...@linaro.org>; qemu-block@nongnu.org; Justin Terry (SF)
> <jute...@microsoft.com>
> Subject: [EXTERNAL] Re: [PATCH RESEND 11/13] target/i386/whpx: Remove
> superfluous semicolon
> 
> * Philippe Mathieu-Daudé (phi...@redhat.com) wrote:
> > Fixes: 812d49f2a3e
> > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
> 
> Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
> 
> > ---
> > Cc: Justin Terry (VM) <jute...@microsoft.com>
> > ---
> >  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 / dgilb...@redhat.com / Manchester, UK


Reply via email to