From 1f085acb818247b4cc8c016a487c4cd75ff49fc2 Mon Sep 17 00:00:00 2001
From: Cole Robinson <crobinso@redhat.com>
Date: Tue, 12 Sep 2017 12:31:29 -0400
Subject: [PATCH] news: document spice rendernode DAC changes

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
---
 docs/news.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 483f9d6d11..a5c3d1d902 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -37,6 +37,18 @@
     <section title="New features">
     </section>
     <section title="Improvements">
+      <change>
+        <summary>
+          qemu: Set DAC permissions properly for spice rendernode
+        </summary>
+        <description>
+          When a <code>rendernode</code> path is set for SPICE GL on
+          <code>qemu:///system</code>, we now correctly set DAC permissions
+          on the device at VM startup. This is the last remaining hurdle to
+          let SPICE GL work for <code>qemu:///system</code> without any
+          external host changes.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
     </section>