Skip to content
Snippets Groups Projects
  1. Feb 05, 2013
    • Dor Laor's avatar
      Simplify the virtio - virtio-blk handling. · 885b7f5f
      Dor Laor authored
      Before we had 2 layes of calls, one in the virtio ring layer and
      another in the virtio-blk layer. There wasn't any reall need for that.
      The change allows the virtio-vring code to call a callback that the virtio-blk
      registers and execute it directly.
      885b7f5f
    • Dor Laor's avatar
      Add a wake-able thread in virtio that serves as an interrupt like handler. · 9907cc2e
      Dor Laor authored
      At the moment it's hard coded as queue '0' but further on it should be a function
      of the device requirements. It is also possible to move it towards the device function
      since this thread doesn't do anything other than wake up the driver worker.
      9907cc2e
  2. Jan 27, 2013
  3. Jan 21, 2013
  4. Jan 20, 2013
  5. Jan 14, 2013
  6. Jan 13, 2013
  7. Jan 09, 2013
  8. Jan 03, 2013
  9. Jan 01, 2013
Loading