]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/hvf: Widen pc/saved_insn for hvf_sw_breakpoint
authorAnton Johansson <anjo@rev.ng>
Mon, 7 Aug 2023 15:56:59 +0000 (17:56 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 18:21:29 +0000 (11:21 -0700)
commitfcfe761680e2a94f64a20914c0df9462ec31b113
treecac69384cc44daa98275c5fa33bd36cf14632010
parentb67be03e3ac9d20a258f24dcaf1b61c91c1306f5
accel/hvf: Widen pc/saved_insn for hvf_sw_breakpoint

Widens the pc and saved_insn fields of hvf_sw_breakpoint from
target_ulong to vaddr. Other hvf_* functions accessing hvf_sw_breakpoint
are also widened to match.

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