Re: [Qemu-devel] [PATCH] [POWERPC] display cpu id dump state

2015-02-26 Thread Alexander Graf
On 25.02.15 10:39, Fabien Chouteau wrote: > From: Tristan Gingold > > > Signed-off-by: Fabien Chouteau Same nit here - please always provide a commit message stating your rationale. I can guess (debugging SMP guests), but it's nicer when you can look through the logs and there's no need to g

[Qemu-devel] [PATCH] [POWERPC] display cpu id dump state

2015-02-25 Thread Fabien Chouteau
From: Tristan Gingold Signed-off-by: Fabien Chouteau --- target-ppc/translate.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target-ppc/translate.c b/target-ppc/translate.c index 88c18e3..2a78e99 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@