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.

svn path=/dists/trunk/linux-2.6/; revision=10430
This commit is contained in:
Maximilian Attems 2008-02-06 23:54:37 +00:00
parent 59ca54e53a
commit a031e7deda
3 changed files with 5 additions and 1 deletions

2
debian/changelog vendored
View File

@ -23,7 +23,7 @@ linux-2.6 (2.6.24-1~experimental.1) UNRELEASED; urgency=low
* 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)

View File

@ -1257,6 +1257,8 @@ CONFIG_KVM_INTEL=m
# 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

View File

@ -1499,6 +1499,8 @@ CONFIG_VIRTUALIZATION=y
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