From: Rusty Russell Date: Mon, 22 Oct 2007 01:03:36 +0000 (+1000) Subject: Virtio interface X-Git-Tag: v2.6.24-rc1~28^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3d41c4db4c21164332826ea8d812f94f2f6886;p=pandora-kernel.git 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 Cc: Dor Laor Cc: Arnd Bergmann --- Reading git-diff-tree failed