From 2e7965735a11db0a5cb67a872583ec4ec2ea67dd Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Thu, 12 Jul 2018 16:52:44 +0200 Subject: [PATCH] docs: news: Provide an update about the video type 'none' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Ján Tomko Signed-off-by: Erik Skultety --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index fd08c01aeb..20c2ff7a6f 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -56,6 +56,17 @@
+ + + qemu: Introduce a new video model of type 'none' + + + Introduce a new video model type that disables the automatic addition + of a video device to domains with 'graphics' specified in their XML. + This can be useful with GPU mediated devices which can serve as the + only rendering devices within the guest. + +