Re: [Qemu-devel] [PATCH] SPARC LEON power-down support added

2012-09-18 Thread Andreas Färber
Hi, Am 18.09.2012 14:58, schrieb Ronald Hecht: > Signed-off-by: Ronald Hecht That's not a valid SoB, please fix. :) Also please use a "target-sparc: " prefix in your subjects to make clear what the patch is about (applies to all three patches). If the patches are otherwise okay, hopefully Blue

[Qemu-devel] [PATCH] SPARC LEON power-down support added

2012-09-18 Thread Ronald Hecht
Signed-off-by: Ronald Hecht --- target-sparc/cpu.c |2 +- target-sparc/cpu.h |1 + target-sparc/helper.h |1 + target-sparc/ldst_helper.c |9 + target-sparc/translate.c |5 + 5 files changed, 17 insertions(+), 1 deletions(-) diff --git a/tar