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~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8073797ce174f6eaa622104e4fd33ee88cb6fad;p=thirdparty%2Flibvirt.git news: Document removal of qemu commandline parsing Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko Reviewed-by: Andrea Bolognani --- diff --git a/docs/news.xml b/docs/news.xml index f95dfdf3b4..cada389092 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -50,6 +50,19 @@ +
+ + + qemu: Remove support for virDomainQemuAttach and virConnectDomainXMLFromNative APIs + + + The qemu implementations for the APIs mentioned above were removed + and the APIs now return an error. The implementation was stale for a + long time and did not work with modern QEMU command lines, generated + from libvirt or otherwise. + + +