commit | eb92e7b223949f75329f9c24986b5637d8e054b7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Oct 10 14:53:20 2012 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Oct 10 14:54:41 2012 +0100 |
tree | 991040228a3fd11a04413beae812484355ae559b | |
parent | 48f4339e82633b15c56e10466c8781abbfaf6faf [diff] |
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>