[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 1/3] xenfb: use the correct condition to avoi
From: |
Wei Liu |
Subject: |
Re: [Qemu-devel] [PATCH v2 1/3] xenfb: use the correct condition to avoid excessive looping |
Date: |
Fri, 22 Apr 2016 12:19:33 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Fri, Apr 22, 2016 at 12:16:09PM +0100, Anthony PERARD wrote:
> On Tue, Apr 12, 2016 at 10:12:28AM -0700, Stefano Stabellini wrote:
> > On Tue, 12 Apr 2016, Wei Liu wrote:
> > > In commit ac0487e1 ("xenfb.c: avoid expensive loops when prod <=
> > > out_cons"), ">=" was used. In fact, a full ring is a legit state.
> > > Correct the test to use ">".
> > >
> > > Reported-by: "Hao, Xudong" <address@hidden>
> > > Signed-off-by: Wei Liu <address@hidden>
> > > Tested-by: "Hao, Xudong" <address@hidden>
> > > Acked-by: Anthony Perard <address@hidden>
> >
> > Acked-by: Stefano Stabellini <address@hidden>
> >
> > I'll add it to my queue
> >
> >
> > > Cc: Stefano Stabellini <address@hidden>
> > > Cc: Anthony Perard <address@hidden>
> > >
> > > Backport candidate to our own tree.
>
> Patch backported to qemu-xen.git:master.
>
I think you mean staging. :-)
Wei.
> --
> Anthony PERARD