
On 12/13/2017 10:39 AM, Martin Kletzander wrote:
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+)
Just for completeness... Obviously this will need final tweaks... So far so good though... John
diff --git a/docs/news.xml b/docs/news.xml index 0ec9857e2cab..ac3298de01a8 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,15 @@ <libvirt> <release version="v4.0.0" date="unreleased"> <section title="New features"> + <change> + <summary> + Added support for CAT (Cache allocation Technology) + </summary> + <description> + Domain vCPU threads can now have allocated some parts of host cache + using the <code>cachetune</code> element in <code>cputune</code>. + </description> + </change> </section> <section title="Improvements"> </section>