mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 04:25:19 +00:00
NEWS: Document domain dirty page rate calculation APIs
The Libvirt API virDomainStartDirtyRateCalc was extended. Document this change. Signed-off-by: Hyman Huang(黄勇) <huangy81@chinatelecom.cn> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
89e3386670
commit
d85a5d09ba
14
NEWS.rst
14
NEWS.rst
@ -22,6 +22,20 @@ v8.1.0 (unreleased)
|
|||||||
It works on Intel machines as well as recent machines powered by Apple
|
It works on Intel machines as well as recent machines powered by Apple
|
||||||
Silicon. QEMU 6.2.0 is needed for Apple Silicon support.
|
Silicon. QEMU 6.2.0 is needed for Apple Silicon support.
|
||||||
|
|
||||||
|
* qemu: Support mode option for dirtyrate calculation
|
||||||
|
|
||||||
|
Introduce ``virDomainDirtyRateCalcFlags`` as parameter of
|
||||||
|
``virDomainStartDirtyRateCalc``, which is used to specify the mode of
|
||||||
|
dirty page rate calculation.
|
||||||
|
|
||||||
|
Add ``--mode`` option to ``virsh domdirtyrate-calc``, which can be
|
||||||
|
either of the following 3 options:
|
||||||
|
``page-sampling, dirty-bitmap, dirty-ring``.
|
||||||
|
|
||||||
|
Add ``calc_mode`` field for dirtyrate statistics retured by
|
||||||
|
``virsh domstats --dirtyrate``, also add ``vCPU dirtyrate`` if
|
||||||
|
``dirty-ring`` mode was used in last measurement.
|
||||||
|
|
||||||
* **Improvements**
|
* **Improvements**
|
||||||
|
|
||||||
* packaging: sysconfig files no longer installed
|
* packaging: sysconfig files no longer installed
|
||||||
|
Loading…
Reference in New Issue
Block a user