Re-enable KVM on aarch64 now it builds again

This commit is contained in:
Peter Robinson 2014-02-26 10:52:24 +00:00
parent 6c17f19a70
commit 46a71873fb
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -2061,6 +2061,9 @@ fi
# ||----w |
# || ||
%changelog
* Wed Feb 26 2014 Peter Robinson <pbrobinson@fedoraproject.org>
- Re-enable KVM on aarch64 now it builds again
* Tue Feb 25 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Fix mounting issues on cifs (rhbz 1068862)