]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x/kvm: Use vaddr in find/insert_hw_breakpoint()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 7 Jul 2025 17:10:58 +0000 (19:10 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 11 Jul 2025 07:42:16 +0000 (09:42 +0200)
commit0492c8929f4cb58372273b956e2f8b3d93bd7e33
tree247dcfb1be62ee6a7189e3be7f072009838595c8
parentdf6fe2abf2e990f767ce755d426bc439c7bba336
target/s390x/kvm: Use vaddr in find/insert_hw_breakpoint()

Since commit b8a6eb1862a both kvm_arch_insert_hw_breakpoint()
and kvm_arch_remove_hw_breakpoint() use a vaddr type. Use the
same type for the callees.

Fixes: b8a6eb1862a ("sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250707171059.3064-2-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/kvm/kvm.c