mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
This is a PCI device that implements a transport for virtio. It allows virtio devices to be used by QEMU based VMMs like KVM or Xen. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
4 lines
117 B
Makefile
4 lines
117 B
Makefile
obj-$(CONFIG_VIRTIO) += virtio.o
|
|
obj-$(CONFIG_VIRTIO_RING) += virtio_ring.o
|
|
obj-$(CONFIG_VIRTIO_PCI) += virtio_pci.o
|