]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Reflect hugepages patch
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 11 Jan 2017 16:56:21 +0000 (17:56 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 12 Jan 2017 07:12:13 +0000 (08:12 +0100)
In f55afd8 I've made libvirt to construct hugepage path on
per-domain basis. However, this change was not reflected in
the NEWS file.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/news.xml

index e341ba2487580f634eca3c8b0d82a74a7c0d86a5..8175fd04789a35d2d5fc11762774871d3dc38906 100644 (file)
           libvirt can recognize.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Create hugepage path on per domain basis
+        </summary>
+        <description>
+          Historically, all hugepage enabled domains shared the same path under
+          hugetlbfs. This left libvirt unable to correctly set security labels
+          on it. With this release, however, each domain is put into a
+          separate path which is also correctly labeled.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v2.5.0" date="2016-12-04">