]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add the XML dynamic generation
authorAbdallah Bouassida <abdallah.bouassida@lauterbach.com>
Fri, 18 May 2018 16:48:07 +0000 (17:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 18 May 2018 16:48:07 +0000 (17:48 +0100)
commit200bf5b7ffea635079cc05fdfb363372b9544ce7
tree1b485d5f1d8668ae0cd12da251dfc0fc583e04ef
parent9c513e786d85cc58b8ba56a482566f759e0835b6
target/arm: Add the XML dynamic generation

Generate an XML description for the cp-regs.
Register these regs with the gdb_register_coprocessor().
Add arm_gdb_get_sysreg() to use it as a callback to read those regs.
Add a dummy arm_gdb_set_sysreg().

Signed-off-by: Abdallah Bouassida <abdallah.bouassida@lauterbach.com>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1524153386-3550-4-git-send-email-abdallah.bouassida@lauterbach.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
gdbstub.c
include/qom/cpu.h
target/arm/cpu.c
target/arm/cpu.h
target/arm/gdbstub.c
target/arm/helper.c