Searched hist:ec3d41c4db4c21164332826ea8d812f94f2f6886 (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/virtio/ |
H A D | Makefile | ec3d41c4db4c21164332826ea8d812f94f2f6886 Mon Oct 22 03:03:36 CEST 2007 Rusty Russell <rusty@rustcorp.com.au> 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>
|
H A D | virtio.c | ec3d41c4db4c21164332826ea8d812f94f2f6886 Mon Oct 22 03:03:36 CEST 2007 Rusty Russell <rusty@rustcorp.com.au> 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>
|
/linux/include/linux/ |
H A D | virtio_config.h | ec3d41c4db4c21164332826ea8d812f94f2f6886 Mon Oct 22 03:03:36 CEST 2007 Rusty Russell <rusty@rustcorp.com.au> 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>
|
H A D | virtio.h | ec3d41c4db4c21164332826ea8d812f94f2f6886 Mon Oct 22 03:03:36 CEST 2007 Rusty Russell <rusty@rustcorp.com.au> 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>
|
/linux/drivers/ |
H A D | Kconfig | diff ec3d41c4db4c21164332826ea8d812f94f2f6886 Mon Oct 22 03:03:36 CEST 2007 Rusty Russell <rusty@rustcorp.com.au> 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>
|
H A D | Makefile | diff ec3d41c4db4c21164332826ea8d812f94f2f6886 Mon Oct 22 03:03:36 CEST 2007 Rusty Russell <rusty@rustcorp.com.au> 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>
|