From 1f085acb818247b4cc8c016a487c4cd75ff49fc2 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 12 Sep 2017 12:31:29 -0400 Subject: [PATCH] news: document spice rendernode DAC changes Reviewed-by: Andrea Bolognani --- 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 @@
+ + + qemu: Set DAC permissions properly for spice rendernode + + + When a rendernode path is set for SPICE GL on + qemu:///system, we now correctly set DAC permissions + on the device at VM startup. This is the last remaining hurdle to + let SPICE GL work for qemu:///system without any + external host changes. + +
-- GitLab