diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-06-09 09:16:10 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-06-09 09:16:10 -0400 |
commit | 7ac8101a19da5626651caee5d53b2f222887ea10 (patch) | |
tree | a81635fe03a098528f1929eda651f9a17414e4f7 /config-powerpc64 | |
parent | b21ed959a4737730d522fffe02cdf0cc1370cc36 (diff) | |
download | kernel-7ac8101a19da5626651caee5d53b2f222887ea10.tar.gz kernel-7ac8101a19da5626651caee5d53b2f222887ea10.tar.xz kernel-7ac8101a19da5626651caee5d53b2f222887ea10.zip |
Enable HV assisted KVM on ppc64
Diffstat (limited to 'config-powerpc64')
-rw-r--r-- | config-powerpc64 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-powerpc64 b/config-powerpc64 index 5cdc51e7e..46ffe87c9 100644 --- a/config-powerpc64 +++ b/config-powerpc64 @@ -142,8 +142,7 @@ CONFIG_PERF_EVENTS=y CONFIG_EVENT_PROFILE=y CONFIG_KVM_BOOK3S_64=m -#-- Enable _HV once publicly available POWER7 hardware can use it -# CONFIG_KVM_BOOK3S_64_HV is not set +CONFIG_KVM_BOOK3S_64_HV=y # CONFIG_KVM_EXIT_TIMING is not set #-- bz#607175 |