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>
---
include/sysemu/kvm.h | 6 ++----
target/arm/kvm64.c | 6 ++----
target/i386/kvm/kvm.c | 8 +++-----
target/ppc/kvm.c | 13 ++++++-------
target/s390x/kvm/kvm.c | 6 ++----
5 files changed, 15 insertions(+), 24 deletions(-)