[kernel] r11235 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386
Maximilian Attems
maks at alioth.debian.org
Thu May 1 09:42:54 UTC 2008
Author: maks
Date: Thu May 1 09:42:53 2008
New Revision: 11235
Log:
x86: enable the new kvm optimisations
KVM_GUEST and KVM_CLOCK
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/amd64/config
dists/trunk/linux-2.6/debian/config/i386/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Thu May 1 09:42:53 2008
@@ -7,6 +7,7 @@
USB_SERIAL_SPCP8X5, USB_STORAGE_CYPRESS_ATACB, DVB_ISL6405, DVB_AU8522,
VIDEO_EM28XX_DVB, VIDEO_CX18, VIDEO_AU0828, SOC_CAMERA_MT9M001,
SOC_CAMERA_MT9V022, DVB_TUNER_ITD1000, VIDEO_PVRUSB2_DVB.
+ * [amd64, i386]: KVM_CLOCK, KVM_GUEST.
-- maximilian attems <maks at debian.org> Sat, 26 Apr 2008 23:11:17 +0200
Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config (original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config Thu May 1 09:42:53 2008
@@ -13,6 +13,8 @@
# CONFIG_X86_VSMP is not set
## end choice
CONFIG_PARAVIRT_GUEST=y
+CONFIG_KVM_CLOCK=y
+CONFIG_KVM_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_HPET_TIMER=y
CONFIG_CALGARY_IOMMU=y
Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config (original)
+++ dists/trunk/linux-2.6/debian/config/i386/config Thu May 1 09:42:53 2008
@@ -20,6 +20,8 @@
## end choice
CONFIG_PARAVIRT_GUEST=y
CONFIG_VMI=y
+CONFIG_KVM_CLOCK=y
+CONFIG_KVM_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_HPET_TIMER=y
CONFIG_SCHED_SMT=y
More information about the Kernel-svn-changes
mailing list