[kernel] r10430 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Wed Feb 6 23:54:38 UTC 2008


Author: maks
Date: Wed Feb  6 23:54:37 2008
New Revision: 10430

Log:
amd64, i386: enable VIRTIO_PCI and VIRTIO_BALLOON

it allows devices to be used by QEMU based VMMs like KVM or Xen.
the balloon driver supports increasing and decreasing the amount in KVM.


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	Wed Feb  6 23:54:37 2008
@@ -23,7 +23,7 @@
   * topconfig disable PARPORT_PC_FIFO due to instabilities.
     (closes: #366165, #388309, #406056, #407816, #453911)
   * [amd64, i386]: Enable SONYPI_COMPAT for better sony laptop support.
-  * [amd64]: Enable PARAVIRT_GUEST, PARAVIRT.
+  * [amd64]: Enable PARAVIRT_GUEST, PARAVIRT, VIRTIO_PCI, VIRTIO_BALLOON.
   * topconfig: Enable HID_FF for some HID devices. (closes: #441348)
   * topconfig: Enable IPV6_ROUTER_PREF for multi-homed net. (closes: #449247)
   * topconfig: Set UTF8 as default encoding. (closes: #417324)

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	Wed Feb  6 23:54:37 2008
@@ -1257,6 +1257,8 @@
 # CONFIG_HZ_300 is not set
 # CONFIG_MCORE2 is not set
 CONFIG_KVM_AMD=m
+CONFIG_VIRTIO_PCI=m
+CONFIG_VIRTIO_BALLOON=m
 # CONFIG_ARCH_HAS_ILOG2_U64 is not set
 # CONFIG_DEBUG_RODATA is not set
 # CONFIG_LOCK_STAT is not set

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	Wed Feb  6 23:54:37 2008
@@ -1499,6 +1499,8 @@
 CONFIG_KVM=m
 CONFIG_KVM_INTEL=m
 CONFIG_KVM_AMD=m
+CONFIG_VIRTIO_PCI=m
+CONFIG_VIRTIO_BALLOON=m
 CONFIG_LGUEST=m
 CONFIG_LGUEST_GUEST=y
 CONFIG_LEDS_WRAP=m



More information about the Kernel-svn-changes mailing list