Re: [Qemu-devel] [PATCH 07/17] ppc: fix result of DLMZB when no zero bytes are found

2014-09-03 Thread Tom Musta
On 8/28/2014 12:15 PM, Paolo Bonzini wrote: > It must return 8 and place 8 in XER, but the current code uses > i directly which is 9 at this point of the code. > > Signed-off-by: Paolo Bonzini > --- > target-ppc/int_helper.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target-ppc/in

[Qemu-devel] [PATCH 07/17] ppc: fix result of DLMZB when no zero bytes are found

2014-08-28 Thread Paolo Bonzini
It must return 8 and place 8 in XER, but the current code uses i directly which is 9 at this point of the code. Signed-off-by: Paolo Bonzini --- target-ppc/int_helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target-ppc/int_helper.c b/target-ppc/int_helper.c index 9c1c5cd..7955bf7 10