]> git.proxmox.com Git - mirror_qemu.git/commit
sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
authorAnton Johansson <anjo@rev.ng>
Mon, 7 Aug 2023 15:57:00 +0000 (17:57 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 18:21:35 +0000 (11:21 -0700)
commitb8a6eb1862a96b1c51518df2562804a39eccd97b
treec1bc05b06960135e022b28db0835aa837a6a5a59
parentfcfe761680e2a94f64a20914c0df9462ec31b113
sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint

Changes the signature of the target-defined functions for
inserting/removing kvm hw breakpoints. The address and length arguments
are now of vaddr type, which both matches the type used internally in
accel/kvm/kvm-all.c and makes the api target-agnostic.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230807155706.9580-4-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/sysemu/kvm.h
target/arm/kvm64.c
target/i386/kvm/kvm.c
target/ppc/kvm.c
target/s390x/kvm/kvm.c