]> nv-tegra.nvidia Code Review - linux-3.10.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)
commit3291892450e670c4f170e271cd0c4b63d5a8e41a
tree6a426d87811d2a25b0c32fa2dee66e493f33fc41
parent654f06fc651b01782015185e5b049197255463a3
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