Enable KVM_BOOK3S_64

svn path=/dists/sid/linux/; revision=21857
This commit is contained in:
Aurelien Jarno 2014-09-16 18:31:23 +00:00
parent 782d644da7
commit ef06cf88c7
2 changed files with 2 additions and 3 deletions

3
debian/changelog vendored
View File

@ -25,8 +25,7 @@ linux (3.16.2-4) UNRELEASED; urgency=medium
[ Aurelien Jarno ] [ Aurelien Jarno ]
* [powerpc/powerpc64,ppc64el] Backport more KVM patches from 3.17. Enable * [powerpc/powerpc64,ppc64el] Backport more KVM patches from 3.17. Enable
KVM_BOOK3S_64_HV, KVM_BOOK3S_64_PR and KVM_XICS, but keep KVM_BOOK3S_64 KVM_BOOK3S_64, KVM_BOOK3S_64_HV, KVM_BOOK3S_64_PR and KVM_XICS. (Closes:
disabled for now as it would trigger an ABI change (Partially addresses:
#761656). #761656).
-- Ben Hutchings <ben@decadent.org.uk> Sat, 13 Sep 2014 22:28:05 +0100 -- Ben Hutchings <ben@decadent.org.uk> Sat, 13 Sep 2014 22:28:05 +0100

View File

@ -15,7 +15,7 @@ CONFIG_KERNEL_START=0xc000000000000000
## ##
## file: arch/powerpc/kvm/Kconfig ## file: arch/powerpc/kvm/Kconfig
## ##
# CONFIG_KVM_BOOK3S_64 is not set CONFIG_KVM_BOOK3S_64=m
CONFIG_KVM_BOOK3S_64_HV=m CONFIG_KVM_BOOK3S_64_HV=m
CONFIG_KVM_BOOK3S_64_PR=m CONFIG_KVM_BOOK3S_64_PR=m
CONFIG_KVM_XICS=y CONFIG_KVM_XICS=y