[kernel/f17] Enable HV assisted KVM on ppc64

Josh Boyer jwboyer at fedoraproject.org
Fri Jun 8 14:32:44 UTC 2012


commit 12eb25beb1c1200f3e0f278d8ba1014dfcbbdce5
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      |    3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/config-powerpc64 b/config-powerpc64
index f94a975..2d5a752 100644
--- a/config-powerpc64
+++ b/config-powerpc64
@@ -139,8 +139,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 357af26..aaec35a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2339,6 +2339,9 @@ fi
 #              '-'
 %changelog
 * Fri Jun 08 2012 Josh Boyer <jwboyer at redhat.com>
+- Enable HV assisted KVM on ppc64
+
+* Fri Jun 08 2012 Josh Boyer <jwboyer at redhat.com>
 - Backport edid header fixup threashold patch from Adam Jackson (rhbz 582559)
 
 * Wed Jun 06 2012 Dennis Gilmore <dennis at ausil.us> 3.4.1-2


More information about the scm-commits mailing list