Re: [Qemu-devel] [PATCH v2 1/7] target-ppc: Implement bcd_is_valid function

2016-12-07 Thread David Gibson
On Tue, Dec 06, 2016 at 05:40:04PM -0200, Jose Ricardo Ziviani wrote: > A function to check if all digits of a given BCD number is valid is > here presented because more instructions will need to reuse the > same code. > > Signed-off-by: Jose Ricardo Ziviani I've applied this patch to ppc-for-2.

[Qemu-devel] [PATCH v2 1/7] target-ppc: Implement bcd_is_valid function

2016-12-06 Thread Jose Ricardo Ziviani
A function to check if all digits of a given BCD number is valid is here presented because more instructions will need to reuse the same code. Signed-off-by: Jose Ricardo Ziviani --- target-ppc/int_helper.c | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff