commit | 3291892450e670c4f170e271cd0c4b63d5a8e41a | [log] [tgz] |
---|---|---|
author | Glauber Costa <glommer@redhat.com> | Wed Mar 23 13:40:42 2011 -0300 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:56:57 2011 -0400 |
tree | 6a426d87811d2a25b0c32fa2dee66e493f33fc41 | |
parent | 654f06fc651b01782015185e5b049197255463a3 [diff] |
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>