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 | |
parent | b21ed959a4737730d522fffe02cdf0cc1370cc36 (diff) | |
download | kernel-7ac8101a19da5626651caee5d53b2f222887ea10.tar.gz kernel-7ac8101a19da5626651caee5d53b2f222887ea10.tar.xz kernel-7ac8101a19da5626651caee5d53b2f222887ea10.zip |
Enable HV assisted KVM on ppc64
-rw-r--r-- | config-powerpc64 | 3 | ||||
-rw-r--r-- | kernel.spec | 5 |
2 files changed, 5 insertions, 3 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 diff --git a/kernel.spec b/kernel.spec index d0dc83fce..b01cf546a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 2 +%global baserelease 3 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2278,6 +2278,9 @@ fi # ||----w | # || || %changelog +* Fri Jun 08 2012 Josh Boyer <jwboyer@redhat.com> +- Enable HV assisted KVM on ppc64 + * Tue Jun 05 2012 Josh Boyer <jwboyer@redhat.com> - Disable MV643XX on ppc32 because ARM broke it (rhbz 828776) |