[kernel] Re-enable KVM on aarch64 now it builds again

Peter Robinson pbrobinson at fedoraproject.org
Wed Feb 26 10:51:58 UTC 2014


commit 46a71873fbd92b5ef8447b2e85639fee7ebc8e4e
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Feb 26 10:52:24 2014 +0000

    Re-enable KVM on aarch64 now it builds again

 config-arm64 |    2 +-
 kernel.spec  |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-arm64 b/config-arm64
index dc0f6d4..b6b53b8 100644
--- a/config-arm64
+++ b/config-arm64
@@ -41,7 +41,7 @@ CONFIG_HAVE_NET_DSA=y
 CONFIG_HVC_DRIVER=y
 CONFIG_HZ=100
 
-# CONFIG_KVM is not set
+CONFIG_KVM=y
 CONFIG_KVM_ARM_MAX_VCPUS=8
 CONFIG_LOG_BUF_SHIFT=14
 
diff --git a/kernel.spec b/kernel.spec
index d22b77e..f73cbcd 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2061,6 +2061,9 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Wed Feb 26 2014 Peter Robinson <pbrobinson at fedoraproject.org>
+- Re-enable KVM on aarch64 now it builds again
+
 * Tue Feb 25 2014 Josh Boyer <jwboyer at fedoraproject.org>
 - Fix mounting issues on cifs (rhbz 1068862)
 


More information about the scm-commits mailing list