Re: [PATCH] kvm tools: Fix powerpc build after kvm__dump_mem() change

2013-02-05 Thread Asias He
On Mon, Feb 4, 2013 at 9:37 PM, Will Deacon wrote: > On Mon, Feb 04, 2013 at 12:45:53PM +, Pekka Enberg wrote: >> On Mon, Feb 4, 2013 at 2:17 PM, Michael Ellerman >> wrote: >> > Commit 21692d1 (Beautify debug output) broke the powerpc build because >> > it changed the signature for kvm__dump

Re: [PATCH] kvm tools: Fix powerpc build after kvm__dump_mem() change

2013-02-04 Thread Pekka Enberg
On Mon, Feb 4, 2013 at 3:37 PM, Will Deacon wrote: > D'oh! I was about to post a patch to fix this (arm is also broken)... I've > dropped the powerpc hunk from my patch (see below). Applied, thanks Will! -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to

Re: [PATCH] kvm tools: Fix powerpc build after kvm__dump_mem() change

2013-02-04 Thread Will Deacon
On Mon, Feb 04, 2013 at 12:45:53PM +, Pekka Enberg wrote: > On Mon, Feb 4, 2013 at 2:17 PM, Michael Ellerman > wrote: > > Commit 21692d1 (Beautify debug output) broke the powerpc build because > > it changed the signature for kvm__dump_mem() but didn't update all callers. > > > > Signed-off-b

Re: [PATCH] kvm tools: Fix powerpc build after kvm__dump_mem() change

2013-02-04 Thread Pekka Enberg
On Mon, Feb 4, 2013 at 2:17 PM, Michael Ellerman wrote: > Commit 21692d1 (Beautify debug output) broke the powerpc build because > it changed the signature for kvm__dump_mem() but didn't update all callers. > > Signed-off-by: Michael Ellerman Applied, thanks Michael! -- To unsubscribe from this

[PATCH] kvm tools: Fix powerpc build after kvm__dump_mem() change

2013-02-04 Thread Michael Ellerman
Commit 21692d1 (Beautify debug output) broke the powerpc build because it changed the signature for kvm__dump_mem() but didn't update all callers. Signed-off-by: Michael Ellerman --- tools/kvm/powerpc/kvm-cpu.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kvm/powe