commit | ef558696b5c688a8a3bef4ab8f6b27937cc24c89 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Jul 23 12:55:32 2014 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Aug 15 15:07:13 2014 +0200 |
tree | c49e79ca1b403a08f62e186fd3a845ad483c97d4 | |
parent | 8cced121436a3298e5866dbfaec91cd475ad59cf [diff] |
docs/multiple-iothreads.txt: add documentation on IOThread programming This document explains how IOThreads and the main loop are related, especially how to write code that can run in an IOThread. Currently only virtio-blk-data-plane uses these techniques. The next obvious target is virtio-scsi; there has also been work on virtio-net. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>