Make virtio_console built-in on x86_64 (#677713)

This commit is contained in:
Chuck Ebbert 2011-02-16 11:57:58 -05:00
parent 4679d77e75
commit acd41dbaf4
2 changed files with 2 additions and 1 deletions

View File

@ -435,7 +435,7 @@ CONFIG_VIRTIO_BALLOON=m
CONFIG_VIRTIO_NET=m
CONFIG_VMXNET3=m
CONFIG_HW_RANDOM_VIRTIO=m
CONFIG_VIRTIO_CONSOLE=m
CONFIG_VIRTIO_CONSOLE=y
CONFIG_VHOST_NET=m
#

View File

@ -1963,6 +1963,7 @@ fi
%changelog
* Wed Feb 16 2011 Chuck Ebbert <cebbert@redhat.com>
- Add support for Airprime/Sierra USB IP modem (#676860)
- Make virtio_console built-in on x86_64 (#677713)
* Tue Feb 15 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.38-0.rc5.git0.1
- Linux 2.6.38-rc5 (81 minutes later...)