]> git.proxmox.com Git - mirror_qemu.git/commit - configure
target-arm: Support fp registers in gdb stub
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:32 +0000 (19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:32 +0000 (19:42 +0000)
commit6a66942735569ec7f8b761c1205e6f4c50962fe4
treefa82fd09fdbd551e2b30fd96f55f5a5843480fba
parentf903fa22f4d7f3a20c4d0f42e7585ed80a3ec051
target-arm: Support fp registers in gdb stub

Register the aarch64-fpu XML and implement the necessary
read/write handlers so we can support reading and writing
of FP registers in the gdb stub.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
configure
gdb-xml/aarch64-fpu.xml [new file with mode: 0644]
target-arm/helper.c