KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore
authorSuravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Wed, 4 May 2016 19:09:49 +0000 (14:09 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 May 2016 16:04:30 +0000 (18:04 +0200)
commitbe8ca170edf342cc45ae4a6431ef192e5cbe211e
tree1bf04e60221c1d247b02514a1bcc7710bf5f3d77
parent18f40c53e10f8d1267dc47cce4487664eececd6d
KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore

Adding kvm_x86_ops hooks to allow APICv to do post state restore.
This is required to support VM save and restore feature.

Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/lapic.c
arch/x86/kvm/svm.c