mirror of https://gitee.com/openkylin/libvirt.git
docs: Add news article for IOThread polling
Signed-off-by: John Ferlan <jferlan@redhat.com> ACKed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
11ceedcda0
commit
41ce88159e
|
@ -55,6 +55,19 @@
|
||||||
guests.
|
guests.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
Support changing IOThread polling parameters for a live guest
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
Introduced virDomainSetIOThreadParams which allows dynamically
|
||||||
|
setting the IOThread polling parameters used by QEMU to manage
|
||||||
|
the thread polling interval and the algorithm for growth or
|
||||||
|
shrink of the polling time. The values only affect a running
|
||||||
|
guest with IOThreads. The guest's IOThread polling values can
|
||||||
|
be viewed via the domain statistics.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Improvements">
|
<section title="Improvements">
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue