Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82833
b: refs/heads/master
c: 3343660
h: refs/heads/master
i:
  82831: 559e832
v: v3
  • Loading branch information
Anthony Liguori authored and Rusty Russell committed Feb 4, 2008
1 parent 0793ff0 commit 4da4ec3
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d50ed907dc3db5bf2dd0a05b4e199a65793a3788
refs/heads/master: 3343660d8c62c6b00b2f15324ef3fcb6be207bfa
17 changes: 17 additions & 0 deletions trunk/drivers/virtio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,20 @@ config VIRTIO
config VIRTIO_RING
tristate
depends on VIRTIO

config VIRTIO_PCI
tristate "PCI driver for virtio devices (EXPERIMENTAL)"
depends on PCI && EXPERIMENTAL
select VIRTIO
select VIRTIO_RING
---help---
This drivers provides support for virtio based paravirtual device
drivers over PCI. This requires that your VMM has appropriate PCI
virtio backends. Most QEMU based VMMs should support these devices
(like KVM or Xen).

Currently, the ABI is not considered stable so there is no guarantee
that this version of the driver will work with your VMM.

If unsure, say M.

1 change: 1 addition & 0 deletions trunk/drivers/virtio/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
obj-$(CONFIG_VIRTIO) += virtio.o
obj-$(CONFIG_VIRTIO_RING) += virtio_ring.o
obj-$(CONFIG_VIRTIO_PCI) += virtio_pci.o
Loading

0 comments on commit 4da4ec3

Please sign in to comment.