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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit-ID:  a59504cffb48b129d6c7e8cf80b991070f4c9b8c
Gitweb:     http://git.kernel.org/tip/a59504cffb48b129d6c7e8cf80b991070f4c9b8c
Author:     Michael Ellerman <michael@xxxxxxxxxxxxxx>
AuthorDate: Mon, 4 Feb 2013 23:17:45 +1100
Committer:  Pekka Enberg <penberg@xxxxxxxxxx>
CommitDate: Mon, 4 Feb 2013 14:39:21 +0200

kvm tools: Fix powerpc build after kvm__dump_mem() change

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 <michael@xxxxxxxxxxxxxx>
Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxx>
---
 tools/kvm/powerpc/kvm-cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/kvm/powerpc/kvm-cpu.c b/tools/kvm/powerpc/kvm-cpu.c
index 8fce121..8f825bd 100644
--- a/tools/kvm/powerpc/kvm-cpu.c
+++ b/tools/kvm/powerpc/kvm-cpu.c
@@ -281,7 +281,7 @@ void kvm_cpu__show_code(struct kvm_cpu *vcpu)
 	dprintf(debug_fd, "\n Stack:\n");
 	dprintf(debug_fd,   " ------\n");
 	/* Only works in real mode: */
-	kvm__dump_mem(vcpu->kvm, vcpu->regs.gpr[1], 32);
+	kvm__dump_mem(vcpu->kvm, vcpu->regs.gpr[1], 32, debug_fd);
 }
 
 void kvm_cpu__show_page_tables(struct kvm_cpu *vcpu)
--
To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Stable Commits]     [Linux Stable Kernel]     [Linux Kernel]     [Linux USB Devel]     [Linux Video &Media]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux