summaryrefslogtreecommitdiff
path: root/iothread.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2015-12-03iothread: include id in thread namePaolo Bonzini1-1/+6
2015-07-24rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini1-0/+5
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange1-3/+1
2015-06-12Revert "iothread: release iothread around aio_poll"Stefan Hajnoczi1-2/+9
2015-05-08Remove various unused functionsThomas Huth1-12/+0
2015-04-28iothread: release iothread around aio_pollPaolo Bonzini1-9/+2
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos1-1/+10
2014-07-14AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini1-1/+4
2014-04-04iothread: make IOThread struct definition publicStefan Hajnoczi1-11/+0
2014-03-13qmp: add query-iothreads commandStefan Hajnoczi1-0/+36
2014-03-13iothread: stash thread ID awayStefan Hajnoczi1-0/+22
2014-03-13iothread: add I/O thread objectStefan Hajnoczi1-0/+120