[x86] Enable HYPERVISOR_GUEST

Various paravirtualisation options now depend on this.

svn path=/dists/trunk/linux/; revision=20187
This commit is contained in:
Ben Hutchings 2013-06-03 12:22:46 +00:00
parent e96b9d5916
commit 56937f92db
2 changed files with 10 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux (3.10~rc4-1~exp2) UNRELEASED; urgency=low
* [x86] Enable HYPERVISOR_GUEST
-- Ben Hutchings <ben@decadent.org.uk> Mon, 03 Jun 2013 13:21:56 +0100
linux (3.10~rc4-1~exp1) experimental; urgency=low
* New upstream release candidate

View File

@ -12,11 +12,12 @@ CONFIG_X86_MPPARSE=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_PARAVIRT_GUEST=y
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_KVM_GUEST=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_SPINLOCKS is not set
# CONFIG_PARAVIRT_DEBUG is not set
# CONFIG_PARAVIRT_SPINLOCKS is not set
CONFIG_KVM_GUEST=y
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_MEMTEST=y
CONFIG_HPET_TIMER=y
CONFIG_SCHED_SMT=y