[kernel] Enable HV assisted KVM on ppc64

Josh Boyer jwboyer at fedoraproject.org
Fri Jun 8 13:37:48 UTC 2012


commit 7ac8101a19da5626651caee5d53b2f222887ea10
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Sat Jun 9 09:16:10 2012 -0400

    Enable HV assisted KVM on ppc64

 config-powerpc64 |    3 +--
 kernel.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/config-powerpc64 b/config-powerpc64
index 5cdc51e..46ffe87 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 d0dc83f..b01cf54 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 at redhat.com>
+- Enable HV assisted KVM on ppc64
+
 * Tue Jun 05 2012 Josh Boyer <jwboyer at redhat.com>
 - Disable MV643XX on ppc32 because ARM broke it (rhbz 828776)
 


More information about the scm-commits mailing list