]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/internals.h
target/arm: Normalize aarch64 gdbstub get/set function names
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Feb 2023 21:33:16 +0000 (11:33 -1000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Mar 2023 14:08:11 +0000 (14:08 +0000)
commit963a6b91c230ed292530e2009ac11b6515a198ed
treec1876202ef7435cf20ffd5540c00482c68bba335
parentf003dd8d81f7d88f4b1f8802309eaa76f6eb223a
target/arm: Normalize aarch64 gdbstub get/set function names

Make the form of the function names between fp and sve the same:
  - arm_gdb_*_svereg -> aarch64_gdb_*_sve_reg.
  - aarch64_fpu_gdb_*_reg -> aarch64_gdb_*_fpu_reg.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230227213329.793795-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/gdbstub.c
target/arm/gdbstub64.c
target/arm/internals.h