Re: [Qemu-devel] [PATCH] decodetree: Fix comparison of Field

2019-06-11 Thread Philippe Mathieu-Daudé
On 6/4/19 5:42 PM, Richard Henderson wrote: > Typo comparing the sign of the field, twice, instead of also comparing > the mask of the field (which itself encodes both position and length). > > Reported-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > scripts/decodetree.py | 2 +- >

Re: [Qemu-devel] [PATCH] decodetree: Fix comparison of Field

2019-06-04 Thread Peter Maydell
On Tue, 4 Jun 2019 at 16:42, Richard Henderson wrote: > > Typo comparing the sign of the field, twice, instead of also comparing > the mask of the field (which itself encodes both position and length). > > Reported-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > scripts/decodetree.