From: Peter Krempa Date: Mon, 17 Jun 2019 12:12:46 +0000 (+0200) Subject: news: Document removal of qemu commandline parsing X-Git-Tag: v5.5.0-rc1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c68bb4a5c2c8c050e531533e5188a637ba1dd9f;p=thirdparty%2Flibvirt.git news: Document removal of qemu commandline parsing Signed-off-by: Peter Krempa Acked-by: Peter Krempa --- diff --git a/docs/news.xml b/docs/news.xml index cada389092..681e9a60a3 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -67,6 +67,18 @@
+
+ + + qemu: Remove support for virDomainQemuAttach and virConnectDomainXMLFromNative APIs + + + The qemu implementations for the APIs mentioned above were removed + and the APIs now return error. The implementation was stale for a + long time and did not allow working with moder use of qemu in libvirt. + + +