]> git.proxmox.com Git - qemu.git/commit
target-s390x: Fix debug output
authorAndreas Färber <afaerber@suse.de>
Sun, 27 Jan 2013 03:32:03 +0000 (03:32 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Feb 2013 01:02:20 +0000 (02:02 +0100)
commit07cc7d128111958e1079632129b1633cb2a435ec
tree495c6d11af2aa4424f5cce167f80a4c0944a4c3e
parenta6f921b0c398c941bb3e17704ffa546849d243de
target-s390x: Fix debug output

Commit 71e470886fb6092504503a5fe41092ace71c096c (target-s390x: fix
style) renamed the cpu_s390x_handle_mmu_fault() argument from _vaddr to
orig_vaddr. Update the debug output code.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/helper.c