]> git.proxmox.com Git - mirror_qemu.git/commit
docs/multiple-iothreads.txt: add documentation on IOThread programming
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 23 Jul 2014 11:55:32 +0000 (12:55 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Aug 2014 13:07:13 +0000 (15:07 +0200)
commitef558696b5c688a8a3bef4ab8f6b27937cc24c89
treec49e79ca1b403a08f62e186fd3a845ad483c97d4
parent8cced121436a3298e5866dbfaec91cd475ad59cf
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>
docs/multiple-iothreads.txt [new file with mode: 0644]