1. 19 11月, 2007 1 次提交
  2. 23 10月, 2007 2 次提交
    • R
      Module autoprobing support for virtio drivers. · b01d9f28
      Rusty Russell 提交于
      This adds the logic to convert the virtio ids into module aliases, and
      includes a modalias entry in sysfs and the env var to make probing work.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      b01d9f28
    • R
      Virtio interface · ec3d41c4
      Rusty Russell 提交于
      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: NRusty Russell <rusty@rustcorp.com.au>
      Cc: Dor Laor <dor.laor@qumranet.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      ec3d41c4