accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint
commitb67be03e3ac9d20a258f24dcaf1b61c91c1306f5
authorAnton Johansson <anjo@rev.ng>
Mon, 7 Aug 2023 15:56:58 +0000 (7 17:56 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 18:21:22 +0000 (24 11:21 -0700)
tree953c4d329d8a0ae1257f97bb39c63cb4558d0e6f
parent50e7a40af372ee5931c99ef7390f5d3d6fbf6ec4
accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint

Widens the pc and saved_insn fields of kvm_sw_breakpoint from
target_ulong to vaddr. The pc argument of kvm_find_sw_breakpoint is also
widened to match.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230807155706.9580-2-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/kvm/kvm-all.c
include/sysemu/kvm.h