]> xenbits.xensource.com Git - libvirt.git/commit
tools: Add virsh iothreadset command
authorJohn Ferlan <jferlan@redhat.com>
Fri, 5 Oct 2018 12:53:09 +0000 (08:53 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 19 Nov 2018 12:26:40 +0000 (07:26 -0500)
commit11ceedcda085fe30cf7baff65ab32a35c6d67097
tree5bf3f4a3a9364e02367de9e3087e1688e355ab81
parent4a5b7b786806b1d51a71fc8fca19cb6199eeea67
tools: Add virsh iothreadset command

Add a command to allow for setting various dynamic IOThread polling
interval scope (poll-max-ns, poll-grow, and poll-shrink). Describe
the values in the virsh.pod in as generic terms as possible. The
more specific QEMU algorithm has been divulged in the previous patch.

Based heavily on code originally posted by Pavel Hrdina
<phrdina@redhat.com>, but altered to only provide one command
and to not managed a poll disabled state.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
tools/virsh-domain.c
tools/virsh.pod