From: Marc Zyngier Date: Mon, 8 Apr 2013 15:47:19 +0000 (+0100) Subject: ARM: KVM: promote vfp_host pointer to generic host cpu context X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de50da6901521f9e520b8eb47d092779512e83c;p=pandora-kernel.git ARM: KVM: promote vfp_host pointer to generic host cpu context We use the vfp_host pointer to store the host VFP context, should the guest start using VFP itself. Actually, we can use this pointer in a more generic way to store CPU speficic data, and arm64 is using it to dump the whole host state before switching to the guest. Simply rename the vfp_host field to host_cpu_context, and the corresponding type to kvm_cpu_context_t. No change in functionnality. Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed