]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement the qemu driver fetch for IOThreads
authorJohn Ferlan <jferlan@redhat.com>
Wed, 11 Feb 2015 17:45:58 +0000 (12:45 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 6 Mar 2015 11:49:32 +0000 (06:49 -0500)
commit82649eb7f19bd8aa44556943136ee687b95d13dd
tree7e49596ff395bbf9b80167426c84cb588da0f02d
parent1e5a8ddc8171b4b52e42425801281b2011c61860
qemu: Implement the qemu driver fetch for IOThreads

Depending on the flags passed, either attempt to return the active/live
IOThread data for the domain or the config data.

The active/live path will call into the Monitor in order to get the
IOThread data and then correlate the thread_id's returned from the
monitor to the currently running system/threads in order to ascertain
the affinity for each iothread_id.

The config path will map each of the configured IOThreads and return
any configured iothreadspin data

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_driver.c