Virtio interface

This attempts to implement a "virtual I/O" layer which should allow
common drivers to be efficiently used across most virtual I/O
mechanisms.  It will no-doubt need further enhancement.

The virtio drivers add buffers to virtio queues; as the buffers are consumed
the driver "interrupt" callbacks are invoked.

There is also a generic implementation of config space which drivers can query
to get setup information from the host.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Dor Laor <dor.laor@qumranet.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Šī revīzija ir iekļauta:
Rusty Russell
2007-10-22 11:03:36 +10:00
vecāks 47436aa4ad
revīzija ec3d41c4db
10 mainīti faili ar 419 papildinājumiem un 0 dzēšanām

3
drivers/virtio/Kconfig Parasts fails
Parādīt failu

@@ -0,0 +1,3 @@
# Virtio always gets selected by whoever wants it.
config VIRTIO
bool