Age | Commit message (Expand) | Author | Files | Lines |
2017-02-21 | monitor: add poll-* properties into query-iothreads result | Pavel Hrdina | 1 | -0/+3 |
2017-02-03 | iothread: enable AioContext polling by default | Stefan Hajnoczi | 1 | -0/+14 |
2017-01-03 | iothread: add poll-grow and poll-shrink parameters | Stefan Hajnoczi | 1 | -11/+45 |
2017-01-03 | aio: self-tune polling time | Stefan Hajnoczi | 1 | -2/+2 |
2017-01-03 | iothread: add polling parameters | Stefan Hajnoczi | 1 | -0/+50 |
2016-10-28 | iothread: release AioContext around aio_poll | Paolo Bonzini | 1 | -9/+2 |
2016-10-28 | iothread: detach all block devices before stopping them | Paolo Bonzini | 1 | -0/+13 |
2016-10-28 | aio: introduce qemu_get_current_aio_context | Paolo Bonzini | 1 | -0/+9 |
2016-09-28 | iothread: check iothread->ctx before aio_context_unref to avoid assertion | Lin Ma | 1 | -0/+3 |
2016-09-13 | iothread: Stop threads before main() quits | Fam Zheng | 1 | -4/+20 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-03 | iothread: include id in thread name | Paolo Bonzini | 1 | -1/+6 |
2015-07-24 | rcu: actually register threads that have RCU read-side critical sections | Paolo Bonzini | 1 | -0/+5 |
2015-06-19 | qom: Add helper function for getting user objects root | Daniel P. Berrange | 1 | -3/+1 |
2015-06-12 | Revert "iothread: release iothread around aio_poll" | Stefan Hajnoczi | 1 | -2/+9 |
2015-05-08 | Remove various unused functions | Thomas Huth | 1 | -12/+0 |
2015-04-28 | iothread: release iothread around aio_poll | Paolo Bonzini | 1 | -9/+2 |
2014-09-22 | async: aio_context_new(): Handle event_notifier_init failure | Chrysostomos Nanakos | 1 | -1/+10 |
2014-07-14 | AioContext: do not rely on aio_poll(ctx, true) result to end a loop | Paolo Bonzini | 1 | -1/+4 |
2014-04-04 | iothread: make IOThread struct definition public | Stefan Hajnoczi | 1 | -11/+0 |
2014-03-13 | qmp: add query-iothreads command | Stefan Hajnoczi | 1 | -0/+36 |
2014-03-13 | iothread: stash thread ID away | Stefan Hajnoczi | 1 | -0/+22 |
2014-03-13 | iothread: add I/O thread object | Stefan Hajnoczi | 1 | -0/+120 |