Re: [PATCH v2 3/9] target: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint

2023-08-08 Thread Richard Henderson
On 8/7/23 08:57, Anton Johansson wrote: 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. S

[PATCH v2 3/9] target: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint

2023-08-07 Thread Anton Johansson via
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 --- includ