target/arm/kvm64: Move the get/put of fpsimd registers out
commit30e3537fa5948e6346d23422b8397dee086a434e
authorAndrew Jones <drjones@redhat.com>
Fri, 2 Aug 2019 12:25:35 +0000 (2 14:25 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Aug 2019 13:02:51 +0000 (16 14:02 +0100)
tree19fc1cf6607af721cd3bc2568ba9a6945f22b2e0
parent4ed9d9f894a7ab19f5b927fe0d833effeabac0ce
target/arm/kvm64: Move the get/put of fpsimd registers out

Move the getting/putting of the fpsimd registers out of
kvm_arch_get/put_registers() into their own helper functions
to prepare for alternatively getting/putting SVE registers.

No functional change.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/kvm64.c