aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/virtio.cfg
AgeCommit message (Collapse)Author
2020-12-01virtio.cfg: enable virtio-vsockVasyl Vavrychuk
virtio-vsock provides a POSIX Sockets API based host/guest communications capability. Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2018-12-17virtio.cfg: enable CONFIG_DRM_VIRTIO_GPUAlexander Kanavin
This adds support for a virtual graphics card provided by QEMU, which allows accelerated host-assisted GL inside QEMU guests. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-09-22virtio: add CONFIG_CRYPTO_DEV_VIRTIOBruce Ashfield
As of 4.16+ we need a source of entropy for ssl and other crypto components to initialize during boot. To ensure that our virtio based "BSPs" still work we add the cryptodev virtio device. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-03-29cfg/virtio.cfg: enable SCSI_VIRTIORobert Yang
Otherwise the hdddirect, vmdk, qcow2 and vdi can not be boot by qemu. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-01-05virtio: add new INPUT and HW_RANDOM_VIRTIO config settingsSaul Wold
The addition of HW_RANDOM is to enable the HW_RANDOM_VIRTIO setting itself. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-02-12meta/virtio: remove CONFIG_VIRTIO_RINGBruce Ashfield
commit eccbb05a64fef867362ff05b5d266757e3c82b36 Author: Rusty Russell <rusty@rustcorp.com.au> Date: Fri Sep 28 15:05:15 2012 +0930 virtio: remove CONFIG_VIRTIO_RING Everyone who selects VIRTIO is also made to select VIRTIO_RING; just make them synonymous, since we removed the indirection layer some time ago. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-09-13meta: add MMIO support in virtio config fragmentCristian Iorga
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
2012-06-29meta: add CONFIG_VIRTIO_CONSOLE to virtio configurationBruce Ashfield
Enable virtio-console by default when virtio is requested by a BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-25common-pc*: add SMP and virtioBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>