Message ID | 47460359238b1831693eb06c9fd8b15c16e0caa3.1505234270.git.crobinso@redhat.com |
---|---|
State | Accepted |
Commit | 1f085acb818247b4cc8c016a487c4cd75ff49fc2 |
Headers | show |
Series | news: document spice rendernode DAC changes | expand |
On Tue, 2017-09-12 at 12:37 -0400, Cole Robinson wrote: > Signed-off-by: Cole Robinson <crobinso@redhat.com> > --- > docs/news.xml | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/docs/news.xml b/docs/news.xml > index 483f9d6d1..17f00a25e 100644 > --- a/docs/news.xml > +++ b/docs/news.xml > @@ -37,6 +37,17 @@ > <section title="New features"> > </section> > <section title="Improvements"> > + <change> > + <summary> > + qemu: DAC permissions properly set for spice renderndoe I would shuffle the words around a bit: qemu: Set DAC permissions properly for SPICE rendernodes Also note the 'renderndoe' typo. > + </summary> > + <description> > + 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. s/spice/SPICE/g I also suggest wrapping 'rendernode' and qemu:///system in <code> elements to make them look better in the HTML version. With those addressed, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
diff --git a/docs/news.xml b/docs/news.xml index 483f9d6d1..17f00a25e 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -37,6 +37,17 @@ <section title="New features"> </section> <section title="Improvements"> + <change> + <summary> + qemu: DAC permissions properly set for spice renderndoe + </summary> + <description> + 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. + </description> + </change> </section> <section title="Bug fixes"> </section>
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.13.5 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list