[kernel] r13130 - in dists/trunk/linux-2.6/debian: . config/powerpc

Maximilian Attems maks at alioth.debian.org
Mon Mar 16 16:33:50 UTC 2009


Author: maks
Date: Mon Mar 16 16:33:49 2009
New Revision: 13130

Log:
powerpc set virtualization and friends

"at least qemu now supports it.
kvm too, but it has much stronger requirement on the host."

Reported-by: Aurélien Jarno <aurel32 at debian.org>

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/powerpc/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Mar 16 16:33:49 2009
@@ -40,7 +40,8 @@
   * temp.image.plain/preinst: Consistent output.
   * [x86_64] set SPARSE_IRQ, NUMA_MIGRATE_IRQ_DESC.
   * [x86_32] set BLK_DEV_CS5536.
-  * [powerpc] set PHANTOM, HP_ILO, MV643XX_ETH, MOUSE_BCM5974.
+  * [powerpc] set PHANTOM, HP_ILO, MV643XX_ETH, MOUSE_BCM5974, VIRTUALIZATION,
+    VIRTIO_PCI, VIRTIO_BALLOON, VIRTIO_BLK, VIRTIO_NET.
 
   [ Bastian Blank ]
   * Use external source directory for all builds.

Modified: dists/trunk/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config	(original)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config	Mon Mar 16 16:33:49 2009
@@ -25,6 +25,15 @@
 CONFIG_BOOTX_TEXT=y
 
 ##
+## file: arch/powerpc/kvm/Kconfig
+##
+CONFIG_VIRTUALIZATION=y
+CONFIG_VIRTIO_PCI=m
+CONFIG_VIRTIO_BALLOON=m
+CONFIG_VIRTIO_BLK=m
+CONFIG_VIRTIO_NET=m
+
+##
 ## file: arch/powerpc/platforms/Kconfig
 ##
 CONFIG_PPC_MULTIPLATFORM=y



More information about the Kernel-svn-changes mailing list