qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [EXTERNAL] Re: [PATCH RESEND 11/13] target/i386/whpx: Remove superfl


From: Justin Terry (SF)
Subject: RE: [EXTERNAL] Re: [PATCH RESEND 11/13] target/i386/whpx: Remove superfluous semicolon
Date: Thu, 20 Feb 2020 17:30:22 +0000

+Sunil Muthuswamy <address@hidden>

LGTM. Thanks!

Reviewed-by: Justin Terry (VM) <address@hidden>

> -----Original Message-----
> From: Dr. David Alan Gilbert <address@hidden>
> Sent: Tuesday, February 18, 2020 2:00 AM
> To: Philippe Mathieu-Daudé <address@hidden>
> Cc: address@hidden; Max Reitz <address@hidden>; Kevin Wolf
> <address@hidden>; Thomas Huth <address@hidden>; Fam Zheng
> <address@hidden>; Eduardo Habkost <address@hidden>; Alex
> Williamson <address@hidden>; Marcel Apfelbaum
> <address@hidden>; Richard Henderson <address@hidden>;
> Julia Suvorova <address@hidden>; Thomas Huth <address@hidden>;
> Edgar E. Iglesias <address@hidden>; Aarushi Mehta
> <address@hidden>; address@hidden; Stefan Hajnoczi
> <address@hidden>; Alistair Francis <address@hidden>; Gerd
> Hoffmann <address@hidden>; Luc Michel <address@hidden>;
> Laurent Vivier <address@hidden>; Juan Quintela
> <address@hidden>; Michael Tokarev <address@hidden>; Laurent Vivier
> <address@hidden>; Paolo Bonzini <address@hidden>; Yuval Shaia
> <address@hidden>; address@hidden; Peter Maydell
> <address@hidden>; address@hidden; Justin Terry (SF)
> <address@hidden>
> Subject: [EXTERNAL] Re: [PATCH RESEND 11/13] target/i386/whpx: Remove
> superfluous semicolon
> 
> * Philippe Mathieu-Daudé (address@hidden) wrote:
> > Fixes: 812d49f2a3e
> > Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> 
> Reviewed-by: Dr. David Alan Gilbert <address@hidden>
> 
> > ---
> > Cc: Justin Terry (VM) <address@hidden>
> > ---
> >  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 / address@hidden / Manchester, UK




reply via email to

[Prev in Thread] Current Thread [Next in Thread]