]> git.proxmox.com Git - qemu.git/commit
ARM KVM: save and load VFP registers from kernel
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Mar 2013 00:34:41 +0000 (00:34 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Mar 2013 00:45:13 +0000 (00:45 +0000)
commit81635574f6e7f4d18ea059ecbeeec93c3ffc284c
tree73b7f440cadf01445727ec4bd6ad3e8f9dd7f1b9
parent494b00c76afb906a2d093b71c8772331c2a19a89
ARM KVM: save and load VFP registers from kernel

Add support for saving and restoring VFP register state from the
kernel. This includes a check that the KVM-created CPU has full
VFP support (as the TCG Cortex-A15 model always does), since for
the moment ARM QEMU doesn't have any way to tweak optional features
on created CPUs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
target-arm/kvm.c