
-----Original Message----- From: John Ferlan [mailto:jferlan@redhat.com] Sent: Thursday, November 15, 2018 12:19 AM To: Wang, Huaqiang <huaqiang.wang@intel.com>; libvir-list@redhat.com Cc: Feng, Shaohe <shaohe.feng@intel.com>; Ding, Jian-feng <jian- feng.ding@intel.com>; Zang, Rui <rui.zang@intel.com> Subject: Re: [PATCHv8 17/17] docs: Updated news.xml about the CMT support
On 11/12/18 8:31 AM, Wang Huaqiang wrote:
Signed-off-by: Wang Huaqiang <huaqiang.wang@intel.com> --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 88774c5..3c84126 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -50,6 +50,17 @@ pvops-based HVM domains. </description> </change> + <change> + <summary> + qemu: Added support for CMT (Cache Monitoring Technology) + </summary> + <description> + Introduced cache monitor by <code>monitor</code> element
s/monitor by/monitoring using the/
+ in <code>cachetune</code> for vCPU threads, and added + interface
s/threads, and added interface/threads. Added interfaces/
+ to get the cache utilization information through command
s/to get/to get and display/ s/information/statistics/ s/through command/through the command/
+ 'virsh domstats'. s/./ via the virConnectGetAllDomainStats API.
+ </description> + </change>
This should be in the 'New features' section - this is definitely not a bug fix!
Accept all comments and changes thanks for review.
John
</section> </release> <release version="v4.9.0" date="2018-11-04">