]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: expose async pf through our standard mechanism
authorGlauber Costa <glommer@redhat.com>
Wed, 23 Mar 2011 16:40:42 +0000 (13:40 -0300)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:56:57 +0000 (07:56 -0400)
commit36bfa0b92b01b34e32f923cfde26c278c1435e64
tree6a426d87811d2a25b0c32fa2dee66e493f33fc41
parentb992072001fa33df508461a57a164bdb58fa7172
KVM: expose async pf through our standard mechanism

As Avi recently mentioned, the new standard mechanism for exposing features
is KVM_GET_SUPPORTED_CPUID, not spamming CAPs. For some reason async pf
missed that.

So expose async_pf here.

Signed-off-by: Glauber Costa <glommer@redhat.com>
CC: Gleb Natapov <gleb@redhat.com>
CC: Avi Kivity <avi@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c